Skip to content

Commit

Permalink
Bumped symfony version to 6.3 (apigee#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed Oct 2, 2023
1 parent df07d6c commit ba93b3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"php-http/message-factory": "^1.0",
"phpdocumentor/reflection-docblock": "^5.0",
"psr/http-message": "^1.0",
"symfony/options-resolver": "^5.4",
"symfony/property-access": "^6.2",
"symfony/property-info": "^6.2",
"symfony/serializer": "^6.2"
"symfony/options-resolver": "^6.3",
"symfony/property-access": "^6.3",
"symfony/property-info": "^6.3",
"symfony/serializer": "^6.3"
},
"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": "~5.0",
"symfony/cache": "^6.3",
"vimeo/psalm": "^5.12"
},
"autoload": {
Expand Down

0 comments on commit ba93b3a

Please sign in to comment.