We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee9c56 commit 4979d30Copy full SHA for 4979d30
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "thecodingmachine/tdbm-graphql",
3
- "description": "A class generator that will generate GraphQL types from your database schema (using youshido/graphql).",
+ "description": "A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).",
4
"license": "MIT",
5
"authors": [
6
@@ -10,7 +10,7 @@
10
],
11
"require": {
12
"thecodingmachine/tdbm": "^5.0",
13
- "symfony/filesystem": "^2.0 || ^3.0",
+ "symfony/filesystem": "^2.0 || ^3.0 || ^4.0",
14
"psr/container": "^1.0",
15
"thecodingmachine/graphqlite": "^3"
16
},
0 commit comments