Skip to content

Commit b620807

Browse files
committed
Update laravel 5.8
1 parent 7b8080c commit b620807

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2-
"name": "laravelcollective/html",
2+
"name": "ranabd36/laravelcollective",
33
"description": "HTML and Form Builders for the Laravel Framework",
44
"license": "MIT",
55
"homepage": "https://laravelcollective.com",
66
"support": {
7-
"issues": "https://github.com/LaravelCollective/html/issues",
8-
"source": "https://github.com/LaravelCollective/html"
7+
"issues": "https://github.com/ranabd36/laravelcollective/issues",
8+
"source": "https://github.com/ranabd36/laravelcollective"
99
},
1010
"authors": [
11+
{
12+
"name" : "Ibrahim Rana",
13+
"email" : "ranabd36@gmail.com"
14+
},
1115
{
1216
"name": "Adam Engebretson",
1317
"email": "adam@laravelcollective.com"
@@ -40,7 +44,7 @@
4044
},
4145
"extra": {
4246
"branch-alias": {
43-
"dev-master": "5.7-dev"
47+
"dev-master": "5.8-dev"
4448
},
4549
"laravel": {
4650
"providers": [

0 commit comments

Comments
 (0)