Skip to content

Commit

Permalink
Allow installation with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Feb 20, 2024
1 parent 3595192 commit 75fc171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"require": {
"php": "^7.2|^8.0",
"phpcr/phpcr": "^2.1",
"symfony/finder": "^4.4 || ^5.0 || ^6.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0"
"symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"jackalope/jackalope-fs": "0.0.*",
Expand Down

0 comments on commit 75fc171

Please sign in to comment.