summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 681d3ccf..f6df5ee1 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
"erusev/parsedown": "^1.6",
"illuminate/container": "5.5.*",
"illuminate/database": "5.5.*",
- "illuminate/support": "^5.5",
+ "illuminate/support": "5.5.*",
"nikic/fast-route": "^1.3",
"psr/container": "^1.0",
"psr/http-server-middleware": "^1.0",
@@ -44,7 +44,8 @@
},
"autoload": {
"psr-4": {
- "Engelsystem\\": "src/"
+ "Engelsystem\\": "src/",
+ "Engelsystem\\Migrations\\": "db/migrations"
},
"files": [
"src/helpers.php"