Skip to content

Commit

Permalink
Bump dependencies for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Jan 30, 2023
1 parent 6e0d372 commit 5fc4f4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*"
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"mockery/mockery": "0.9.*"
"phpunit/phpunit": "4.0.*|^9.5.10",
"mockery/mockery": "0.9.*|^1.4.4"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 5fc4f4a

Please sign in to comment.