Skip to content

Commit 5c891fd

Browse files
authored
Merge pull request #6 from chancezeus/chancezeus-patch-1
Cleanup composer.json
2 parents 021ab4e + 2b8b425 commit 5c891fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"laravel/framework": "^6.0|^7.0|^8.0",
15+
"php": "^7.1",
16+
"ext-json": "*",
17+
"illuminate/http": "^6.0|^7.0|^8.0",
18+
"illuminate/support": "^6.0|^7.0|^8.0",
1619
"rennokki/laravel-sns-events": "^6.0"
1720
},
1821
"autoload": {
@@ -35,6 +38,7 @@
3538
"sort-packages": true
3639
},
3740
"minimum-stability": "dev",
41+
"prefer-stable": true,
3842
"extra": {
3943
"laravel": {
4044
"providers": [

0 commit comments

Comments
 (0)