We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382ae25 commit 8d163baCopy full SHA for 8d163ba
composer.json
@@ -19,19 +19,19 @@
19
}
20
],
21
"require": {
22
- "php": ">=8.0.2",
+ "php": ">=8.1",
23
"ext-json": "*",
24
- "illuminate/cache": "^9.19",
25
- "illuminate/routing": "^9.19",
26
- "illuminate/support": "^9.42",
+ "illuminate/cache": "^9.19|^10",
+ "illuminate/routing": "^9.19|^10",
+ "illuminate/support": "^9.42|^10",
27
"mobiledetect/mobiledetectlib": "~2.8",
28
"ua-parser/uap-php": "~3.9"
29
},
30
"require-dev": {
31
- "illuminate/http": "^9.19",
+ "illuminate/http": "^9.19|^10",
32
"laravel/pint": "^1.2",
33
"mockery/mockery": "^1.5.1",
34
- "phpunit/phpunit": "^9.5.26",
+ "phpunit/phpunit": "^9.6.5",
35
"psy/psysh": "^0.11",
36
"symfony/var-dumper": "^6.2"
37
0 commit comments