Skip to content

Commit

Permalink
Allow to install Symfony 7 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Nov 2, 2023
1 parent 82f73b0 commit 4b661f7
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 @@ -26,10 +26,10 @@
"require": {
"php": "^7.2 || ^8.0",
"doctrine/event-manager": "^1.0 || ^2.0",
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0",
"symfony/finder": "^4.1 || ^5.0 || ^6.0",
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/finder": "^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/string": "^5.3 || ^6.0",
"symfony/string": "^5.3 || ^6.0 || ^7.0",
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0",
"twig/twig": "^2.9 || ^3.3"
},
Expand All @@ -41,8 +41,8 @@
"phpstan/phpstan-phpunit": "^1.2",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"symfony/css-selector": "4.4 || ^5.2 || ^6.0",
"symfony/dom-crawler": "4.4 || ^5.2 || ^6.0"
"symfony/css-selector": "4.4 || ^5.2 || ^6.0 || ^7.0",
"symfony/dom-crawler": "4.4 || ^5.2 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4b661f7

Please sign in to comment.