Skip to content

Commit

Permalink
Allow usage of Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Nov 30, 2023
1 parent f1e6f17 commit 1ca99d3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,25 +95,25 @@
"require": {
"php": "^7.4 || ^8.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/framework-bundle": "^5.4 || ^6.1",
"symfony/security-bundle": "^5.4 || ^6.1",
"symfony/options-resolver": "^5.4 || ^6.1",
"symfony/form": "^5.4 || ^6.1",
"symfony/http-client": "^5.4 || ^6.1"
"symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/security-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.3 || ^7.0",
"symfony/form": "^5.4 || ^6.3 || ^7.0",
"symfony/http-client": "^5.4 || ^6.3 || ^7.0"
},

"require-dev": {
"doctrine/doctrine-bundle": "^2.4",
"doctrine/orm": "^2.9",
"symfony/browser-kit": "^5.4 || ^6.1",
"symfony/css-selector": "^5.4 || ^6.1",
"symfony/phpunit-bridge": "^5.4 || ^6.1",
"symfony/property-access": "^5.4 || ^6.1",
"symfony/validator": "^5.4 || ^6.1",
"symfony/twig-bundle": "^5.4 || ^6.1",
"symfony/stopwatch": "^5.4 || ^6.1",
"symfony/translation": "^5.4 || ^6.1",
"symfony/yaml": "^5.4 || ^6.1",
"symfony/browser-kit": "^5.4 || ^6.3 || ^7.0",
"symfony/css-selector": "^5.4 || ^6.3 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.3 || ^7.0",
"symfony/property-access": "^5.4 || ^6.3 || ^7.0",
"symfony/validator": "^5.4 || ^6.3 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.3 || ^7.0",
"symfony/translation": "^5.4 || ^6.3 || ^7.0",
"symfony/yaml": "^5.4 || ^6.3 || ^7.0",
"phpunit/phpunit": "^9.6.11",
"friendsofphp/php-cs-fixer": "^3.23",
"symfony/monolog-bundle": "^3.4",
Expand Down

0 comments on commit 1ca99d3

Please sign in to comment.