mirror of
https://github.com/code-rhapsodie/ezauthenticationbundle.git
synced 2026-03-24 06:42:07 +01:00
36 lines
852 B
JSON
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
|
|
}
|
|
}
|