phpfui / ConstantContact

MIT License
16 stars 7 forks source link

Request for PHP 7.4 support. #4

Closed hidroforix closed 2 months ago

hidroforix commented 2 years ago

Constant Contact requires us to upgrade the API to V3 before Aug/2022. Currently, our system is using PHP7.4, we can not wait for upgrading the PHP version from 7.4 to 8.0, Thus could you please create a version that supports PHP7.4???

phpfui commented 2 years ago

The code was written for 8.0 and I have no interest in back porting it.

I would suggest you clone the repo and then run Rector on it. You should be able to just run this downgrade on it. Let me know if that does not work.

Once you port to PHP 8.0, you can stop using the downgraded library and use the 8.0 port. I plan to support 8.0 at least until 8.3 comes out.

Hope this helps.

phpfui commented 2 months ago

Closing this as PHP 7.4 is no longer supported by PHP