Skip to content

Commit 56adf90

Browse files
authored
Merge pull request #11 from moufmouf/restrict_allowed_graphqlite_version
Restricting allowed version of GraphQLite with this bundle.
2 parents 35f01c7 + 83e1fb1 commit 56adf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require" : {
1919
"php" : ">=7.1",
20-
"thecodingmachine/graphqlite" : "^3",
20+
"thecodingmachine/graphqlite" : "~3.0.0",
2121
"symfony/framework-bundle": "^4.1.9",
2222
"doctrine/annotations": "^1.6",
2323
"doctrine/cache": "^1.8",

0 commit comments

Comments
 (0)