Skip to content

Commit

Permalink
add laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Sitko committed Nov 3, 2020
1 parent d391411 commit 3b35c5b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
}
],
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.5",
"illuminate/support": "^6.0"
"php": "^7.3",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/support": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-watcher": "^1.22"
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3b35c5b

Please sign in to comment.