Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from maegnes/laravel8-support
Browse files Browse the repository at this point in the history
Adding support for laravel 8
  • Loading branch information
MatthewHallCom authored Sep 15, 2020
2 parents 256be5f + ede7097 commit 78b986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^5.6 || ^7.0",
"ably/ably-php": "^1.1",
"illuminate/support": "5.7.* || 5.8.* || ^6.0 || ^7.0",
"illuminate/support": "5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"ext-json" : "*"
},
"require-dev": {
Expand Down

0 comments on commit 78b986d

Please sign in to comment.