Skip to content

Commit 614f087

Browse files
author
vinod bhandary
committed
changes in laravel
1 parent 89db36b commit 614f087

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "laravel package for web installer",
44
"type": "library",
55
"require": {
6-
"#": "1.0"
6+
"php": ">=7.0.0",
77
},
88
"license": "MIT",
99
"authors": [
@@ -20,5 +20,6 @@
2020
"src/Helpers/functions.php"
2121
]
2222
},
23-
"minimum-stability": "stable"
23+
"minimum-stability": "dev",
24+
"prefer-stable" : true
2425
}

0 commit comments

Comments
 (0)