Skip to content

Commit 74fa9f9

Browse files
author
vinod bhandary
committed
changes in laravel
1 parent 614f087 commit 74fa9f9

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

composer.json

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,20 @@
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+
}

0 commit comments

Comments
 (0)