Cleanup formatting in composer.json and rename Tests to tests

This commit is contained in:
Austen McDonald
2016-04-14 21:31:22 -07:00
parent 5e06171bec
commit a7d761d4da
3 changed files with 14 additions and 16 deletions
+14 -16
View File
@@ -1,18 +1,16 @@
{
"autoload": {
"psr-4": {
"LotGD\\Core\\": "src/",
"LotGD\\Core\\Tests\\": "tests/"
}
},
"require": {
"monolog/monolog": "1.16.0",
"doctrine/orm": "2.5.*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/dbunit": "*"
"autoload": {
"psr-4": {
"LotGD\\Core\\": "src/",
"LotGD\\Core\\Tests\\": "tests/"
}
}
},
"require": {
"monolog/monolog": "1.16.0",
"doctrine/orm": "2.5.*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/dbunit": "*"
}
}