Cleanup formatting in composer.json and rename Tests to tests
This commit is contained in:
+14
-16
@@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user