WordPress / sqlite-database-integration

Feature Plugin to add SQLite support to WordPress. Under Development.
GNU General Public License v2.0
237 stars 41 forks source link

Add PHP Compatibility checking #63

Closed schlessera closed 10 months ago

schlessera commented 11 months ago

To avoid issues like https://github.com/WordPress/sqlite-database-integration/pull/62 in the future, it would be great to include the phpcompatibility/php-compatibility package and set it to check and enforce compatibility with PHP 5.6+.

aristath commented 10 months ago

I raised the minimum required version of the plugin to PHP7 last week, and just now I raised the versions of some packages and fixed a few issues that were reported :+1: