moderntribe / square-one

Modern Tribe's legacy WordPress framework for the classic editor.
GNU General Public License v2.0
89 stars 20 forks source link

Feature: PHP 8.2 support #1074

Closed defunctl closed 1 year ago

defunctl commented 1 year ago

What does this do/fix?

QA

Testing PHP 8.2

  1. so stop your project, if running.
  2. Change moderntribe/squareone-php:80-2.0 to moderntribe/squareone-php:82-1.0 in dev/docker/docker-compose.yml.
  3. You'll likely need to change the WHOOPS_ENABLE define in local-config.php to define( 'WHOOPS_ENABLE', false ); due to PHP 8.2 deprecation messages.
  4. so start
  5. so composer update

Tests

Does this have tests?