Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avkluchko committed Sep 3, 2020
1 parent c93a7a2 commit 5abd054
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
],
"require": {
"php": "^7.1.3",
"doctrine/orm": "^2.5"
"doctrine/orm": "^2.5",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.1.12 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0"
Expand Down

0 comments on commit 5abd054

Please sign in to comment.