Skip to content

Commit

Permalink
Changes added for setting minimum Symfony version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Jan 20, 2025
1 parent ff5e191 commit 3b49072
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "http://github.com/apigee/apigee-client-php",
"license": "Apache-2.0",
"require": {
"php": "~8.1 || ~8.2 || ~8.3",
"php": "~8.3",
"ext-json": "*",
"ext-openssl": "*",
"ext-reflection": "*",
Expand All @@ -28,10 +28,10 @@
"php-http/message-factory": "^1.0",
"phpdocumentor/reflection-docblock": "^5.0",
"psr/http-message": "^1.0 || ^2.0",
"symfony/options-resolver": "^6.4.8 || ^7.1.1",
"symfony/property-access": "^6.4.9 || ^7.1.4",
"symfony/property-info": "^6.4.9 || ^7.1.3",
"symfony/serializer": "^6.4.9 || ^7.1.5"
"symfony/options-resolver": "^7.1.1",
"symfony/property-access": "^7.1.4",
"symfony/property-info": "^7.1.3",
"symfony/serializer": "^7.1.5"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.4.0",
Expand All @@ -46,7 +46,7 @@
"phpmetrics/phpmetrics": "^2.7",
"phpunit/phpunit": "^9.6",
"sebastian/comparator": "^4.0.5",
"symfony/cache": "^6.4.9 || ^7.1.5",
"symfony/cache": "^7.1.5",
"vimeo/psalm": "^5.20"
},
"autoload": {
Expand Down

0 comments on commit 3b49072

Please sign in to comment.