Skip to content

Commit

Permalink
update symfony to allow v6
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent authored Oct 20, 2022
1 parent 7726f86 commit 70c50e6
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 @@ -14,11 +14,11 @@
"php": "^8.0",
"iampersistent/config-value-component": "^1.1",
"league/flysystem": "^2.0",
"symfony/dotenv": "^5.3"
"symfony/dotenv": "^5.3 || ^6.0"
},
"require-dev": {
"codeception/codeception": "^4.1.6",
"codeception/module-asserts": "^1.0.0"
"codeception/codeception": "^4.1.6 || ^5.0",
"codeception/module-asserts": ">1.0.0"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit 70c50e6

Please sign in to comment.