mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Fix namespacing / package name
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "barryvdh/ide-helper",
|
||||
"name": "barryvdh/laravel-ide-helper",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Barryvdh\\IdeHelper": "src/"
|
||||
"Barryvdh\\LaravelIdeHelper": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
|
||||
Reference in New Issue
Block a user