File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed
Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 22 "name" : " vinus/laravel-web-installer" ,
33 "description" : " laravel package for web installer" ,
44 "type" : " library" ,
5+ "license" : " MIT" ,
56 "require" : {
6- "php" : " >=7.0.0" ,
7+ "php" : " >=7.0.0"
78 },
8- "license" : " MIT" ,
9- "authors" : [
10- {
11- "name" : " vinod bhandary" ,
12- "email" : " vinod.neptrox@gmail.com"
13- }
14- ],
15- "autoload" : {
16- "psr-4" : {
17- "Vinus\\ LaravelWebInstaller\\ " : " src/"
9+ "authors" : [{
10+ "name" : " vinod bhandary" ,
11+ "email" : " vinod.neptrox@gmail.com"
12+ }],
13+ "autoload" : {
14+ "psr-4" : {
15+ "Vinus\\ LaravelWebInstaller\\ " : " src/"
16+ },
17+ "files" : [" src/Helpers/functions.php" ]
1818 },
19- "files" : [
20- " src/Helpers/functions.php"
21- ]
22- },
23- "minimum-stability" : " dev" ,
24- "prefer-stable" : true
25- }
19+ "minimum-stability" : " stable" ,
20+ "prefer-stable" : true
21+ }
You can’t perform that action at this time.
0 commit comments