Skip to content

Commit 117f658

Browse files
committed
💩 Use own graphqlite fork with applied fixes to show that CI is now green
1 parent 86fb7b6 commit 117f658

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require" : {
1919
"php" : ">=8.1",
2020
"ext-json": "*",
21-
"thecodingmachine/graphqlite" : "dev-master as 7.1",
21+
"thecodingmachine/graphqlite" : "dev-symfony7-pack as 7.1",
2222
"thecodingmachine/graphqlite-symfony-validator-bridge": "^6.0 || ^7.0",
2323
"symfony/framework-bundle": "^6.4 || ^7.0",
2424
"symfony/validator": "^6.4 || ^7.0",
@@ -66,5 +66,11 @@
6666
"dev-master": "6.0.x-dev"
6767
}
6868
},
69+
"repositories": [
70+
{
71+
"type": "git",
72+
"url": "git@github.com:andrew-demb/graphqlite.git"
73+
}
74+
],
6975
"prefer-stable": true
7076
}

0 commit comments

Comments
 (0)