aoe / feature-flag
为扩展和内容元素添加使用功能标志的能力。
12.0.3
2024-08-30 07:30 UTC
Requires
- php: ^8.1
- ext-json: *
- typo3/cms-core: ^12.4
- typo3/cms-extbase: *
- typo3/cms-scheduler: *
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.10
- phpunit/phpcov: ^9.0.0
- rector/rector: ^1.0
- symplify/easy-coding-standard: ^12.1
- symplify/phpstan-rules: ^13.0.0
- typo3/testing-framework: ^8.0.9
- dev-main / 12.0.x-dev
- 12.0.3
- 12.0.1
- 12.0.0
- 11.3.1
- 11.3.0
- 11.2.1
- 11.2.0
- 11.1.9
- 11.1.8
- 11.1.7
- 11.1.6
- 11.1.5
- 11.1.4
- 11.1.3
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.0
- 9.0.0
- 8.1.1
- 8.1.0
- 8.0.0
- 5.2.0
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.4.1
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.7
- 3.1.6
- 3.1.5
- 3.0.2
- 3.0.1
- 0.3.1
- 0.3.0
- dev-feature/TYPO3_12
- dev-TYPO3_11
- dev-feature/codestyle_migration
- dev-TYPO3_9
- dev-TYPO3_8
- dev-TYPO3_7
This package is auto-updated.
Last update: 2024-08-30 07:31:45 UTC
README
为扩展和内容元素添加使用功能标志的能力
构建信息
文档
文档可在网上找到,地址为 docs.typo3.org。
下载 / 安装
您可以从 TER (TYPO3 扩展存储库) 下载并安装此扩展,或者使用 composer。
composer require aoe/feature-flag
版本和支持
版权 / 许可证
版权:© 2015 - 2024, AOE GmbH 许可证:GPLv3,https://gnu.ac.cn/licenses/gpl-3.0.en.html
贡献
1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github