propel-bundle/composer.json

30 lines
927 B
JSON
Raw Normal View History

2013-06-09 00:19:30 +02:00
{
2022-03-07 15:19:26 +01:00
"name": "deblan/propel-bundle",
"description": "Integration of Propel in Symfony",
2015-06-08 10:52:12 +02:00
"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-11-18 14:09:00 +01:00
"propel/propel": "dev-master",
"symfony/console": "^2.8|^3.0|^4.0",
"symfony/dependency-injection": "^2.8|^3.0|^4.0",
"symfony/framework-bundle": "^2.8|^3.0|^4.0",
"symfony/security-acl": "^2.8|^3.0|^4.0"
2015-06-08 10:52:12 +02:00
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"sensio/framework-extra-bundle": "^4.0",
"symfony/form": "^2.8|^3.0|^4.0",
"fzaninotto/faker": "^1.5",
"mikey179/vfsStream": "^1.6"
2015-06-08 10:52:12 +02:00
}
2013-06-09 00:19:30 +02:00
}