Skip to content

Commit

Permalink
feat: allow Symfony 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 16, 2023
1 parent 4e720cf commit ed8864e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"php": ">=8.1",
"doctrine/doctrine-bundle": "^2.8",
"symfony/psr-http-message-bridge": "2.*",
"symfony/routing": "^6.2",
"symfony/routing": "^6.2 || ^6.3",
"doctrine/orm": "^2.11",
"shopware/app-php-sdk": "^1.0",
"symfony/doctrine-bridge": "^6.2",
"symfony/http-client": "^6.2",
"symfony/doctrine-bridge": "^6.2 || ^6.3",
"symfony/http-client": "^6.2 || ^6.3",
"nyholm/psr7": "^1.8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.16",
"phpstan/phpstan": "^1.10.14",
"phpunit/phpunit": "^10.1",
"symfony/phpunit-bridge": "^6.2.10",
"symfony/phpunit-bridge": "^6.2.10 || ^6.3",
"infection/infection": "^0.26.21"
},
"scripts": {
Expand Down

0 comments on commit ed8864e

Please sign in to comment.