Skip to content

Commit

Permalink
Remove illuminate/support dependency to allow Laravel 10 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonvaughn committed May 4, 2023
1 parent 4f80d41 commit 842aa33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"require": {
"php": ">=7.3.0",
"ext-curl": "*",
"illuminate/support" : "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
"ext-curl": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15|^3.6",
Expand Down

0 comments on commit 842aa33

Please sign in to comment.