Skip to content

Commit 0edc31a

Browse files
authored
Use recommended constraint
1 parent 929e97b commit 0edc31a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2 || 8.0.*"
13+
"php": ">=7.2"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -24,11 +24,6 @@
2424
"phpDocumentor\\GraphViz\\PHPStan\\": "./tests/phpDocumentor/PHPStan"
2525
}
2626
},
27-
"config": {
28-
"platform": {
29-
"php": "7.2.3"
30-
}
31-
},
3227
"require-dev": {
3328
"phpunit/phpunit": "^8.2 || ^9.2",
3429
"mockery/mockery": "^1.2",

0 commit comments

Comments
 (0)