propel-bundle/composer.json

29 lines
703 B
JSON
Raw Normal View History

2011-11-12 01:31:25 +01:00
{
"name": "propel/propel-bundle",
"description": "Integration of Propel in Symfony2",
"keywords": ["propel", "orm", "persistence"],
"type": "symfony-bundle",
"license": "MIT",
2012-04-05 09:17:06 +02:00
"authors": [{
"name": "William Durand",
"email": "william.durand1@gmail.com"
}],
"target-dir": "Propel/PropelBundle",
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},
2011-11-12 01:31:25 +01:00
"require": {
2016-01-22 18:41:07 +01:00
"symfony/symfony": "^2.8.2|^3.0.1",
"symfony/propel1-bridge": "2.7.x-dev",
2016-01-23 10:49:14 +01:00
"propel/propel1": "^1.6.8",
"symfony/security-acl": "@stable"
2011-11-12 01:31:25 +01:00
},
"require-dev": {
2016-01-22 18:41:07 +01:00
"sensio/framework-extra-bundle": "^3.0.2",
2016-01-23 11:47:29 +01:00
"fzaninotto/faker": "^1.5",
"phpunit/phpunit": "^4.8.21|^5.0.10"
}
2011-11-12 01:31:25 +01:00
}