Skip to content

Commit 8016d47

Browse files
authored
Update composer.json
1 parent 64d9767 commit 8016d47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rouuuge/simple-analytics",
2+
"name": "simpleanalytics/laravel-package",
33
"description": "Simple Analytics is a clean, simple, and privacy friendly analytics tool. Actionable data in a beautiful dashboard. It does not use cookies and you can bypass ad blockers. Make sure to signup to get most value out of this plugin.",
44
"type": "library",
55
"license": "MIT",
@@ -14,13 +14,13 @@
1414
},
1515
"autoload": {
1616
"psr-4": {
17-
"Rouuuge\\SimpleAnalytics\\": "src"
17+
"simpleanalytics\\laravel-package\\": "src"
1818
}
1919
},
2020
"extra": {
2121
"laravel": {
2222
"providers": [
23-
"Rouuuge\\SimpleAnalytics\\SimpleAnalyticsServiceProvider"
23+
"simpleanalytics\\laravel-package\\SimpleAnalyticsServiceProvider"
2424
]
2525
}
2626
}

0 commit comments

Comments
 (0)