Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Allow Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Dec 8, 2021
1 parent 5ef051c commit 9407754
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"require": {
"php": "^7.3 || ^8.0",
"sonata-project/cache": "^2.0.0",
"symfony/config": "^4.4 || ^5.3",
"symfony/dependency-injection": "^4.4 || ^5.3",
"symfony/filesystem": "^4.4 || ^5.3",
"symfony/http-foundation": "^4.4 || ^5.3",
"symfony/http-kernel": "^4.4 || ^5.3",
"symfony/process": "^4.4 || ^5.3",
"symfony/routing": "^4.4 || ^5.3"
"symfony/config": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
"symfony/process": "^4.4 || ^5.3 || ^6.0",
"symfony/routing": "^4.4 || ^5.3 || ^6.0"
},
"require-dev": {
"doctrine/orm": "^2.2",
Expand All @@ -45,9 +45,9 @@
"predis/predis": "^1.0",
"psalm/plugin-phpunit": "^0.16",
"psalm/plugin-symfony": "^3.0",
"symfony/console": "^4.4 || ^5.3",
"symfony/framework-bundle": "^4.4 || ^5.3",
"symfony/phpunit-bridge": "^5.3",
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0",
"symfony/phpunit-bridge": "^5.3 || ^6.0",
"vimeo/psalm": "^4.7.2"
},
"suggest": {
Expand Down

0 comments on commit 9407754

Please sign in to comment.