Fix namespacing / package name

This commit is contained in:
Barry vd. Heuvel
2013-03-10 10:28:10 +01:00
parent 6909c6131e
commit 7c46501145
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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"