File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 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"
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" ,
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}
You can’t perform that action at this time.
0 commit comments