Skip to content

Commit d7e1aae

Browse files
authored
Merge pull request #47 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 362dcb4 + 46209cd commit d7e1aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"Microsoft365"
2020
],
2121
"require": {
22-
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x|9.x",
22+
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x|9.x|^10.0",
2323
"league/oauth2-client": "^1.4|^2",
2424
"guzzlehttp/guzzle": "6.x|7.x",
2525
"ext-json": "*",
2626
"ext-fileinfo": "*",
2727
"ext-curl": "*"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^7.0",
30+
"orchestra/testbench": "^7.0|^8.0",
3131
"pestphp/pest": "^1.21",
3232
"pestphp/pest-plugin-laravel": "^1.1",
3333
"friendsofphp/php-cs-fixer": "^3.9",

0 commit comments

Comments
 (0)