Skip to content

Commit a956927

Browse files
authored
Merge pull request #646 from tighten/mla/nova
Nova fix
2 parents 5f9edd1 + 90a2a0f commit a956927

File tree

80 files changed

+1610
-969
lines changed

Some content is hidden

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

80 files changed

+1610
-969
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ bf119c7c9689569a03c527696008eadd5ad5a29c
1212
9a00c3e9425e213ceca32b57b14dad1f785f99ae
1313
05a012b4674406492f24984bc3eab34b0371cdef
1414
c5411c4a279d718cc705f4c98f58d3b8b16a922a
15+
61eae9737868a48cb5a4dee1e43a0195ae0bbf72

composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
"guzzlehttp/guzzle": "^7.2",
1313
"kg-bot/laravel-localization-to-vue": "dev-l10-compatibility",
1414
"laravel/framework": "^10.3",
15+
"laravel/nova": "4.33.3",
1516
"laravel/slack-notification-channel": "^2.5",
1617
"laravel/socialite": "^5.6",
1718
"laravel/tinker": "^2.8",
1819
"laravel/ui": "^4.2",
1920
"larswiegers/laravel-translations-checker": "^0.4",
2021
"nathanheffley/laravel-slack-blocks": "^2.3",
2122
"spatie/laravel-ignition": "^2.0",
22-
"spatie/laravel-translatable": "^6.7",
23+
"spatie/laravel-translatable": "^6.11",
24+
"spatie/nova-translatable": "^4.1",
2325
"stechstudio/laravel-ssh-tunnel": "^3.3",
2426
"tightenco/ziggy": "^1.5"
2527
},
@@ -60,20 +62,24 @@
6062
"Tests\\": "tests/"
6163
}
6264
},
63-
"repositories": [
64-
{
65+
"repositories": {
66+
"nova": {
6567
"type": "composer",
6668
"url": "https://nova.laravel.com"
6769
},
68-
{
70+
"0": {
71+
"type": "composer",
72+
"url": "https://nova.laravel.com"
73+
},
74+
"1": {
6975
"type": "path",
7076
"url": "./nova-components/SuggestedResourcesShortcuts"
7177
},
72-
{
78+
"2": {
7379
"type": "vcs",
7480
"url": "https://github.com/laravel-shift/laravel-localization-to-vue.git"
7581
}
76-
],
82+
},
7783
"suggest": {
7884
"laravel/nova": "Administration panel for Laravel.",
7985
"spatie/nova-translatable": "A Laravel Nova field for spatie/laravel-translatable.",

0 commit comments

Comments
 (0)