Skip to content

Commit f81e82c

Browse files
committed
Fixed composer.json repository urls
1 parent 29baf40 commit f81e82c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "breda/laravel-alpha-widget",
33
"description": "Simple Widget Manager For Laravel 5",
4-
"homepage": "",
4+
"homepage": "https://github.com/breda/laravel-alpha-widget",
55
"time": "2015-03-26",
66
"require": {
77
"illuminate/support": "5.0.*",
@@ -18,8 +18,8 @@
1818
],
1919
"support": {
2020
"email": "bouchaala.reda@gmail.com",
21-
"issues": "https://github.com/breda/laravel-alphaWidget/issues",
22-
"source": "https://github.com/breda/laravel-alphaWidget"
21+
"issues": "https://github.com/breda/laravel-alpha-widget/issues",
22+
"source": "https://github.com/breda/laravel-alpha-widget"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)