Skip to content

Commit

Permalink
Allow Symfony 7 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Dec 21, 2023
1 parent d5a79b1 commit 54f7248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"require": {
"php": "^8.0",
"league/flysystem": "^2.0 || ^3.0",
"symfony/config": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0"
"symfony/config": "^4.4 || ^5.3 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.4 || ^5.3 || ^6.0 || ^7.0"
},
"require-dev": {
"ext-simplexml": "*",
Expand Down

0 comments on commit 54f7248

Please sign in to comment.