Skip to content

Commit

Permalink
Require at least SF 4.4 of SF 5
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer authored Jan 14, 2021
1 parent 434bfe6 commit 7ea6c74
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 @@ -10,9 +10,9 @@
},
"require": {
"php": ">=5.6.0",
"symfony/console": "^4.0.0",
"symfony/filesystem": "^4.0.0",
"symfony/finder": "^4.0.0",
"symfony/console": "^4.4.0 || ^5.0.0",
"symfony/filesystem": "^4.4.0 || ^5.0.0",
"symfony/finder": "^4.4.0 || ^5.0.0",
"twbs/bootstrap": "^3.0.0",
"components/jquery": "^1.12"
}
Expand Down

0 comments on commit 7ea6c74

Please sign in to comment.