4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-12 12:24:33 +00:00

More PHP dep updates.

Changelogs summary:

 - symfony/translation updated from v6.4.3 to v7.0.3 major
   See changes: https://github.com/symfony/translation/compare/v6.4.3...v7.0.3
   Release notes: https://github.com/symfony/translation/releases/tag/v7.0.3

 - nesbot/carbon updated from 2.72.3 to 3.0.2 major
   See changes: https://github.com/briannesbitt/Carbon/compare/2.72.3...3.0.2
   Release notes: https://github.com/briannesbitt/Carbon/releases/tag/3.0.2

 - phpstan/phpstan-doctrine updated from 1.3.61 to 1.3.62 patch
   See changes: https://github.com/phpstan/phpstan-doctrine/compare/1.3.61...1.3.62
   Release notes: https://github.com/phpstan/phpstan-doctrine/releases/tag/1.3.62

No security vulnerability advisories found.
This commit is contained in:
Buster Neece 2024-02-12 07:01:47 -06:00
parent 1e6136bd9a
commit 18073b2282
No known key found for this signature in database
2 changed files with 52 additions and 54 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-PDO": "*",
"ext-curl": "*",
"ext-ffi": "*",
@ -28,7 +28,7 @@
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"azuracast/nowplaying": "dev-main",
"beberlei/doctrineextensions": "^1.2",
"beberlei/doctrineextensions": "^1.4",
"br33f/php-ga4-mp": "^0.1.2",
"brick/math": "^0.11",
"composer/ca-bundle": "^1.2",
@ -57,7 +57,7 @@
"mezzio/mezzio-session-cache": "^1.7",
"monolog/monolog": "^3",
"myclabs/deep-copy": "^1.10",
"nesbot/carbon": "^2.36",
"nesbot/carbon": "^3",
"pagerfanta/doctrine-collections-adapter": "^4",
"pagerfanta/doctrine-orm-adapter": "^4",
"php-di/php-di": "^7.0.1",

100
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "70c5fc14ae4d8a9b1c9ee252a3c28fc2",
"content-hash": "e3e3e88098bbfee794623d5bce712c1d",
"packages": [
{
"name": "aws/aws-crt-php",
@ -4205,42 +4205,41 @@
},
{
"name": "nesbot/carbon",
"version": "2.72.3",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
"reference": "cf30cfceac9693bdb339ffb51f091e6039bdf10d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
"reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cf30cfceac9693bdb339ffb51f091e6039bdf10d",
"reference": "cf30cfceac9693bdb339ffb51f091e6039bdf10d",
"shasum": ""
},
"require": {
"carbonphp/carbon-doctrine-types": "*",
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"php": "^8.1",
"psr/clock": "^1.0",
"symfony/clock": "^6.3 || ^7.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
"symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": {
"doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
"doctrine/orm": "^2.7 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
"doctrine/dbal": "^3.6.3 || ^4.0",
"doctrine/orm": "^2.15.2 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.18.0",
"kylekatarnls/multi-tester": "^2.2.0",
"ondrejmirtes/better-reflection": "^6.11.0.0",
"phpmd/phpmd": "^2.13.0",
"phpstan/extension-installer": "^1.3.0",
"phpstan/phpstan": "^1.10.20",
"phpunit/phpunit": "^10.2.2",
"squizlabs/php_codesniffer": "^3.7.2"
},
"bin": [
"bin/carbon"
@ -4248,8 +4247,8 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
"dev-master": "3.x-dev",
"dev-2.x": "2.x-dev"
},
"laravel": {
"providers": [
@ -4308,7 +4307,7 @@
"type": "tidelift"
}
],
"time": "2024-01-25T10:35:09+00:00"
"time": "2024-02-06T09:28:31+00:00"
},
{
"name": "nikic/fast-route",
@ -9121,33 +9120,32 @@
},
{
"name": "symfony/translation",
"version": "v6.4.3",
"version": "v7.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "637c51191b6b184184bbf98937702bcf554f7d04"
"reference": "7285f25c7dcc74d9ec1232473114274604e50f00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/637c51191b6b184184bbf98937702bcf554f7d04",
"reference": "637c51191b6b184184bbf98937702bcf554f7d04",
"url": "https://api.github.com/repos/symfony/translation/zipball/7285f25c7dcc74d9ec1232473114274604e50f00",
"reference": "7285f25c7dcc74d9ec1232473114274604e50f00",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"php": ">=8.2",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^2.5|^3.0"
},
"conflict": {
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
"symfony/config": "<6.4",
"symfony/console": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<5.4",
"symfony/http-kernel": "<6.4",
"symfony/service-contracts": "<2.5",
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
"symfony/twig-bundle": "<6.4",
"symfony/yaml": "<6.4"
},
"provide": {
"symfony/translation-implementation": "2.3|3.0"
@ -9155,17 +9153,17 @@
"require-dev": {
"nikic/php-parser": "^4.18|^5.0",
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/http-client-contracts": "^2.5|^3.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/intl": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/routing": "^5.4|^6.0|^7.0",
"symfony/routing": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^5.4|^6.0|^7.0"
"symfony/yaml": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@ -9196,7 +9194,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.4.3"
"source": "https://github.com/symfony/translation/tree/v7.0.3"
},
"funding": [
{
@ -9212,7 +9210,7 @@
"type": "tidelift"
}
],
"time": "2024-01-29T13:11:52+00:00"
"time": "2024-01-29T15:41:16+00:00"
},
{
"name": "symfony/translation-contracts",
@ -11580,16 +11578,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.61",
"version": "1.3.62",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "f3f1dae3551ce4b10f5e2fb2c24e3004e6c34fe1"
"reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f3f1dae3551ce4b10f5e2fb2c24e3004e6c34fe1",
"reference": "f3f1dae3551ce4b10f5e2fb2c24e3004e6c34fe1",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f3abbd8e93e12fed8091be3aeec216b06bed0950",
"reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950",
"shasum": ""
},
"require": {
@ -11646,9 +11644,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.61"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.62"
},
"time": "2024-02-09T13:43:08+00:00"
"time": "2024-02-12T11:52:17+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -14422,7 +14420,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.2",
"php": "^8.3",
"ext-pdo": "*",
"ext-curl": "*",
"ext-ffi": "*",