Skip to content

Commit

Permalink
Update composer.json for Laravel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelof committed May 11, 2020
1 parent 4109602 commit d78a06c
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 @@ -19,11 +19,11 @@
"php": ">=5.6.0",
"botman/botman": "~2.0",
"clue/stdio-react": "^2.0",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
"illuminate/console": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0"
"illuminate/support": "~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"
},
"require-dev": {
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d78a06c

Please sign in to comment.