Skip to content

Commit

Permalink
Merge pull request #54 from jrfnl/feature/composer-phpcompatibility-repo
Browse files Browse the repository at this point in the history
Build/PHPCS: update PHPCompatibility repo name
  • Loading branch information
frenck committed Sep 9, 2018
2 parents 2e41850 + e177fe9 commit 8b8695f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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": "*"
}
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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"
Expand Down

0 comments on commit 8b8695f

Please sign in to comment.