Skip to content

Commit

Permalink
Update format.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 4, 2020
1 parent a1506ae commit f76690f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": "^7.2",
"botman/botman": "~2.0|~3.0",
"botman/botman": "~2.0 || ~3.0",
"guzzlehttp/guzzle": "~6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0",
"illuminate/console": "^5.5 || ^6.0 || ^7.0",
"thecodingmachine/discovery": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit f76690f

Please sign in to comment.