Skip to content

Commit 0a0363a

Browse files
authored
Merge pull request #76 from andrew-demb/graphqlite-8
Add support for GraphQLite 8
2 parents 36a8b0d + 9fdfdff commit 0a0363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require" : {
2020
"php" : ">=8.1",
21-
"thecodingmachine/graphqlite" : "^7.0",
21+
"thecodingmachine/graphqlite" : "^7.0 || ^8.0",
2222
"symfony/validator": "^7"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)