Skip to content

Commit

Permalink
Merge pull request #123 from apervikov/laravel-8
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
Edujugon authored Sep 16, 2020
2 parents 582afc2 + 1cffab8 commit 137c8ec
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 @@ -15,9 +15,9 @@
],
"require": {
"php" : "^7.1.3",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "~5.8 || ^6.0 || ^7.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0"
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0"
Expand Down

0 comments on commit 137c8ec

Please sign in to comment.