From e177fe91ea52c9057c95dc640fbb22ab34a6a412 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 5 Sep 2018 22:40:20 +0200 Subject: [PATCH] Build/PHPCS: update PHPCompatibility repo name 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. --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 738a9caf..47ac6fbc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ multiple `phpcodesniffer-standard` packages. "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "*", "object-calisthenics/phpcs-calisthenics-rules": "*", - "wimg/php-compatibility": "*", + "phpcompatibility/php-compatibility": "*", "wp-coding-standards/wpcs": "*" } } diff --git a/composer.json b/composer.json index e7fdf1b7..ea631a8b 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "composer/composer": "*", - "wimg/php-compatibility": "^8.0" + "phpcompatibility/php-compatibility": "^8.0" }, "suggest": { "dealerdirect/qa-tools": "All the PHP QA tools you'll need"