Skip to content

Commit

Permalink
Merge pull request #16 from michaeldyrynda/master
Browse files Browse the repository at this point in the history
Add support for Laravel 9.x
  • Loading branch information
Mulkave authored Mar 7, 2022
2 parents 6063844 + d8b804f commit 569a534
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 569a534

Please sign in to comment.