Skip to content

Commit

Permalink
Bump ergebnis/composer-normalize from 2.44.0 to 2.45.0 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 05baead commit 7e3516b
Show file tree
Hide file tree
Showing 89 changed files with 217 additions and 187 deletions.
228 changes: 129 additions & 99 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/example1.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion examples/example2.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion examples/example3.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Collection/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Collection/EventsArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Collection/EventsGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Entity/Attendee.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Entity/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Entity/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Entity/TimeZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Enum/CalendarUserType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Enum/EventStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Enum/ParticipationStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Enum/RoleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Enum/TimeZoneTransitionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm/AbsoluteDateTimeTrigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm/AudioAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm/DisplayAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm/EmailAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm/RelativeTrigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Alarm/Trigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/BinaryContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/DateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/EmailAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/GeographicPosition.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Member.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/MultiDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Occurrence.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Organizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/PointInTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/SingleDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/TimeSpan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/TimeZoneTransition.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Timestamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/UniqueIdentifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/ValueObject/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Presentation/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Presentation/Component/Property.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the eluceo/iCal package.
*
* (c) 2024 Markus Poerschke <[email protected]>
* (c) 2025 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
Loading

0 comments on commit 7e3516b

Please sign in to comment.