Skip to content

Commit

Permalink
Support for Symfony 6.x/7.x packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danabrey committed May 17, 2024
1 parent 8b48503 commit a0c4301
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 @@ -16,9 +16,9 @@
},
"require": {
"php": "^7.4|^8.0",
"symfony/serializer": "^5.1",
"symfony/http-client": "^5.1",
"symfony/property-access": "^5.1",
"symfony/serializer": "^5.1|^6.0|^7.0",
"symfony/http-client": "^5.1|^6.0|^7.0",
"symfony/property-access": "^5.1|^6.0|^7.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit a0c4301

Please sign in to comment.