Skip to content

Commit 5f6a48f

Browse files
author
Vincent Faliès
committed
Update Squizlabs/codesniffer to 3.3.0
Update php-compatibility to 8.2.0 Change Organization of php-compatibility
2 parents 3a1517a + f9a10b2 commit 5f6a48f

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "PHP 7.x compatibility checker",
44
"require-dev": {
55
"squizlabs/php_codesniffer": "3.3.0",
6-
"wimg/php-compatibility": "8.1.0"
6+
"phpcompatibility/php-compatibility": "8.2.0"
77
},
88
"prefer-stable" : true,
99
"scripts": {
10-
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/wimg/php-compatibility/PHPCompatibility",
11-
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/wimg/php-compatibility/PHPCompatibility"
12-
}
10+
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/phpcompatibility/php-compatibility/PHPCompatibility",
11+
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths /php7checker/vendor/phpcompatibility/php-compatibility/PHPCompatibility"
12+
}
1313
}

composer.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)