Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 3a3d332

Browse files
committed
Format.
1 parent 47a28a6 commit 3a3d332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"hoa/core": "~2.0",
2626
"ext-pdo" : "*"
2727
},
28+
"require-dev": {
29+
"hoa/test": "~1.0"
30+
},
2831
"target-dir": "Hoa/Database",
2932
"autoload" : { "psr-0": { "Hoa\\Database": "." } },
3033
"extra" : {
3134
"branch-alias": {
3235
"dev-master": "0.x-dev"
3336
}
34-
},
35-
"require-dev": {
36-
"hoa/test": "~1.0"
3737
}
3838
}

0 commit comments

Comments
 (0)