Skip to content

Commit

Permalink
feat: allow symfony 7 (#2721)
Browse files Browse the repository at this point in the history
* feat: allow symfony 7

* feat: allow symfony 7

* feat: allow symfony 7

* feat: allow symfony 7

* feat: allow symfony 7

* feat: allow symfony 7

* feat: allow symfony 7

* feat: allow symfony 7

* feat: allow symfony 7

* Update .github/workflows/continuous-integration.yml

Co-authored-by: Vincent Langlet <[email protected]>

* Empty-Commit

---------

Co-authored-by: Christopher Georg <[email protected]>
Co-authored-by: Vincent Langlet <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2023
1 parent 9d5c15d commit 1b31c3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"doctrine/event-manager": "^1.2 || ^2.0",
"doctrine/persistence": "^2.2 || ^3.0",
"psr/cache": "^1 || ^2 || ^3",
"symfony/cache": "^5.4 || ^6.0",
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0"
},
"require-dev": {
Expand All @@ -58,15 +58,15 @@
"doctrine/mongodb-odm": "^2.3",
"doctrine/orm": "^2.14.0",
"friendsofphp/php-cs-fixer": "^3.14.0",
"nesbot/carbon": "^2.55",
"nesbot/carbon": "^2.71 || 3.x-dev as 3.0",
"phpstan/phpstan": "^1.10.2",
"phpstan/phpstan-doctrine": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.6",
"rector/rector": "^0.18",
"symfony/console": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"doctrine/dbal": "<3.2",
Expand Down

0 comments on commit 1b31c3a

Please sign in to comment.