Skip to content

Commit 982f763

Browse files
fixes after code review
1 parent 67a2231 commit 982f763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"test": "phpunit"
2121
},
2222
"require": {
23-
"php": ">=7.2|8.0",
24-
"thecodingmachine/graphqlite": "^5",
23+
"php": ">=7.2",
24+
"thecodingmachine/graphqlite": "^5.0",
2525
"illuminate/console": "^5.7|^6.0|^7|^8",
2626
"illuminate/container": "^5.7|^6.0|^7|^8",
2727
"illuminate/support": "^5.7|^6.0|^7|^8",

0 commit comments

Comments
 (0)