Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
6.0 to 6.1
  • Loading branch information
StudioAH authored Feb 20, 2024
1 parent ad187cc commit d30f253
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.0 || ^7.0"
"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.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0",
"symfony/http-client": "^6.0 || ^7.0",
"symfony/routing": "^6.0 || ^7.0",
"symfony/security-bundle": "^6.0 || ^7.0",
"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 d30f253

Please sign in to comment.