├── .editorconfig ├── .gitignore ├── LICENSE.txt ├── README.md ├── composer.json └── src └── wp-requirements.php /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unfulvio/wp-requirements/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unfulvio/wp-requirements/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unfulvio/wp-requirements/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unfulvio/wp-requirements/HEAD/composer.json -------------------------------------------------------------------------------- /src/wp-requirements.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unfulvio/wp-requirements/HEAD/src/wp-requirements.php --------------------------------------------------------------------------------