aoe / dbsequenzer
11.1.0
2024-07-17 09:52 UTC
Requires
- php: ^8.0 || ^8.2 || ^8.3
- ext-mysqli: *
- typo3/cms-backend: ^11.5 || ^12.4
- typo3/cms-core: ^11.5 || ^12.4
- typo3/cms-extbase: ^11.5 || ^12.4
- typo3/cms-frontend: ^11.5 || ^12.4
- typo3/cms-reports: ^11.5 || ^12.4
- typo3/cms-sv: ^11.5 || ^12.4
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: ^1.10
- rector/rector: ^1.0
- symplify/easy-coding-standard: 12.1.14
- symplify/phpstan-rules: 13.0.0
- typo3/testing-framework: ^7.0 || ^8.0
Replaces
- typo3-ter/aoe-dbsequenzer: 11.1.0
- dev-main
- 11.1.0
- 11.0.2
- 11.0.1
- 11.0.0
- 10.0.1
- 10.0.0
- 9.1.0
- 9.0.1
- 9.0.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.0
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- dev-feature/typo3v12
- dev-TYPO3_11
- dev-feature/php83
- dev-feature/php82
- dev-TYPO3_10
- dev-TYPO3_9
- dev-TYPO3V8
- dev-TYPO3_7
This package is auto-updated.
Last update: 2024-07-17 09:52:43 UTC
README
构建信息
使用此扩展,您可以确保配置的表中具有不同的唯一键
下载 / 安装
您可以从TER (TYPO3 扩展仓库)下载并安装此扩展。
或使用 composer
$ composer require aoe/aoe-dbsequenzer
文档
文档可在docs.typo3.org在线查看。
许可
许可:GPLv3或更高版本。见LICENSE。
贡献
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