Skip to content

Commit

Permalink
Merge pull request #196 from Niolak/fix/v4-symfony-deps
Browse files Browse the repository at this point in the history
Update symfony version in deps
  • Loading branch information
freekmurze committed May 2, 2024
2 parents 4c32513 + e39ac4d commit c5317d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"ext-libxml": "*",
"composer-runtime-api": "^2.0",
"phpunit/phpunit": "^8.3|^9.0",
"symfony/property-access": "^4.0|^5.0|^6.0",
"symfony/serializer": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.0|^5.0|^6.0"
"symfony/property-access": "^4.0|^5.0|^6.0|^7.0",
"symfony/serializer": "^4.0|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1.0"
Expand Down

0 comments on commit c5317d1

Please sign in to comment.