mirror of
https://github.com/FriendsOfSymfony/propel1-user-bundle.git
synced 2026-03-24 00:32:18 +01:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "friendsofsymfony/propel1-user-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Propel 1.6 integration for FOSUserBundle",
|
|
"keywords": ["User management", "Propel"],
|
|
"homepage": "https://friendsofsymfony.github.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Christophe Coevoet",
|
|
"email": "stof@notk.org"
|
|
},
|
|
{
|
|
"name": "FriendsOfSymfony Community",
|
|
"homepage": "https://github.com/friendsofsymfony/propel1-user-bundle/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^5.5.9 || ^7.0",
|
|
"friendsofsymfony/user-bundle": "^2.0",
|
|
"propel/propel1": "^1.6.8",
|
|
"propel/propel-bundle": "^1.4",
|
|
"willdurand/propel-typehintable-behavior": "^1.0.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7",
|
|
"symfony/phpunit-bridge": "^3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FOS\\Propel1UserBundle\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"FOS\\Propel1UserBundle\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
}
|
|
}
|