Skip to content

Commit

Permalink
Implemented a composer dump-autoload feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tihomiro committed Dec 22, 2016
1 parent 5b59127 commit 4cf967f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,8 @@
},
"require-dev": {
"mockery/mockery": "dev-master",
"illuminate/filesystem": "5.x"
"illuminate/filesystem": "5.x",
"laravel/framework": "~5.3.8"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 4cf967f

Please sign in to comment.