Files
ezauthenticationbundle/composer.json
2018-08-24 09:26:32 +02:00

36 lines
852 B
JSON

{
"name": "coderhapsodie/ezauthenticationbundle",
"type": "library",
"description": "Provides",
"keywords": ["authentication", "ezplatform", "ezpublish"],
"homepage": "https://www.code-rhapsodie.fr/",
"license": "MIT",
"authors": [
{
"name": "Arnaud Lafon",
"email": "arnaud@code-rhapsodie.fr"
}
],
"require": {
"netgen/ezpublish-kernel": ">=14.12.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"phpunit/phpunit": "^7.2",
"symfony/phpunit-bridge": "^2.1"
},
"autoload": {
"psr-4": {
"CodeRhapsodie\\EzAuthenticationBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
}
},
"minimum-stability": "dev",
"config": {
"sort-packages": true
}
}