Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from Majkl578/deps-symfony-components
Browse files Browse the repository at this point in the history
composer.json: Depend on specific symfony components
  • Loading branch information
rnijveld committed Dec 13, 2015
2 parents c9f4963 + 00607bc commit b96e3d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
}
},
"require": {
"symfony/symfony": "~2.3"
"symfony/config": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/http-kernel": "~2.3"
},
"require-dev": {
"phpspec/phpspec": "2.0.0"
Expand Down

0 comments on commit b96e3d9

Please sign in to comment.