humanmade / authorship

A modern approach to author attribution in WordPress.
GNU General Public License v3.0
66 stars 7 forks source link

Change PHP requirement to a minimum version #98

Closed roborourke closed 2 years ago

roborourke commented 2 years ago

Currently Authorship is uninstallable using composer and PHP 8.0 or higher.

I ran the PHPCS compatibility check and there are no warnings or errors for both 8.0 and 8.1.

I think this could be a patch release, as it falls more under bug territory and there are no other changes.

roborourke commented 2 years ago

Interesting, trying it out with the tests on multiple versions indicates the presence of the committed composer.lock is not helpful if this is something we want to do 🤔