pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.42k stars 309 forks source link

Allow php7.4 #243

Closed it-can closed 4 years ago

it-can commented 4 years ago

Seems that composer is limiting php versions to this:

"php": ">=7.1 <7.4",

PHP 7.4 is released couple of days ago so would be nice to support this...

luizpinheiro commented 4 years ago

Are there any schedule in place for it to support php 7.4? I am trying to migrate some of my ongoing projects and this lib is the only one preventing me for doing that.