Skip to content

Commit

Permalink
Merge pull request botman#18 from neilherbertuk/master
Browse files Browse the repository at this point in the history
Add support for Laravel 8.x
  • Loading branch information
crynobone authored Nov 8, 2020
2 parents b3b6291 + b627085 commit 3df63fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"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 || ^7.0",
"illuminate/console": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0"
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0",
"illuminate/console": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0"
Expand Down

0 comments on commit 3df63fa

Please sign in to comment.