Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
Fixed #22 Can't install package on Laravel 5.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Apr 28, 2018
1 parent 1fde701 commit e8f6de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"illuminate/routing": "^5.4",
"illuminate/validation": "^5.4",
"illuminate/view": "^5.4",
"guzzlehttp/guzzle": "~6.0",
"nesbot/carbon": "~1.22"
"guzzlehttp/guzzle": "^6.0",
"nesbot/carbon": "^1.22"
},
"require-dev": {
"phpunit/phpunit": "~5.7|~6.0|~7.0"
"phpunit/phpunit": "^5.7|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e8f6de0

Please sign in to comment.