Skip to content

Commit 597c1b3

Browse files
Update package name
1 parent b871bd6 commit 597c1b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "vendocrat/laravel-followers",
2+
"name": "Lecturize/laravel-followers",
33
"description": "Build a poly-morph Follower system or simply associate Eloquent models in Laravel 5.",
4-
"homepage" : "https://github.com/vendocrat/laravel-followers",
4+
"homepage" : "https://github.com/Lecturize/Laravel-Followers",
55
"license": "MIT",
66
"keywords": [
77
"followers",
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php" : ">=5.5.9",
23+
"php" : ">=5.6.4",
2424
"doctrine/dbal" : "2.5.x",
2525
"illuminate/support" : ">=5.1",
2626
"illuminate/database" : ">=5.1"
@@ -30,7 +30,7 @@
3030
},
3131
"autoload": {
3232
"psr-4": {
33-
"vendocrat\\Followers\\" : "src/"
33+
"Lecturize\\Followers\\" : "src/"
3434
}
3535
},
3636
"extra": {
@@ -39,7 +39,7 @@
3939
}
4040
},
4141
"support" : {
42-
"source" : "https://github.com/AlexanderPoellmann/laravel-followers",
43-
"issues" : "https://github.com/AlexanderPoellmann/laravel-followers/issues"
42+
"source" : "https://github.com/Lecturize/Laravel-Followers",
43+
"issues" : "https://github.com/Lecturize/Laravel-Followers/issues"
4444
}
4545
}

0 commit comments

Comments
 (0)