first commit

This commit is contained in:
Vincent Letourneau
2017-01-15 15:48:31 +01:00
commit 671766bdf3
7 changed files with 274 additions and 0 deletions

8
web/app/composer.json Normal file
View File

@@ -0,0 +1,8 @@
{
"require": {},
"autoload": {
"psr-4": {
"App\\": ["src/", "tests/"]
}
}
}