We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d17c commit f8d5568Copy full SHA for f8d5568
composer.json
@@ -14,19 +14,16 @@
14
"issues": "https://github.com/sebastianbergmann/phploc/issues"
15
},
16
"config": {
17
- "platform": {
18
- "php": "7.3.0"
19
- },
20
"optimize-autoloader": true,
21
"sort-packages": true
22
23
"require": {
24
- "php": ">=7.3",
+ "php": ">=8.1",
25
"ext-dom": "*",
26
"ext-json": "*",
27
- "sebastian/cli-parser": "^1.0",
28
- "sebastian/version": "^3.0",
29
- "phpunit/php-file-iterator": "^3.0"
+ "sebastian/cli-parser": "^2.0",
+ "sebastian/version": "^4.0",
+ "phpunit/php-file-iterator": "^4.0"
30
31
"autoload": {
32
"classmap": [
0 commit comments