Skip to content

Commit 8d46901

Browse files
committed
add require section to composer.json
1 parent 27ac6ae commit 8d46901

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"phpunit/phpunit": "9.5.4",
2020
"phpbench/phpbench": "1.0.1"
2121
},
22+
"require": {
23+
"php": ">=7.2"
24+
},
2225
"autoload": {
2326
"psr-4": {
2427
"GraphQL\\": "src/",

0 commit comments

Comments
 (0)