Skip to content

Commit 5d70995

Browse files
committed
fix: allow 8.0
1 parent 0394055 commit 5d70995

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
},
2121
"require": {
2222
"php": ">=8.1",
23-
"symfony/psr-http-message-bridge": "2.* || ^7.0",
24-
"symfony/routing": "^6.4 || ^7.0",
23+
"symfony/psr-http-message-bridge": "2.* || ^7.0 || ^8.0",
24+
"symfony/routing": "^6.4 || ^7.0 || ^8.0",
2525
"shopware/app-php-sdk": ">=4.1.0",
26-
"symfony/http-client": "^6.4 || ^7.0",
26+
"symfony/http-client": "^6.4 || ^7.0 || ^8.0",
2727
"nyholm/psr7": "^1.8"
2828
},
2929
"require-dev": {
3030
"doctrine/doctrine-bundle": "^2.8",
31-
"symfony/doctrine-bridge": "^6.4 || ^7.0",
31+
"symfony/doctrine-bridge": "^6.4 || ^7.0 || ^8.0",
3232
"doctrine/orm": "^3.0",
3333
"async-aws/async-aws-bundle": "~1.12",
3434
"async-aws/dynamo-db": "~3.2.1",
3535
"symfony/polyfill-uuid": "~1.31.0",
3636
"friendsofphp/php-cs-fixer": "^3.16",
3737
"phpstan/phpstan": "^1.10.14",
3838
"phpunit/phpunit": "^10.1",
39-
"symfony/phpunit-bridge": "^6.2.10 || ^6.3 || ^6.4 || ^7.0",
39+
"symfony/phpunit-bridge": "^6.2.10 || ^6.3 || ^6.4 || ^7.0 || ^8.0",
4040
"infection/infection": "^0.26.21"
4141
},
4242
"suggest": {

0 commit comments

Comments
 (0)