Skip to content

Commit

Permalink
Laravel 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
szabizs authored Sep 14, 2020
1 parent 8c89404 commit 7cd08d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
],
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": "^6.0 || ^7.0",
"illuminate/support": "^6. || ^7.0"
"guzzlehttp/guzzle": "^7.0",
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6. || ^7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"orchestra/testbench": "^4.0 || ^5.0",
"orchestra/database": "^4.0 || ^5.0",
"ext-json": "*"
Expand Down

0 comments on commit 7cd08d4

Please sign in to comment.