Skip to content

Commit ac36569

Browse files
authored
Changes for Symfony 7.1 upgrade (#381)
1 parent f43f83e commit ac36569

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/php-test-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- php: '8.1'
15-
dependencies-preference: " "
1614
- php: '8.1'
1715
dependencies-preference: "--prefer-lowest"
1816
- php: '8.2'

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"php-http/message-factory": "^1.0",
2929
"phpdocumentor/reflection-docblock": "^5.0",
3030
"psr/http-message": "^1.0 || ^2.0",
31-
"symfony/options-resolver": "^6.4.8",
32-
"symfony/property-access": "^6.4.9",
33-
"symfony/property-info": "^6.4.9",
34-
"symfony/serializer": "^6.4.9"
31+
"symfony/options-resolver": "^6.4.8 || ^7.1.1",
32+
"symfony/property-access": "^6.4.9 || ^7.1.4",
33+
"symfony/property-info": "^6.4.9 || ^7.1.3",
34+
"symfony/serializer": "^6.4.9 || ^7.1.5"
3535
},
3636
"require-dev": {
3737
"dms/phpunit-arraysubset-asserts": "^0.4.0",
@@ -46,7 +46,7 @@
4646
"phpmetrics/phpmetrics": "^2.7",
4747
"phpunit/phpunit": "^9.6",
4848
"sebastian/comparator": "^4.0.5",
49-
"symfony/cache": "^6.4.9",
49+
"symfony/cache": "^6.4.9 || ^7.1.5",
5050
"vimeo/psalm": "^5.20"
5151
},
5252
"autoload": {

0 commit comments

Comments
 (0)