Skip to content

Commit

Permalink
Upgraded Symfony and Monolog dependencies to 6.1 and 2.6, respectively (
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed May 28, 2022
1 parent fa683c9 commit 2cff0c3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -85,15 +85,15 @@
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"monolog/monolog": "~2.3",
"monolog/monolog": "~2.6",
"php": "^8.1",
"psr/container": "^1.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "~1.1",
"symfony/dotenv": "^6.0",
"symfony/property-access": "^6.0",
"symfony/serializer": "^6.0"
"symfony/dotenv": "^6.1",
"symfony/property-access": "^6.1",
"symfony/serializer": "^6.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Api/composer.json
Expand Up @@ -44,7 +44,7 @@
"aphiria/middleware": "1.x-dev",
"aphiria/router": "1.x-dev",
"aphiria/validation": "1.x-dev",
"monolog/monolog": "~2.0",
"monolog/monolog": "~2.1",
"php": ">=8.1",
"psr/log": "~1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Application/composer.json
Expand Up @@ -39,7 +39,7 @@
},
"require": {
"php": ">=8.1",
"symfony/dotenv": "^6.0"
"symfony/dotenv": "^6.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
Expand Down
4 changes: 2 additions & 2 deletions src/ContentNegotiation/composer.json
Expand Up @@ -45,8 +45,8 @@
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=8.1",
"symfony/property-access": "^6.0",
"symfony/serializer": "^6.0"
"symfony/property-access": "^6.1",
"symfony/serializer": "^6.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/composer.json
Expand Up @@ -38,7 +38,7 @@
}
},
"require": {
"monolog/monolog": "~2.0",
"monolog/monolog": "~2.1",
"php": ">=8.1",
"psr/log": "~1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Framework/composer.json
Expand Up @@ -41,7 +41,7 @@
"aphiria/aphiria": "1.x-dev",
"php": ">=8.1",
"psr/log": "~1.0",
"symfony/dotenv": "^6.0"
"symfony/dotenv": "^6.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Router/composer.json
Expand Up @@ -50,7 +50,7 @@
"friendsofphp/php-cs-fixer": "^3.5",
"nikic/fast-route": "1.2",
"phpunit/phpunit": "~9.5",
"symfony/routing": "^6.0"
"symfony/routing": "^6.1"
},
"scripts": {
"phpcs-test": "@phpcs-fix --dry-run",
Expand Down

0 comments on commit 2cff0c3

Please sign in to comment.