Skip to content

Commit

Permalink
Merge pull request #523 from helios-ag/sf7
Browse files Browse the repository at this point in the history
Allow symfony 7 as dep
  • Loading branch information
helios-ag authored Dec 7, 2023
2 parents b8aaeeb + 3a24255 commit 49a5317
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 @@ -22,17 +22,17 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0",
"symfony/twig-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0",
"symfony/form": "^4.4 || ^5.0 || ^5.2 || ^6.0",
"symfony/asset": "^4.4 || ^5.0 || ^5.2 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/form": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/asset": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"studio-42/elfinder": "~2.1.62"
},
"require-dev" : {
"symfony/phpunit-bridge": "^7.0.1",
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"symfony/finder": "^4.4 || ^5.0 || ^5.2 || ^6.0",
"symfony/finder": "^4.4 || ^5.0 || ^5.2 || ^6.0 || ^7.0",
"php-coveralls/php-coveralls": "^2.0",
"friendsofphp/php-cs-fixer": "dev-master"
},
Expand Down

0 comments on commit 49a5317

Please sign in to comment.