update composer.json

This commit is contained in:
Gregor Harlan 2016-02-11 19:13:30 +01:00
parent 1d37d708c4
commit 4aa5244f67

View file

@ -8,16 +8,19 @@
"name": "William Durand", "name": "William Durand",
"email": "william.durand1@gmail.com" "email": "william.durand1@gmail.com"
}], }],
"autoload": {
"psr-4": { "Propel\\PropelBundle\\": "" },
"exclude-from-classmap": [ "Tests/" ]
},
"require": { "require": {
"symfony/symfony": "~2.5", "propel/propel": "2.*@dev",
"propel/propel": "2.*@dev" "symfony/symfony": "^2.8"
}, },
"require-dev": { "require-dev": {
"sensio/framework-extra-bundle": "~3.0", "phpunit/phpunit": "^4.8.21|^5.0.10",
"phpunit/phpunit": "~4.0", "sensio/framework-extra-bundle": "^3.0.2",
"fzaninotto/faker": "~1.1" "fzaninotto/faker": "^1.5"
},
"autoload": {
"psr-4": { "Propel\\PropelBundle\\": "" }
} }
} }