#
phpcompatibility
Here are 11 public repositories matching this topic...
PHPCompatibility ruleset for WordPress projects
-
Updated
Mar 19, 2022 - PHP
dd32
commented
Jun 20, 2019
Issue Overview
When requesting a report for a specific version of a plugin, if Tide doesn't yet have a report for it it'll start to generate one and return a <p>pending</p> response.
That response then gets cached, and will return the <p>pending</p> response until it expires.
Suffixing a ?1 to the URL to bypass the URL caching then results in being able to access it.
Steps to R
PHP 7 compatibility check docker image
docker
php
php7
docker-image
compatibility
php-codesniffer
inspection
phpcs
compatibility-testing
phpcompatibility-standard
phpcompatibility
-
Updated
Jan 16, 2020 - Dockerfile
Collection of all the PHPCS rulesets offered by the PHPCompatibility organisation.
-
Updated
Mar 5, 2022
PHPCompatibility rulesets which can be included in projects using the Paragonie polyfill libraries
-
Updated
Mar 19, 2022 - PHP
PHPCompatibility ruleset for Joomla projects
-
Updated
Mar 19, 2022 - PHP
PHPCompatibility ruleset which can be included in projects using @ircmaxell's PasswordCompat polyfill library
-
Updated
Mar 19, 2022 - PHP
PHPCompatibility rulesets which can be included in projects using the Symfony polyfill libraries
-
Updated
Mar 19, 2022 - PHP
Collection of PHP Coding Standards & Compatibility Rules Set for My Projects
php
wordpress
php-codesniffer
wp-theme
wp-plugin
phpcs
phpcodesniffer-standard
wordpress-standards
phpcodesniffer-rules
php-code-sniffer
phpcompatibility-standard
phpcompatibility
phpcodesniffer
phpcs-standard
wpcs
php-compatibility
php-standard
-
Updated
Apr 6, 2021
PHPCompatibility ruleset for Magento projects
-
Updated
Jun 21, 2021 - PHP
Improve this page
Add a description, image, and links to the phpcompatibility topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the phpcompatibility topic, visit your repo's landing page and select "manage topics."
Project description
Behind the scenes, a side-project has started to create a (GitHub Pages) website for this project with helpful information about the things PHPCompatibility detects and how to fix them.
@afilina has done amazing work creating a documentation generation engine which will create a page with the basic information about each sniff from the docblocks in the sniff code itsel