sirbrillig / phpcs-changed

🐘 Run phpcs on files and only report new warnings/errors compared to the previous version.
MIT License
31 stars 11 forks source link

Downgrade PHP requirement to 7.1 #13

Closed sirbrillig closed 5 years ago

sirbrillig commented 5 years ago

This downgrades the required PHP version to 7.1 from 7.2. I'm not certain why I chose 7.2 in the first place. There doesn't seem to be any dependencies that would need that version and I don't believe I used any 7.2-specific features.

sirbrillig commented 5 years ago

Inspired by the discussion in https://github.com/Automattic/jetpack/pull/11545 and https://github.com/Automattic/jetpack/pull/13771 (which I unfortunately didn't see until today).