Skip to content

Commit 9d122de

Browse files
committed
Upgrading supported TDBM version to 5.2
1 parent 77f1020 commit 9d122de

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"thecodingmachine/tdbm": "~5.1.0",
12+
"thecodingmachine/tdbm": "~5.2.0",
1313
"symfony/filesystem": "^2.0 || ^3.0 || ^4.0 || ^5.0",
1414
"psr/container": "^1",
1515
"thecodingmachine/graphqlite": "^4",
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "4.x-dev"
37+
"dev-master": "4.1.x-dev"
3838
}
3939
},
4040
"minimum-stability": "dev",

0 commit comments

Comments
 (0)