Skip to content

Commit

Permalink
Use PHP version set instead of migration sets (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Feb 2, 2022
1 parent 1f8363e commit e58d2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"nunomaduro/larastan": "^1.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.0,<8.5.12 || ^9.3.3",
"zing/coding-standard": "^5.2"
"zing/coding-standard": "^5.3"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 1 addition & 2 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
use Zing\CodingStandard\Set\ECSSetList;

return static function (ContainerConfigurator $containerConfigurator): void {
$containerConfigurator->import(ECSSetList::PHP_72);
$containerConfigurator->import(ECSSetList::CUSTOM);
$containerConfigurator->import(ECSSetList::PHP71_MIGRATION);
$containerConfigurator->import(ECSSetList::PHP71_MIGRATION_RISKY);

$parameters = $containerConfigurator->parameters();
$parameters->set(Option::PARALLEL, true);
Expand Down

0 comments on commit e58d2ba

Please sign in to comment.