Skip to content

Commit

Permalink
Merge pull request #383 from bartmcleod/4.4
Browse files Browse the repository at this point in the history
composer should require the framework bundle
  • Loading branch information
bartmcleod authored Jan 26, 2021
2 parents 7d01899 + 9233be2 commit 090b6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.1",
"symfony/framework-bundle": "^4.0"
},
"require-dev": {
"symfony/symfony": "~4.4",
Expand Down

0 comments on commit 090b6ad

Please sign in to comment.