forked from AzuraCast/AzuraCast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to PHP 8.4; modify deprecated code, update DoctrineEntityNormalizer, etc. * Update PHP deps for 8.4. Changelogs summary: - symfony/serializer updated from v7.2.0 to v7.2.3 patch See changes: symfony/serializer@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/serializer/releases/tag/v7.2.3 - symfony/yaml updated from v7.2.0 to v7.2.3 patch See changes: symfony/yaml@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/yaml/releases/tag/v7.2.3 - symfony/var-dumper updated from v7.2.0 to v7.2.3 patch See changes: symfony/var-dumper@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/var-dumper/releases/tag/v7.2.3 - phpunit/phpunit updated from 11.5.3 to 11.5.5 patch See changes: sebastianbergmann/phpunit@11.5.3...11.5.5 Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.5 - symfony/dom-crawler updated from v7.2.0 to v7.2.3 patch See changes: symfony/dom-crawler@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v7.2.3 - aws/aws-sdk-php updated from 3.339.0 to 3.339.2 patch See changes: aws/aws-sdk-php@3.339.0...3.339.2 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.339.2 - laravel/serializable-closure updated from v1.3.7 to v2.0.2 major See changes: laravel/serializable-closure@v1.3.7...v2.0.2 Release notes: https://github.com/laravel/serializable-closure/releases/tag/v2.0.2 - php-di/php-di updated from 7.0.7 to 7.0.8 patch See changes: PHP-DI/PHP-DI@7.0.7...7.0.8 Release notes: https://github.com/PHP-DI/PHP-DI/releases/tag/7.0.8 - symfony/cache updated from v7.2.1 to v7.2.3 patch See changes: symfony/cache@v7.2.1...v7.2.3 Release notes: https://github.com/symfony/cache/releases/tag/v7.2.3 - roave/security-advisories updated from dev-latest@43863a2 to dev-latest@a39f409 See changes: Roave/SecurityAdvisories@43863a2...a39f409 - symfony/lock updated from v7.2.0 to v7.2.3 patch See changes: symfony/lock@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/lock/releases/tag/v7.2.3 - symfony/mime updated from v7.2.1 to v7.2.3 patch See changes: symfony/mime@v7.2.1...v7.2.3 Release notes: https://github.com/symfony/mime/releases/tag/v7.2.3 - symfony/mailer updated from v7.2.0 to v7.2.3 patch See changes: symfony/mailer@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/mailer/releases/tag/v7.2.3 - symfony/property-info updated from v7.2.2 to v7.2.3 patch See changes: symfony/property-info@v7.2.2...v7.2.3 Release notes: https://github.com/symfony/property-info/releases/tag/v7.2.3 - symfony/property-access updated from v7.2.0 to v7.2.3 patch See changes: symfony/property-access@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/property-access/releases/tag/v7.2.3 - symfony/messenger updated from v7.2.1 to v7.2.3 patch See changes: symfony/messenger@v7.2.1...v7.2.3 Release notes: https://github.com/symfony/messenger/releases/tag/v7.2.3 - symfony/redis-messenger updated from v7.2.0 to v7.2.3 patch See changes: symfony/redis-messenger@v7.2.0...v7.2.3 Release notes: https://github.com/symfony/redis-messenger/releases/tag/v7.2.3 - symfony/validator updated from v7.2.2 to v7.2.3 patch See changes: symfony/validator@v7.2.2...v7.2.3 Release notes: https://github.com/symfony/validator/releases/tag/v7.2.3 No security vulnerability advisories found.
- Loading branch information
1 parent
683f2c2
commit 1558606
Showing
11 changed files
with
147 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
} | ||
], | ||
"require": { | ||
"php": "^8.3", | ||
"php": "^8.4", | ||
"ext-PDO": "*", | ||
"ext-curl": "*", | ||
"ext-ffi": "*", | ||
|
Oops, something went wrong.