Skip to content

Commit

Permalink
Merge pull request #62 from jdanino/master
Browse files Browse the repository at this point in the history
Bump dependencies for Laravel 9
  • Loading branch information
msurguy committed Feb 14, 2022
2 parents 8c782fd + 91d3c8b commit 6e0d372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*|5.*|6.*|7.*|8.*",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*"
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
Expand Down

0 comments on commit 6e0d372

Please sign in to comment.