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
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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.
25
25
26
26
@@ -111,34 +111,34 @@ For more information, visit https://www.gnu.org/copyleft/lesser.html
111
111
112
112
This is a maintenance release.
113
113
114
-
- The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
115
-
- README: Fixed some broken badges.
116
-
- General housekeeping and maintenance. Including a contribution by [@fredden].
114
+
* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`.
115
+
* README: Fixed some broken badges.
116
+
* General housekeeping and maintenance. Including a contribution by [@fredden].
117
117
118
118
### 1.1.3 - 2022-10-30
119
119
120
-
- README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
121
-
- Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
122
-
- Other housekeeping and minor documentation updates.
120
+
* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce].
121
+
* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]!
122
+
* Other housekeeping and minor documentation updates.
- The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
129
-
- The rulesets are now also tested against PHP 7.4 and 8.0.
128
+
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
129
+
* The rulesets are now also tested against PHP 7.4 and 8.0.
130
130
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
131
131
Note: runtime PHP 8.0 support is only available in combination with PHP_CodeSniffer >= 3.5.7, full support is expected in PHP_CodeSniffer 3.6.0.
132
132
133
133
### 1.1.1 - 2019-08-29
134
134
135
-
- The recommended version of the [Composer PHPCS plugin] is now `^0.5.0`.
136
-
- The rulesets are now also tested against PHP 7.3.
135
+
* The recommended version of the [Composer PHPCS plugin] is now `^0.5.0`.
136
+
* The rulesets are now also tested against PHP 7.3.
137
137
Note: full PHP 7.3 support is only available in combination with PHP_CodeSniffer 2.9.2 or 3.3.1+ due to an incompatibility within PHP_CodeSniffer itself.
138
138
139
139
### 1.1.0 - 2018-10-07
140
140
141
-
-Added the new PHPCompatibilityPasswordCompat, PHPCompatibilityParagonie, PHPCompatibilitySymfony rulesets.
141
+
*Added the new PHPCompatibilityPasswordCompat, PHPCompatibilityParagonie, PHPCompatibilitySymfony rulesets.
0 commit comments