Skip to content

Commit

Permalink
Merge pull request #98 from StudioAH/patch-1
Browse files Browse the repository at this point in the history
Update composer.json for SF7
  • Loading branch information
drupol authored Oct 9, 2024
2 parents ad7747d + 1eb68eb commit 121160f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"loophp/psr-http-message-bridge-bundle": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"symfony/framework-bundle": "^6.1"
"symfony/framework-bundle": "^6.1 || ^7.0"
},
"require-dev": {
"ext-pcov": "*",
Expand All @@ -31,11 +31,11 @@
"nyholm/psr7": "^1.8",
"phpspec/phpspec": "^7",
"phpstan/phpstan-symfony": "^1.1",
"symfony/cache": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/http-client": "^6.1",
"symfony/routing": "^6.1",
"symfony/security-bundle": "^6.1",
"symfony/cache": "^6.1 || ^7.0",
"symfony/dependency-injection": "^6.1 || ^7.0",
"symfony/http-client": "^6.1 || ^7.0",
"symfony/routing": "^6.1 || ^7.0",
"symfony/security-bundle": "^6.1 || ^7.0",
"veewee/xml": "^2.6"
},
"suggest": {
Expand Down

0 comments on commit 121160f

Please sign in to comment.