pusher / pusher-http-php

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

Bump supported versions to include PHP8.2, 8.3 #384

Open braindawg opened 4 months ago

braindawg commented 4 months ago

Description

Adds PHP 8.2 and 8.3 to the CI test suite and README.

Updated the version constraint on PHP in Composer to explicitly list the supported PHP8 versions.

CHANGELOG

SuperDJ commented 3 months ago

You might also want to add PHP8.3 https://www.php.net/supported-versions.php

braindawg commented 2 months ago

Reverted unnecessary Composer changes and added PHP 8.3 to the list as suggested by @SuperDJ. May as well test against all current versions.