Basic commit

Added meta data files (gitattribute to normalize line ending,
gitignore), as well as a simple Model and non-working tests.
This commit is contained in:
Basilius Sauter
2016-04-14 23:57:17 +02:00
parent be01f8c1b6
commit 5e06171bec
9 changed files with 2353 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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": "*"
}
}