Skip to content

Commit 6bc3873

Browse files
Merge pull request #52 from creative-commoners/pulls/1/cms6
DEP Allow graphql ^6
2 parents 960dde8 + cf6d5a0 commit 6bc3873

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
@@ -4,7 +4,7 @@
44
"type": "silverstripe-vendormodule",
55
"license": "BSD-3-Clause",
66
"require": {
7-
"silverstripe/graphql": "^3 || ^4 || ^5",
7+
"silverstripe/graphql": "^3 || ^4 || ^5 || ^6",
88
"symfony/finder": "^4 || ^5 || ^6",
99
"symfony/filesystem": "^4 || ^5 || ^6"
1010
},

0 commit comments

Comments
 (0)