Skip to content

Commit

Permalink
Changes for Symfony 7.1 upgrade (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Oct 17, 2024
1 parent f43f83e commit ac36569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
strategy:
matrix:
include:
- php: '8.1'
dependencies-preference: " "
- php: '8.1'
dependencies-preference: "--prefer-lowest"
- php: '8.2'
Expand Down
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 || ^2.0",
"symfony/options-resolver": "^6.4.8",
"symfony/property-access": "^6.4.9",
"symfony/property-info": "^6.4.9",
"symfony/serializer": "^6.4.9"
"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"
},
"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",
"symfony/cache": "^6.4.9 || ^7.1.5",
"vimeo/psalm": "^5.20"
},
"autoload": {
Expand Down

0 comments on commit ac36569

Please sign in to comment.