├── CHANGELOG.md ├── LICENSE ├── PHPCompatibilityWP └── ruleset.xml ├── README.md └── composer.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPCompatibility/PHPCompatibilityWP/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPCompatibility/PHPCompatibilityWP/HEAD/LICENSE -------------------------------------------------------------------------------- /PHPCompatibilityWP/ruleset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPCompatibility/PHPCompatibilityWP/HEAD/PHPCompatibilityWP/ruleset.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPCompatibility/PHPCompatibilityWP/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPCompatibility/PHPCompatibilityWP/HEAD/composer.json --------------------------------------------------------------------------------