sybrew / The-SEO-Framework-Extension-Manager

A WordPress plugin that manages extensions for The SEO Framework.
https://tsf.fyi/em
GNU General Public License v3.0
76 stars 9 forks source link

PHP 8.0 installation using composer #52

Closed bonakor closed 2 years ago

bonakor commented 2 years ago

Describe the bug When I'm running composer install on a PHP 8 installation, Composer won't process because the extension requires PHP to go from 5.6 to 7.

To Reproduce Steps to reproduce the behavior:

  1. Install PHP 8
  2. Run composer install

Error is this: `Problem 1

sybrew commented 2 years ago

Thanks for opening this issue.

I just changed the composer.json file to support all PHP versions TSF supports. Please note that Packagist is not aware of this change because it requires a tag/release to take effect. So, you may need to override that issue manually until I release a formal update.