Skip to content

Commit

Permalink
Merge pull request #25 from Daursu/laravel9
Browse files Browse the repository at this point in the history
Add support for Laravel 9
  • Loading branch information
Daursu authored Mar 3, 2022
2 parents 066e724 + f103d18 commit 38e504e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"php": "^7.0|^8.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"symfony/console": "^3.3|^4.0|^5.0",
"symfony/process": "^3.3|^4.0|^5.0"
"symfony/console": "^3.3|^4.0|^5.0|^6.0",
"symfony/process": "^3.3|^4.0|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2|^8.4|^9.5",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38e504e

Please sign in to comment.