Skip to content

Commit

Permalink
Merge pull request #63 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
msurguy committed Jan 30, 2023
2 parents 6e0d372 + 5fc4f4a commit 2c8c5d7
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 2c8c5d7

Please sign in to comment.