gnello / php-mattermost-driver

The PHP Driver to interact with the Mattermost Web Service API.
Apache License 2.0
79 stars 27 forks source link

Laravel 7 support? #31

Closed tipjoe closed 4 years ago

tipjoe commented 4 years ago

I tried adding ^7.0 to composer.json, but spent two hours trying to get composer to update (with my forked repo) and lost patience. Is this all it needs?

"require": { "php": ">=7.0.0", "illuminate/support": "^5.0||^6.0||^7.0", "gnello/php-mattermost-driver": "^2.3" },

gnello commented 4 years ago

Hi, I've just added laravel 7 support for https://github.com/gnello/laravel-mattermost-driver, it works fine to me.

I'm not sure about what you're trying to do, are you using the https://github.com/gnello/laravel-mattermost-driver or the https://github.com/gnello/php-mattermost-driver?

gnello commented 4 years ago

Hi, I’m closing this issue because it has been inactive for a few months. This probably means that it has been fixed by adding Laravel 7 support to https://github.com/gnello/laravel-mattermost-driver.

Please reopen if you still have problems :)

Thank you!