propel-bundle/composer.json
Toni Uebernickel f78a867f09 remove support for Symfony 3.0
This version line is about supporting Symfony 2.8 LTS. As it may use deprecated function, 3.0 would not be a valid version.
2016-01-23 11:50:11 +01:00

29 lines
702 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"
}],
"autoload": {
"psr-4": { "Propel\\PropelBundle\\": "" },
"exclude-from-classmap": [ "Tests/" ]
},
"require": {
"symfony/symfony": "^2.8.2",
"symfony/propel1-bridge": "2.7.x-dev",
"propel/propel1": "^1.6.8",
"symfony/security-acl": "@stable"
},
"require-dev": {
"sensio/framework-extra-bundle": "^3.0.2",
"fzaninotto/faker": "^1.5",
"phpunit/phpunit": "^4.8.21|^5.0.10"
}
}