Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrvang authored Feb 17, 2023
1 parent b780ffc commit 16b9f9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "whitecube/nova-flexible-content",
"name": "dwarfhq/nova-flexible-content",
"description": "Flexible Content & Repeater Fields for Laravel Nova.",
"license": "MIT",
"keywords": [
Expand All @@ -13,8 +13,8 @@
],
"authors": [
{
"name": "Toon Van den Bos",
"email": "toon@whitecube.be"
"name": "Dwarf",
"email": "contact@dwarf.dk"
}
],
"require": {
Expand All @@ -25,7 +25,7 @@
},
"autoload": {
"psr-4": {
"Whitecube\\NovaFlexibleContent\\": "src/"
"Dwarfhq\\NovaFlexibleContent\\": "src/"
}
},
"autoload-dev": {
Expand All @@ -42,7 +42,7 @@
"extra": {
"laravel": {
"providers": [
"Whitecube\\NovaFlexibleContent\\FieldServiceProvider"
"Dwarfhq\\NovaFlexibleContent\\FieldServiceProvider"
]
}
},
Expand Down

0 comments on commit 16b9f9c

Please sign in to comment.