|
|
@ -25,7 +25,7 @@
|
|
|
|
"erusev/parsedown": "^1.6",
|
|
|
|
"erusev/parsedown": "^1.6",
|
|
|
|
"illuminate/container": "5.5.*",
|
|
|
|
"illuminate/container": "5.5.*",
|
|
|
|
"illuminate/database": "5.5.*",
|
|
|
|
"illuminate/database": "5.5.*",
|
|
|
|
"illuminate/support": "^5.5",
|
|
|
|
"illuminate/support": "5.5.*",
|
|
|
|
"nikic/fast-route": "^1.3",
|
|
|
|
"nikic/fast-route": "^1.3",
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
"psr/http-server-middleware": "^1.0",
|
|
|
|
"psr/http-server-middleware": "^1.0",
|
|
|
@ -44,7 +44,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"psr-4": {
|
|
|
|
"Engelsystem\\": "src/"
|
|
|
|
"Engelsystem\\": "src/",
|
|
|
|
|
|
|
|
"Engelsystem\\Migrations\\": "db/migrations"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"files": [
|
|
|
|
"src/helpers.php"
|
|
|
|
"src/helpers.php"
|
|
|
|