Skip to content

Commit

Permalink
Update Squizlabs/codesniffer to 3.3.0
Browse files Browse the repository at this point in the history
Update php-compatibility to 8.2.0
Change Organization of php-compatibility
  • Loading branch information
vfalies committed Jul 17, 2018
2 parents 3a1517a + f9a10b2 commit 5f6a48f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "PHP 7.x compatibility checker",
"require-dev": {
"squizlabs/php_codesniffer": "3.3.0",
"wimg/php-compatibility": "8.1.0"
"phpcompatibility/php-compatibility": "8.2.0"
},
"prefer-stable" : true,
"scripts": {
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/wimg/php-compatibility/PHPCompatibility",
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/wimg/php-compatibility/PHPCompatibility"
}
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/phpcompatibility/php-compatibility/PHPCompatibility",
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/phpcompatibility/php-compatibility/PHPCompatibility"
}
}
25 changes: 13 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f6a48f

Please sign in to comment.