Skip to content

Commit

Permalink
update dependencies to support Laravel 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Mar 6, 2022
1 parent 6063844 commit d8b804f
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 @@ -10,12 +10,12 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"vinelab/http": "*",
"ext-simplexml": "*"
},
"require-dev": {
"phpunit/phpunit": "7.*.*",
"phpunit/phpunit": "7.*.*|8.*|9.*",
"mockery/mockery": "0.9.*"
},
"autoload": {
Expand Down

0 comments on commit d8b804f

Please sign in to comment.