Skip to content

Commit

Permalink
Fix Error Require Package
Browse files Browse the repository at this point in the history
  • Loading branch information
ihahachi committed Oct 4, 2018
1 parent 19a30f1 commit aca4a24
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,15 @@
],
"minimum-stability": "dev",
"require": {
"monolog/monolog": "dev-bugfix"

},
"autoload": {
"psr-4": {
"Iha\\contact\\": "src/"
}
},

"repositories": [
{
"type": "vcs",
"url": "https://github.com/igorw/monolog"
}
],


"extra": {
"laravel": {
Expand Down

0 comments on commit aca4a24

Please sign in to comment.