File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 },
2828 "scripts" :{
2929 "test:unit" :" ./vendor/bin/pest --testdox --colors=always tests/ --exclude-group db" ,
30- "compat" : " ./vendor/bin/phpcs -p ./src --standard=PHPCompatibility --runtime-set testVersion 5.6" ,
31- "post-install-cmd" : " \" vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" ,
32- "post-update-cmd" : " \" vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" ,
30+ "compat" : " ./vendor/bin/phpcs -p ./src --standard=PHPCompatibility --runtime-set testVersion 7.2" ,
3331 "rector" : " ./vendor/bin/rector process --dry-run"
3432 },
3533
Original file line number Diff line number Diff line change 1313 ->withPaths ([
1414 __DIR__ . '/src ' ,
1515 ])
16- ->withPhpVersion (PhpVersion::PHP_74 )
16+ ->withPhpVersion (PhpVersion::PHP_72 )
1717 ->withSkip ([
1818 UnwrapFutureCompatibleIfPhpVersionRector::class,
1919 TypedPropertyFromStrictConstructorRector::class,
2929 // strictBooleans: true,
3030 // naming: true,
3131 )
32- ->withSets ([SetList::PHP_74 ]);
32+ ->withSets ([SetList::PHP_72 ]);
You can’t perform that action at this time.
0 commit comments