Skip to content

Commit 482fbe0

Browse files
committed
💩 Use own graphqlite fork with applied fixes to show that CI is now green
1 parent c84f922 commit 482fbe0

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/config": "^6.4 || ^7",
2424
"symfony/console": "^6.4 || ^7",
@@ -69,5 +69,11 @@
6969
"dev-master": "6.0.x-dev"
7070
}
7171
},
72+
"repositories": [
73+
{
74+
"type": "git",
75+
"url": "https://github.com/andrew-demb/graphqlite.git"
76+
}
77+
],
7278
"prefer-stable": true
7379
}

0 commit comments

Comments
 (0)