Skip to content

Commit a6986c7

Browse files
jrfnlmjrider
authored andcommitted
Build/PHPCS: update PHPCompatibility repo name (#24)
Switches the `PHPCompatibility` dependency over to use the repo in the `PHPCompatibility` GitHub organisation rather than the one in `wimg`'s personal account. Includes updating the reference to the repo in the `Readme.md` file. ### References: * PHPCompatibility/PHPCompatibility#688 * https://github.com/PHPCompatibility/PHPCompatibility/releases/tag/8.2.0
1 parent 684df79 commit a6986c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ THE SOFTWARE.
225225
[phinx]: https://phinx.org
226226
[php-codebrowser]: https://github.com/mayflower/PHP_CodeBrowser
227227
[php-parallel-lint]: https://github.com/JakubOnderka/PHP-Parallel-Lint
228-
[phpcompatibility]: https://github.com/wimg/PHPCompatibility
228+
[phpcompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
229229
[phpcov]: https://github.com/sebastianbergmann/phpcov
230230
[phpcpd]: https://github.com/sebastianbergmann/phpcpd
231231
[phpcs-composer-installer]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"hirak/prestissimo": "^0.3",
3434
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
3535
"pdepend/pdepend": "^2.5",
36+
"phpcompatibility/php-compatibility": "^8.0",
3637
"phploc/phploc": "^4.0",
3738
"phpmd/phpmd": "^2.6.0",
3839
"phpmetrics/phpmetrics": "^2.3.2",
@@ -44,8 +45,7 @@
4445
"seld/jsonlint": "^1.6",
4546
"sensiolabs/security-checker": "^4.1",
4647
"sllh/composer-versions-check": "^2.0",
47-
"squizlabs/php_codesniffer": "^3.2",
48-
"wimg/php-compatibility": "^8.0"
48+
"squizlabs/php_codesniffer": "^3.2"
4949
},
5050
"suggest": {
5151
"apigen/apigen": "Smart and Readable Documentation for your PHP project.",

0 commit comments

Comments
 (0)