modera / mjr-integration-bundle
为MJR提供低级别集成。
v3.1.0
2020-11-03 12:42 UTC
Requires
- php: >=5.6
- modera/direct-bundle: ~3.1|~4.0
- sergeil/expander-bundle: ^1.0
- symfony/framework-bundle: ^3.4|^4.0
Requires (Dev)
- phake/phake: ^2.0
- phpunit/phpunit: ^5.5
- dev-master / 4.x-dev
- 3.x-dev
- v3.1.0
- v3.0.0
- 2.x-dev
- v2.57.0
- v2.56.0
- v2.55.0
- v2.54.0
- v2.53.0
- v2.52.2
- v2.52.1
- v2.52.0
- v2.51.1
- v2.51.0
- v2.0.50
- dev-sf3
- dev-crub_pagination_fetch_fix
- dev-MPFE-1014-2
- dev-MPFE-1029
- dev-direct-bundle-csrf
- dev-MPFE-1014
- dev-MPFE-1017
- dev-MPFE-1005
- dev-MPFE-1007
- dev-MPFE-963
- dev-MPFE-975
- dev-MPFE-977
This package is auto-updated.
Last update: 2024-08-29 03:35:41 UTC
README
为MJR提供低级别集成。
安装
步骤 1: 下载包
composer require modera/mjr-integration-bundle:4.x-dev
此命令要求您全局安装Composer,如Composer文档中的安装章节所述。
步骤 2: 启用包
此包应该由Flex自动启用。如果您不使用Flex,您需要手动在项目的config/bundles.php
文件中添加以下行来启用该包
<?php // config/bundles.php return [ // ... Modera\MjrIntegrationBundle\ModeraMjrIntegrationBundle::class => ['all' => true], ];
许可
此包采用MIT许可证。请参阅包中的完整许可证:Resources/meta/LICENSE