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 09d2f17 commit 15fe902Copy full SHA for 15fe902
composer.json
@@ -23,16 +23,14 @@
23
},
24
"require": {
25
"php": "^8.1",
26
- "illuminate/support": "^10.48.23 || ^11.35"
+ "illuminate/support": "^10.48.23 || ^11.35 || ^12.0"
27
28
"require-dev": {
29
- "larastan/larastan": "^2.5.1",
30
"laravel/nova": "^5.2",
31
- "laravel/nova-devtool": "^1.0",
32
- "laravel/pint": "^1.17",
+ "laravel/nova-devtool": "^1.6",
+ "laravel/pint": "^1.20",
33
"orchestra/pest-plugin-testbench": "^2.0 || ^3.0",
34
- "orchestra/workbench": "^8.13|^9.9",
35
- "phpstan/phpstan": "^1.12"
+ "orchestra/workbench": "^8.13 || ^9.9 || ^10.0"
36
37
"conflict": {
38
"laravel/nova": "<5.2.0 || >=6.0.0"
0 commit comments