92 lines
3.3 KiB
JSON
92 lines
3.3 KiB
JSON
{
|
|
"name": "sonata-project/user-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Symfony SonataUserBundle",
|
|
"keywords": [
|
|
"user",
|
|
"sonata",
|
|
"google authenticator"
|
|
],
|
|
"homepage": "http://sonata-project.org/bundles/user",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Thomas Rabaix",
|
|
"email": "thomas.rabaix@sonata-project.org",
|
|
"homepage": "http://sonata-project.org"
|
|
},
|
|
{
|
|
"name": "Sonata Community",
|
|
"homepage": "https://github.com/sonata-project/SonataUserBundle/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1",
|
|
"friendsofsymfony/user-bundle": "^2.0",
|
|
"sonata-project/admin-bundle": "^3.34",
|
|
"sonata-project/core-bundle": "^3.12",
|
|
"sonata-project/datagrid-bundle": "^2.2.1",
|
|
"sonata-project/doctrine-extensions": "^1.0",
|
|
"sonata-project/easy-extends-bundle": "^2.2",
|
|
"swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
|
|
"symfony/config": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/console": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/form": "^2.8.18 || ^3.2.5 || ^4.0",
|
|
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/security-acl": "^2.8 || ^3.0",
|
|
"symfony/security-core": "^2.8 || ^3.2 || ^4.0",
|
|
"symfony/translation": "^2.8 || ^3.2 || ^4.0"
|
|
},
|
|
"conflict": {
|
|
"friendsofsymfony/rest-bundle": "<2.1 || >=3.0",
|
|
"jms/serializer": "<0.13 || >=3.0",
|
|
"nelmio/api-doc-bundle": "<2.4",
|
|
"sonata-project/block-bundle": "<3.11",
|
|
"sonata-project/doctrine-orm-admin-bundle": "<3.0",
|
|
"sonata-project/google-authenticator": "<1.0",
|
|
"sonata-project/seo-bundle": "<2.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/orm": "^2.0",
|
|
"friendsofsymfony/rest-bundle": "^2.1",
|
|
"jms/serializer-bundle": "^1.0 || ^2.0 || ^3.0",
|
|
"matthiasnoback/symfony-config-test": "^4.0",
|
|
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
|
"nelmio/api-doc-bundle": "^2.4",
|
|
"sonata-project/block-bundle": "^3.11",
|
|
"sonata-project/google-authenticator": "^1.0 || ^2.0",
|
|
"sonata-project/seo-bundle": "^2.0",
|
|
"symfony/phpunit-bridge": "^4.3"
|
|
},
|
|
"suggest": {
|
|
"friendsofsymfony/rest-bundle": "For using the public API methods.",
|
|
"jms/serializer": "For using the public API methods.",
|
|
"nelmio/api-doc-bundle": "For using the public API methods.",
|
|
"sonata-project/doctrine-orm-admin-bundle": "^3.0",
|
|
"sonata-project/google-authenticator": "For google auth user login",
|
|
"sonata-project/seo-bundle": "For SEO breadcrumb block service usage"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sonata\\UserBundle\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Sonata\\UserBundle\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|