pubnub / php

PubNub clients for PHP
Other
127 stars 137 forks source link

WIP: Bump dependencies #69

Closed seba-aln closed 2 years ago

seba-aln commented 2 years ago

refactor: Bump dependencies deprecating support for PHP < 7.4

Updated all dependencies. Switching to composer autoloader compatible with PSR-4 thus removing the need to use src/autoload.php file. Fixing formating of files to comply with phpcs PSR-12 ruleset. Warning! this is a breaking change that may not work in older versions of PHP. Dropping support for legacy versions!