awesomemotive / wpforms-phpcs

PHP Coding Standards used by the WPForms team.

Home Page:https://wpforms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP8.0 Support

jrfoell opened this issue · comments

Expected Behavior

Able to install awesomemotive/wpforms-phpcs with PHP 8.0 (not 8.1 b/c I don't think WPCS upstream supports it yet).

Current Behavior

  • awesomemotive/wpforms-phpcs[v1.0.0, ..., 1.0.6] require php 5.6 - 7.4 -> your php version (8.0.28) does not satisfy that requirement.

Steps to reproduce:

  1. Switch to PHP8.0
  2. Remove the vendor folder from an upstream dependency (such as mu-plugins/wpforms-core/vendor)
  3. Run composer install from the same upstream dependency location

Screenshots

composer2-php8 0

I've just installed v1.1 on PHP 8.2 with no issues.
So I think this GH issue can be closed.

I also do not have this problem, so I close the ticket.