Skip to content

Commit

Permalink
Merge pull request #6 from gdpa/laravel8
Browse files Browse the repository at this point in the history
Packages version
  • Loading branch information
gdpa committed Jan 11, 2021
2 parents f7cf8ee + edd50bd commit c405c96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"php": "^7.2.5",
"guzzlehttp/guzzle": "~6.3.1|^7.0.1",
"illuminate/notifications": "^7.0",
"illuminate/support": "^7.0"
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/notifications": "^8.0",
"illuminate/support": "^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~5.0"
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c405c96

Please sign in to comment.