Skip to content

Commit

Permalink
Add illuminate 6.x compatibility to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej authored Nov 18, 2019
1 parent 9cd5cef commit 82ea6d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"php": "^7.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"illuminate/bus": "^5.8",
"illuminate/queue": "^5.8",
"illuminate/support": "^5.8"
"illuminate/bus": "^5.8|^6.0",
"illuminate/queue": "^5.8|^6.0",
"illuminate/support": "^5.8|^6.0"
},
"require-dev": {
"orchestra/testbench": "^3.8",
Expand Down

0 comments on commit 82ea6d6

Please sign in to comment.