5e06171bec
Added meta data files (gitattribute to normalize line ending, gitignore), as well as a simple Model and non-working tests.
18 lines
283 B
JSON
18 lines
283 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
} |