humanmade / authorship

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

Consider adding PHP8 to the Composer PHP version constraint #74

Closed chrisvanpatten closed 2 years ago

chrisvanpatten commented 3 years ago

It'd be great to see this updated to allow installation on PHP8 environments (without resorting to --ignore-platform-reqs). Tested in our PHP 8 environment and it looks great!

"php": "~7.2 || ~8.0" should do the trick.

johnbillion commented 2 years ago

Fixed in #98