Skip to content

Commit 8d163ba

Browse files
committed
Support L10
1 parent 382ae25 commit 8d163ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=8.0.2",
22+
"php": ">=8.1",
2323
"ext-json": "*",
24-
"illuminate/cache": "^9.19",
25-
"illuminate/routing": "^9.19",
26-
"illuminate/support": "^9.42",
24+
"illuminate/cache": "^9.19|^10",
25+
"illuminate/routing": "^9.19|^10",
26+
"illuminate/support": "^9.42|^10",
2727
"mobiledetect/mobiledetectlib": "~2.8",
2828
"ua-parser/uap-php": "~3.9"
2929
},
3030
"require-dev": {
31-
"illuminate/http": "^9.19",
31+
"illuminate/http": "^9.19|^10",
3232
"laravel/pint": "^1.2",
3333
"mockery/mockery": "^1.5.1",
34-
"phpunit/phpunit": "^9.5.26",
34+
"phpunit/phpunit": "^9.6.5",
3535
"psy/psysh": "^0.11",
3636
"symfony/var-dumper": "^6.2"
3737
},

0 commit comments

Comments
 (0)