This commit is contained in:
Daniel Korsak
2014-01-03 15:57:59 +01:00
parent 950e4bb843
commit 6c6f45e4ee
2 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View File

@@ -4,6 +4,3 @@ vendor
bin
composer.phar
composer.lock
.buildpath
.project
.settings

View File

@@ -23,7 +23,12 @@
"facebook/php-sdk": "3.2.*"
},
"require-dev": {
"symfony/symfony": "~2.2",
"symfony/framework-bundle": "~2.2",
"symfony/security-bundle": "~2.2",
"symfony/twig-bundle": "~2.2",
"symfony/finder": "~2.2",
"symfony/browser-kit": "~2.2",
"symfony/form": "~2.2",
"phpunit/phpunit": "3.7.*"
},
"config": {