You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,17 +10,17 @@ Convenience package to install all the external PHP_CodeSniffer rulesets which t
10
10
11
11
### Base ruleset
12
12
13
-
-[](https://packagist.org/packages/phpcompatibility/php-compatibility)[PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - External PHP_CodeSniffer standard to check your codebase for PHP cross-version compatibility.
13
+
-[](https://packagist.org/packages/phpcompatibility/php-compatibility)[PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - External PHP_CodeSniffer standard to check your codebase for PHP cross-version compatibility.
14
14
15
15
### Framework/CMS specific rulesets
16
16
17
-
-[](https://packagist.org/packages/PHPCompatibility/phpcompatibility-joomla)[PHPCompatibilityJoomla](https://github.com/PHPCompatibility/PHPCompatibilityJoomla) - PHPCompatibility ruleset specific for Joomla projects.
18
-
-[](https://packagist.org/packages/PHPCompatibility/phpcompatibility-wp)[PHPCompatibilityWP](https://github.com/PHPCompatibility/PHPCompatibilityWP) - PHPCompatibility ruleset specific for WordPress projects.
17
+
-[](https://packagist.org/packages/PHPCompatibility/phpcompatibility-joomla)[PHPCompatibilityJoomla](https://github.com/PHPCompatibility/PHPCompatibilityJoomla) - PHPCompatibility ruleset specific for Joomla projects.
18
+
-[](https://packagist.org/packages/PHPCompatibility/phpcompatibility-wp)[PHPCompatibilityWP](https://github.com/PHPCompatibility/PHPCompatibilityWP) - PHPCompatibility ruleset specific for WordPress projects.
19
19
20
20
### Polyfill provider specific rulesets
21
-
-[](https://packagist.org/packages/phpcompatibility/phpcompatibility-passwordcompat)[PHPCompatibilityPasswordCompat](https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat) - PHPCompatibility ruleset specific for projects which use @ircmaxell's [`password_compat`](https://github.com/ircmaxell/password_compat) polyfill library.
22
-
-[](https://packagist.org/packages/phpcompatibility/phpcompatibility-paragonie)[PHPCompatibilityParagonie](https://github.com/PHPCompatibility/PHPCompatibilityParagonie) - PHPCompatibility rulesets for projects using either the Paragonie [`random_compat`](https://github.com/paragonie/random_compat) or the Paragonie [`sodium_compat`](https://github.com/paragonie/sodium_compat) polyfill library, or both.
23
-
-[](https://packagist.org/packages/phpcompatibility/phpcompatibility-symfony)[PHPCompatibilitySymfony](https://github.com/PHPCompatibility/PHPCompatibilitySymfony) - PHPCompatibility rulesets for projects using any of the [PHP polyfill libraries](https://github.com/symfony?utf8=?&q=polyfill) provided by the Symfony project.
21
+
-[](https://packagist.org/packages/phpcompatibility/phpcompatibility-passwordcompat)[PHPCompatibilityPasswordCompat](https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat) - PHPCompatibility ruleset specific for projects which use @ircmaxell's [`password_compat`](https://github.com/ircmaxell/password_compat) polyfill library.
22
+
-[](https://packagist.org/packages/phpcompatibility/phpcompatibility-paragonie)[PHPCompatibilityParagonie](https://github.com/PHPCompatibility/PHPCompatibilityParagonie) - PHPCompatibility rulesets for projects using either the Paragonie [`random_compat`](https://github.com/paragonie/random_compat) or the Paragonie [`sodium_compat`](https://github.com/paragonie/sodium_compat) polyfill library, or both.
23
+
-[](https://packagist.org/packages/phpcompatibility/phpcompatibility-symfony)[PHPCompatibilitySymfony](https://github.com/PHPCompatibility/PHPCompatibilitySymfony) - PHPCompatibility rulesets for projects using any of the [PHP polyfill libraries](https://github.com/symfony?utf8=?&q=polyfill) provided by the Symfony project.
24
24
For more details about the available rulesets, please check out the [README of the PHPCompatibilitySymfony](https://github.com/PHPCompatibility/PHPCompatibilitySymfony/blob/master/README.md) repository.
0 commit comments