File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " ^8.1" ,
27
27
"composer-runtime-api" : " ^2.2" ,
28
- "illuminate/support" : " ^10.34 || ^11.0 " ,
28
+ "illuminate/support" : " ^10.48.23 || ^11.35 " ,
29
29
"laravie/serialize-queries" : " ^3.0" ,
30
30
"laravel/serializable-closure" : " ^1.0" ,
31
31
"symfony/polyfill-php83" : " ^1.28"
32
32
},
33
33
"require-dev" : {
34
34
"guzzlehttp/guzzle" : " ^7.2" ,
35
35
"larastan/larastan" : " ^2.4" ,
36
- "laravel/nova" : " ^4.35 || dev-develop " ,
37
- "laravel/nova-devtool" : " ^1.0" ,
36
+ "laravel/nova" : " ^5.0 " ,
37
+ "laravel/nova-devtool" : " ^1.0.1 " ,
38
38
"laravel/pint" : " ^1.17" ,
39
39
"orchestra/testbench" : " ^8.20 || ^9.0" ,
40
40
"phpstan/phpstan" : " ^1.11" ,
44
44
"laravel/nova" : " <5.0.0 || >=6.0.0"
45
45
},
46
46
"repositories" : [
47
- {
48
- "type" : " vcs" ,
49
- "url" : " https://github.com/laravel/nova"
50
- },
51
- {
52
- "type" : " vcs" ,
53
- "url" : " https://github.com/laravel/nova-devtool"
54
- }
47
+ { "type" : " composer" , "url" : " https://nova.laravel.com" }
55
48
],
56
49
"extra" : {
57
50
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments