contao / easy-coding-standard
Contao的EasyCodingStandard配置
6.13.0
2024-04-15 13:22 UTC
Requires
- php: ^8.1
- kubawerlos/php-cs-fixer-custom-fixers: ^3.14
- slevomat/coding-standard: ^8.0
- symplify/easy-coding-standard: ^12.1
Requires (Dev)
- contao/rector: ^1.2
- phpunit/phpunit: ^9.5
- dev-main
- 6.13.0
- 6.12.1
- 6.12.0
- 6.11.0
- 6.10.0
- 6.9.1
- 6.9.0
- 6.8.2
- 6.8.1
- 6.8.0
- 6.7.2
- 6.7.1
- 6.7.0
- 6.6.2
- 6.6.1
- 6.6.0
- 6.5.1
- 6.5.0
- 6.4.1
- 6.4.0
- 6.3.1
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.0
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.1
- 4.0.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
This package is auto-updated.
Last update: 2024-09-18 10:44:03 UTC
README
此包包含EasyCodingStandard的Contao配置。
安装
使用Composer将包添加到您的Contao安装中
composer require contao/easy-coding-standard --dev
使用方法
在项目根目录中创建一个名为ecs.php
的文件。
<?php declare(strict_types=1); use Contao\EasyCodingStandard\Set\SetList; use Symplify\EasyCodingStandard\Config\ECSConfig; return ECSConfig::configure() ->withSets([SetList::CONTAO]) // Adjust the configuration according to your needs. ;
然后像这样运行脚本
vendor/bin/ecs check
里面有什么?
该包包含以下自定义修复器
该包包含以下自定义嗅探器
许可证
Contao根据LGPLv3许可证条款发布。
获取支持
访问支持页面了解可用的支持选项。