Skip to content

Commit c5317d1

Browse files
authored
Merge pull request #196 from Niolak/fix/v4-symfony-deps
Update symfony version in deps
2 parents 4c32513 + e39ac4d commit c5317d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"ext-libxml": "*",
2727
"composer-runtime-api": "^2.0",
2828
"phpunit/phpunit": "^8.3|^9.0",
29-
"symfony/property-access": "^4.0|^5.0|^6.0",
30-
"symfony/serializer": "^4.0|^5.0|^6.0",
31-
"symfony/yaml": "^4.0|^5.0|^6.0"
29+
"symfony/property-access": "^4.0|^5.0|^6.0|^7.0",
30+
"symfony/serializer": "^4.0|^5.0|^6.0|^7.0",
31+
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^9.1.0"

0 commit comments

Comments
 (0)