helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

Require PHP 7.2 and upgrade phpunit to v8 #213

Closed anthonyterrell closed 4 years ago

anthonyterrell commented 4 years ago

This PR is closed in place of #214

This PR does a couple of things:

  1. Changes the PHP requirement from 7.1 to 7.3
  2. Updates PHPUnit from 7 to 8
bkuhl commented 4 years ago

Perhaps we should consider making 7.3 the minimum? 7.2 is no longer actively supported and is only receiving security updates.

anthonyterrell commented 4 years ago

Perhaps we should consider making 7.3 the minimum? 7.2 is no longer actively supported and is only receiving security updates.

I'm okay with this, since it appears there's only 11 months left of security updates anyway.