Add db-schema dependencies

This commit is contained in:
xdrm-brackets 2017-09-09 12:32:11 +02:00
parent 8e08f02718
commit 06c048253f
1 changed files with 10 additions and 8 deletions

View File

@ -40,6 +40,13 @@
] ]
} }
}, },
"db-schema": {
"1.0": {
"database": [
"2.0"
]
}
},
"orm": { "orm": {
"0.8.1": { "0.8.1": {
"database": [ "database": [
@ -73,13 +80,8 @@
} }
}, },
"installed": { "installed": {
"log": "1.0", "db-schema": "1.0",
"filedriver": "1.0", "database": "2.0",
"router": "2.0", "error": "2.0"
"api": "2.2",
"error": "2.0",
"http": "1.0",
"orm": "0.8.2",
"database": "2.0"
} }
} }