propel-bundle/composer.json

28 lines
743 B
JSON
Raw Normal View History

2013-06-09 00:19:30 +02:00
{
2015-06-08 10:52:12 +02:00
"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"
}],
2016-02-11 19:13:30 +01:00
"autoload": {
2016-02-11 19:14:03 +01:00
"psr-4": { "Propel\\Bundle\\PropelBundle\\": "" },
2016-02-11 19:13:30 +01:00
"exclude-from-classmap": [ "Tests/" ]
},
2015-06-08 10:52:12 +02:00
"require": {
2016-10-23 23:42:14 +02:00
"propel/propel": "2.0.0-alpha6",
"symfony/symfony": "^2.8|^3.0",
"symfony/security-acl": "^2.8|^3.0"
2015-06-08 10:52:12 +02:00
},
"require-dev": {
2016-02-11 19:13:30 +01:00
"phpunit/phpunit": "^4.8.21|^5.0.10",
"sensio/framework-extra-bundle": "^3.0.2",
"fzaninotto/faker": "^1.5"
2015-06-08 10:52:12 +02:00
}
2013-06-09 00:19:30 +02:00
}