Skip to content

Commit fa923dc

Browse files
committed
Bump PHP minimum version to 7.3
1 parent dd447a2 commit fa923dc

File tree

2 files changed

+850
-338
lines changed

2 files changed

+850
-338
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"issues": "https://github.com/tomzx/php-semver-checker/issues"
2121
},
2222
"require": {
23-
"php": ">=7.2.29",
23+
"php": ">=7.3",
2424

2525
"hassankhan/config": "^2.0",
2626
"nikic/php-parser": "^4.0",
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"mockery/mockery": "^1.0",
33-
"phpunit/phpunit": "^7.0|^8.0|^9.0"
33+
"phpunit/phpunit": "^8.0|^9.0"
3434
},
3535
"bin": [
3636
"bin/php-semver-checker"
@@ -47,7 +47,7 @@
4747
},
4848
"config": {
4949
"platform": {
50-
"php": "7.2.29"
50+
"php": "7.3"
5151
}
5252
},
5353
"extra": {

0 commit comments

Comments
 (0)