File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616 '@PhpCsFixer:risky ' => true ,
1717 '@PHP71Migration ' => true ,
1818 '@PHP71Migration:risky ' => true ,
19+ '@PHP73Migration ' => true ,
1920 '@PHPUnit75Migration:risky ' => true ,
2021 '@PHPUnit7x5Migration:risky ' => true ,
2122 '@PHPUnit84Migration:risky ' => true ,
2223 '@PHPUnit8x4Migration:risky ' => true ,
24+ '@PHPUnit91Migration:risky ' => true ,
25+ '@PHPUnit9x1Migration:risky ' => true ,
2326 'array_syntax ' => ['syntax ' => 'short ' ],
2427 'php_unit_test_class_requires_covers ' => false ,
2528 'backtick_to_shell_exec ' => true ,
Original file line number Diff line number Diff line change 2222 }
2323 ],
2424 "require" : {
25- "php" : " ^7.2 || ^8.0" ,
25+ "php" : " ^7.3 || ^8.0" ,
2626 "ext-json" : " *" ,
2727 "ext-pdo" : " *"
2828 },
3131 "phpstan/phpstan" : " ^1.12" ,
3232 "phpstan/phpstan-phpunit" : " ^1.0" ,
3333 "phpstan/phpstan-strict-rules" : " ^1.0" ,
34- "phpunit/phpunit" : " ^8.4 || ^9.0 || ^10.0"
34+ "phpunit/phpunit" : " ^9.1 || ^10.0"
3535 },
3636 "config" : {
3737 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments