21torr / rad
RAD为常见Symfony应用提供功能。
3.2.2
2024-09-24 09:32 UTC
Requires
- php: >= 8.3
- ext-json: *
- 21torr/bundle-helpers: ^2.2
- 21torr/html-builder: ^2.1
- psr/log: ^3.0
- symfony/dependency-injection: ^6.4 || ^7.0
- symfony/deprecation-contracts: ^3.4
- symfony/framework-bundle: ^6.4 || ^7.0
- symfony/http-foundation: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
Requires (Dev)
- 21torr/janus: ^1.3.3
- bamarni/composer-bin-plugin: ^1.8
- doctrine/dbal: ^3.0 || ^4.0
- doctrine/orm: ^3.0
- roave/security-advisories: dev-latest
- symfony/console: ^7.0
- symfony/form: ^7.0
- symfony/phpunit-bridge: ^7.1
- symfony/routing: ^7.0
- symfony/security-bundle: ^7.0
- symfony/translation: ^7.0
- twig/twig: ^3.8
Suggests
- doctrine/dbal: To add the SerializedType
- doctrine/orm: To use the entities
- symfony/console: To use TorrStyle
- symfony/form: To use the FormErrorNormalizer
- symfony/routing: To use the Routable
- symfony/security: To automatically add the CAN_ role voter
- symfony/translation: To properly use the form error normalizer
- twig/twig: To use the twig functions
This package is auto-updated.
Last update: 2024-09-24 09:34:01 UTC
README
这是一个用于快速应用开发的包,实现了在Symfony应用中常用的功能。
包含了21TORR使用的约定和观点。
📚 阅读文档
开发
版本发布
- 检查CHANGELOG,以确保下一个版本号符合semver规范,并且下一个版本号后面没有"(未发布)"。
- 如有必要,提交这些更改,提交信息为"发布 x.y.z"。
- 用"x.y.z"标记最新的提交。
- 推送提交和标记。
- 在GitHub上创建版本发布。
之后包将自动发布。