Skip to content

Commit

Permalink
[Composer] Added the dependencies to symfony/dependency-injection and…
Browse files Browse the repository at this point in the history
… symfony/http-kernel. (Issue piece#4)
  • Loading branch information
iteman committed Sep 18, 2012
1 parent 11c9ba8 commit 2725dfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
"symfony/config": ">=2.0.0",
"symfony/yaml": ">=2.0.0"
},
"require-dev": {
"symfony/dependency-injection": ">=2.0.0",
"symfony/http-kernel": ">=2.0.0"
},
"suggest": {
"symfony/dependency-injection": "Allows to use configuration knowledge of Piece_Flow's components directly by using Symfony DependencyInjection and Config components.",
"symfony/http-kernel": "Allows to use configuration knowledge of Piece_Flow's components directly by using Symfony DependencyInjection and Config components."
},
"autoload": {
"psr-0": { "Piece\\Flow": "src/" }
},
Expand Down

0 comments on commit 2725dfe

Please sign in to comment.