Skip to content

Commit

Permalink
📦 Use stable graphqlite (v8). Use dev version of graphqlite validator…
Browse files Browse the repository at this point in the history
… bridge (unreleased, unmerged)
  • Loading branch information
andrew-demb committed Dec 18, 2024
1 parent 8c48367 commit 67d2b07
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require" : {
"php" : ">=8.1",
"ext-json": "*",
"thecodingmachine/graphqlite" : "dev-master as 7.1",
"thecodingmachine/graphqlite-symfony-validator-bridge" : "^6.0 || ^7.0",
"thecodingmachine/graphqlite" : "^8",
"thecodingmachine/graphqlite-symfony-validator-bridge": "dev-graphqlite-8 as v7.1.0",
"symfony/config": "^6.4 || ^7",
"symfony/console": "^6.4 || ^7",
"symfony/framework-bundle": "^6.4 || ^7",
Expand Down Expand Up @@ -54,6 +54,12 @@
"suggest": {
"symfony/security-bundle": "To use #[Logged] or #[Right] attributes"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/andrew-demb/graphqlite-symfony-validator-bridge.git"
}
],
"autoload" : {
"psr-4" : {
"TheCodingMachine\\GraphQLite\\Bundle\\" : "src"
Expand Down

0 comments on commit 67d2b07

Please sign in to comment.