Skip to content

Commit 2c8c5d7

Browse files
authored
Merge pull request #63 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 6e0d372 + 5fc4f4a commit 2c8c5d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
],
1717
"require": {
1818
"php": ">=5.3.0",
19-
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*",
20-
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*",
21-
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*"
19+
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
20+
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
21+
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "4.0.*",
25-
"mockery/mockery": "0.9.*"
24+
"phpunit/phpunit": "4.0.*|^9.5.10",
25+
"mockery/mockery": "0.9.*|^1.4.4"
2626
},
2727
"autoload": {
2828
"psr-0": {

0 commit comments

Comments
 (0)