Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 73730cb

Browse files
author
atehnix
committed
Fix composer
1 parent ea14a3a commit 73730cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"require": {
1919
"php": ">=5.6.4",
2020
"laravel/framework": "5.3.*"
21+
},
22+
"autoload": {
23+
"psr-4": {
24+
"ATehnix\\LaravelStubs\\": "src"
25+
}
2126
}
2227
}

0 commit comments

Comments
 (0)