runroom / user-bundle
SonataUserBundle 分支,用于恢复与 PHP 5.6 和 7.0 的兼容性
4.1.0
2018-01-20 17:41 UTC
Requires
- php: ^7.1
- friendsofsymfony/user-bundle: ^2.0
- sonata-project/admin-bundle: ^3.1
- sonata-project/core-bundle: ^3.2
- 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/console: ^2.8 || ^3.2 || ^4.0
- symfony/form: ^2.8 || ^3.2 || ^4.0
- symfony/http-foundation: ^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
Requires (Dev)
- doctrine/orm: ^2.0
- friendsofsymfony/rest-bundle: ^1.5 || ^2.0
- jms/serializer-bundle: ^0.13 || ^1.0
- matthiasnoback/symfony-config-test: ^2.1
- matthiasnoback/symfony-dependency-injection-test: ^1.1
- nelmio/api-doc-bundle: ^2.4
- sonata-project/block-bundle: ^3.2
- sonata-project/google-authenticator: ^1.0 || ^2.0
- sonata-project/seo-bundle: ^2.0
- symfony/phpunit-bridge: ^4.0
Suggests
- 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
Conflicts
- friendsofsymfony/rest-bundle: <1.1
- jms/serializer: <0.13 || >=2.0
- nelmio/api-doc-bundle: <2.4
- sonata-project/block-bundle: <3.2
- sonata-project/doctrine-orm-admin-bundle: <3.0
- sonata-project/google-authenticator: <1.0
- sonata-project/seo-bundle: <2.0
README
此分支是对 Sonata User Bundle 4.x 分支的扩展,仅兼容
- PHP
^7.1
- Symfony
^2.8
、^3.2
和^4.0
它的目的是恢复程序包与以下 PHP 版本的兼容性
- PHP
^5.6
和^7.0
要使用它,只需在您的 composer.json
文件中将 "sonata-project/user-bundle": "^4.1"
替换为 "runroom/user-bundle": "4.x-dev"
,然后运行 composer update
。
Sonata User Bundle
Symfony SonataUserBundle
文档
请访问 官方网站 上的文档。
支持
有关一般支持和问题,请使用 StackOverflow。
如果您认为发现了错误或想提出功能建议,请先查看 贡献指南 后再提交问题。
许可证
此软件包可在 MIT 许可证 下使用。