Skip to content

Commit

Permalink
Merge pull request #6 from chancezeus/chancezeus-patch-1
Browse files Browse the repository at this point in the history
Cleanup composer.json
  • Loading branch information
rennokki authored Oct 22, 2020
2 parents 021ab4e + 2b8b425 commit 5c891fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
}
],
"require": {
"laravel/framework": "^6.0|^7.0|^8.0",
"php": "^7.1",
"ext-json": "*",
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"rennokki/laravel-sns-events": "^6.0"
},
"autoload": {
Expand All @@ -35,6 +38,7 @@
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 5c891fd

Please sign in to comment.