Skip to content

Commit b455310

Browse files
Added: linkorb/conventions-checker
1 parent 0ed8a9b commit b455310

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "dbtk/schema-loader",
33
"description": "Load Database schema from XML",
4-
"keywords": ["linkorb"],
4+
"keywords": ["Database", "schema", "loader", "xml", "linkorb"],
5+
"license": "MIT",
56
"authors": [{
67
"name": "Joost Faassen",
78
"email": "j.faassen@linkorb.com"
@@ -17,8 +18,13 @@
1718
"linkorb/database-manager": "~2.0"
1819
},
1920
"require-dev": {
20-
"linkorb/conventions-checker": "~1.0",
21-
"phpunit/phpunit": "~4.6"
21+
"phpunit/phpunit": "~4.6",
22+
"linkorb/conventions-checker": "~1.1"
23+
},
24+
"extra": {
25+
"grumphp": {
26+
"config-default-path": "vendor/linkorb/conventions-checker/config/lib/grumphp.yml"
27+
}
2228
},
2329
"autoload": {
2430
"psr-4": {

0 commit comments

Comments
 (0)