Skip to content

Commit 8182a2f

Browse files
committed
Upgrade minimum PHP to 7.3
1 parent 7c57f62 commit 8182a2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.php-cs-fixer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
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,

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.2 || ^8.0",
25+
"php": "^7.3 || ^8.0",
2626
"ext-json": "*",
2727
"ext-pdo": "*"
2828
},
@@ -31,7 +31,7 @@
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

0 commit comments

Comments
 (0)