propel-bundle/composer.json
2016-01-22 19:43:04 +01:00

28 lines
668 B
JSON

{
"name": "propel/propel-bundle",
"description": "Integration of Propel in Symfony2",
"keywords": ["propel", "orm", "persistence"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [{
"name": "William Durand",
"email": "william.durand1@gmail.com"
}],
"target-dir": "Propel/PropelBundle",
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},
"require": {
"symfony/symfony": "^2.8.2|^3.0.1",
"symfony/propel1-bridge": "2.7.x-dev",
"propel/propel1": "~1.6"
},
"require-dev": {
"sensio/framework-extra-bundle": "^3.0.2",
"fzaninotto/faker": "dev-master",
"phpunit/phpunit": "^4.8.21|^5.0.10"
}
}