ambientia / data-cleaner-bundle
v2.0.0
2021-05-20 13:14 UTC
Requires
- php: 7.4.*
- ambientia/data-cleaner: ^2.0
- symfony/dependency-injection: ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- matthiasnoback/symfony-dependency-injection-test: ^4.0
- phan/phan: ^2.2
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-09-20 20:11:03 UTC
README
DataCleanerBundle 提供将 DataCleaner 库集成到 Symfony 框架中的功能。Symfony Bundle 用于 https://github.com/alphpkeemik/data-cleaner
开发
运行 docker docker-composer up -d
bash 到容器 docker/bash.sh
运行代码修复器
运行 php cs fixer ./vendor/bin/php-cs-fixer fix
运行测试
使用 phpunit 运行测试 ./vendor/bin/phpunit
运行分析器
运行 phan ./vendor/bin/phan