Skip to content

Commit 30927e4

Browse files
committed
Update composer.
Signed-off-by: crynobone <crynobone@gmail.com>
1 parent ce02dfa commit 30927e4

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

composer.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"description": "HTML and Form Builders for the Laravel Framework",
44
"license": "MIT",
55
"authors": [
6+
{
7+
"name": "Mior Muhammad Zaki",
8+
"email": "crynobone@gmail.com"
9+
},
610
{
711
"name": "Adam Engebretson",
812
"email": "adam@laravelcollective.com"
@@ -12,6 +16,14 @@
1216
"email": "taylorotwell@gmail.com"
1317
}
1418
],
19+
"autoload": {
20+
"psr-4": {
21+
"Collective\\Html\\": "src/"
22+
},
23+
"files": [
24+
"src/helpers.php"
25+
]
26+
},
1527
"require": {
1628
"php": ">=5.5.9",
1729
"illuminate/http": "~5.1.0",
@@ -26,13 +38,10 @@
2638
"replace": {
2739
"laravelcollective/html": "*"
2840
},
29-
"autoload": {
30-
"psr-4": {
31-
"Collective\\Html\\": "src/"
32-
},
33-
"files": [
34-
"src/helpers.php"
35-
]
41+
"extra": {
42+
"branch-alias": {
43+
"dev-master": "5.2-dev"
44+
}
3645
},
3746
"minimum-stability": "dev"
3847
}

0 commit comments

Comments
 (0)