Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phpsa authored Mar 4, 2020
1 parent 3b2688c commit 229f1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0",
"illuminate/support": "^6.0|^7.0",
"spatie/laravel-webhook-server" : "^1.4"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 229f1fa

Please sign in to comment.