Skip to content

Commit 476c5e1

Browse files
authored
Merge pull request #26 from moufmouf/symfonyfilesystem
Upgrating minimum version of Symfony Filesystem
2 parents 9ee9c56 + 4979d30 commit 476c5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thecodingmachine/tdbm-graphql",
3-
"description": "A class generator that will generate GraphQL types from your database schema (using youshido/graphql).",
3+
"description": "A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).",
44
"license": "MIT",
55
"authors": [
66
{
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"thecodingmachine/tdbm": "^5.0",
13-
"symfony/filesystem": "^2.0 || ^3.0",
13+
"symfony/filesystem": "^2.0 || ^3.0 || ^4.0",
1414
"psr/container": "^1.0",
1515
"thecodingmachine/graphqlite": "^3"
1616
},

0 commit comments

Comments
 (0)