Skip to content

Commit

Permalink
chore(MOS-1162): Loosen SF version constraint to allow 6.x as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-jan committed Jan 31, 2024
1 parent 5f20afb commit 857e17e
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 @@ -26,8 +26,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^5.4",
"symfony/http-foundation": "^5.4"
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0"
},
"require-dev": {
"phpspec/phpspec": "^7.2",
Expand Down

0 comments on commit 857e17e

Please sign in to comment.