Skip to content

Commit 9aca6f3

Browse files
committed
Merge pull request #69 from hason/master
Required only necessary dependencies
2 parents 22ffad1 + 52a0e72 commit 9aca6f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
],
1919
"require": {
2020
"php": ">=5.3.3",
21-
"symfony/symfony": "~2.1",
21+
"symfony/framework-bundle": "~2.1",
2222
"symfony/twig-bundle": "~2.0",
2323
"helios-ag/fm-elfinder-php-connector": "2.0.*@dev"
2424
},
2525
"require-dev" : {
26+
"symfony/form": "~2.1",
27+
"doctrine/doctrine-bundle": "~1.0",
2628
"matthiasnoback/symfony-config-test": "0.*",
2729
"matthiasnoback/symfony-dependency-injection-test": "0.*"
2830
},

0 commit comments

Comments
 (0)