Skip to content

Commit

Permalink
chore: only needed symfony dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Selvi ARIK committed Jul 15, 2020
1 parent 20531b1 commit 57273b9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"config": {
"bin-dir": "bin",
"vendor-dir": "vendor"
"vendor-dir": "vendor",
"sort-packages": true
},
"require": {
"php": "^7.1.3",
Expand All @@ -22,9 +23,14 @@
},
"require-dev": {
"atoum/atoum": "^2.8|^3.0",
"symfony/symfony": "^4.4 || ^5.0",
"m6web/coke" : "~1.2",
"m6web/symfony2-coding-standard" : "~1.2"
"m6web/coke": "~1.2",
"m6web/symfony2-coding-standard": "~1.2",
"symfony/config": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher-contracts": "^1.1 || ^2.1",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0"
},
"autoload": {
"psr-4": { "M6Web\\Bundle\\StatsdBundle\\": "src/" }
Expand Down

0 comments on commit 57273b9

Please sign in to comment.