Skip to content

Commit

Permalink
chore: loosen symfony version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfaassen committed Mar 16, 2023
1 parent f795793 commit c32a9ee
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 @@ -20,9 +20,9 @@
],
"require": {
"php": ">=7.4",
"symfony/serializer": "^5.4",
"symfony/property-access": "^5.4",
"symfony/http-client": "^5.4"
"symfony/serializer": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit c32a9ee

Please sign in to comment.