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

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
atehnix committed Oct 19, 2016
1 parent ea14a3a commit 73730cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.3.*"
},
"autoload": {
"psr-4": {
"ATehnix\\LaravelStubs\\": "src"
}
}
}

0 comments on commit 73730cb

Please sign in to comment.