Skip to content

Commit 0d04f22

Browse files
authored
Merge pull request #9 from binary-cats/v1.2
Add Support for Laravel 8
2 parents d3edede + 2c5b542 commit 0d04f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": "^7.2",
22-
"illuminate/support": "~5.8.0|^6.0|^7.0",
22+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
2323
"spatie/laravel-webhook-client": "^2.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "~3.8.0|^4.0|^5.0",
26+
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0",
2727
"phpunit/phpunit": "^8.2|^9.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)