Skip to content

Commit 83e1fb1

Browse files
committed
Restricting allowed version of GraphQLite with this bundle.
The bundle is accessing to inner classes of the package whose signature may move in the future. Let's admit that for each minor version, we will have a minor version of the module. This will be easier to maintain.
1 parent 35f01c7 commit 83e1fb1

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)