Skip to content

Commit f8d5568

Browse files
committed
Upped the minimum-supported PHP version to PHP 8.1.
1 parent a65d17c commit f8d5568

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,16 @@
1414
"issues": "https://github.com/sebastianbergmann/phploc/issues"
1515
},
1616
"config": {
17-
"platform": {
18-
"php": "7.3.0"
19-
},
2017
"optimize-autoloader": true,
2118
"sort-packages": true
2219
},
2320
"require": {
24-
"php": ">=7.3",
21+
"php": ">=8.1",
2522
"ext-dom": "*",
2623
"ext-json": "*",
27-
"sebastian/cli-parser": "^1.0",
28-
"sebastian/version": "^3.0",
29-
"phpunit/php-file-iterator": "^3.0"
24+
"sebastian/cli-parser": "^2.0",
25+
"sebastian/version": "^4.0",
26+
"phpunit/php-file-iterator": "^4.0"
3027
},
3128
"autoload": {
3229
"classmap": [

0 commit comments

Comments
 (0)