Skip to content

Commit

Permalink
Tweak composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 21, 2019
1 parent ccc0a7c commit c9919ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -43,17 +43,17 @@
"cboden/ratchet": "^0.4.1",
"clue/buzz-react": "^2.5",
"guzzlehttp/psr7": "^1.5",
"illuminate/console": "~5.8 || ^6.0",
"illuminate/http": "~5.8 || ^6.0",
"illuminate/routing": "~5.8 || ^6.0",
"illuminate/support": "~5.8 || ^6.0",
"illuminate/console": "^5.8 || ^6.0",
"illuminate/http": "^5.8 || ^6.0",
"illuminate/routing": "^5.8 || ^6.0",
"illuminate/support": "^5.8 || ^6.0",
"laravie/stream": "^0.2",
"symfony/http-kernel": "~4.0",
"symfony/psr-http-message-bridge": "^1.1"
},
"require-dev": {
"mockery/mockery": "^1.2",
"orchestra/testbench": "~3.8 || ^4.0"
"orchestra/testbench": "^3.8 || ^4.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit c9919ac

Please sign in to comment.