Skip to content

Commit 223749b

Browse files
committed
5.1.3
1 parent fc7e1bd commit 223749b

File tree

128 files changed

+4383
-832
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+4383
-832
lines changed

bun.lockb

5.6 KB
Binary file not shown.

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"rap2hpoutre/fast-excel": "^5.4",
2424
"spatie/once": "^3.0",
2525
"symfony/console": "^6.4.14|^7.0.3",
26+
"symfony/deprecation-contracts": "^2.5|^3.0",
2627
"symfony/finder": "^6.4.13|^7.0.3",
2728
"symfony/polyfill-intl-icu": "^1.31",
2829
"symfony/polyfill-php83": "^1.31",
@@ -66,6 +67,9 @@
6667
]
6768
},
6869
"extra": {
70+
"branch-alias": {
71+
"dev-main": "5.x-dev"
72+
},
6973
"laravel": {
7074
"providers": [
7175
"Laravel\\Nova\\NovaCoreServiceProvider"
@@ -157,5 +161,5 @@
157161
},
158162
"minimum-stability": "dev",
159163
"prefer-stable": true,
160-
"version": "5.0.3"
164+
"version": "5.1.3"
161165
}

config/nova.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,13 @@
205205
'stopped' => '/',
206206
],
207207

208+
/*
209+
|--------------------------------------------------------------------------
210+
| Initial Years in Year Option On login form
211+
|--------------------------------------------------------------------------
212+
|
213+
*/
214+
215+
'initialyear' => env('NOVA_INITIAL_YEAR', 2024),
216+
208217
];

0 commit comments

Comments
 (0)