mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-15 20:53:49 +09:00
Add PHPCompatibility
This commit is contained in:
+6
-1
@@ -10,6 +10,11 @@
|
||||
"require-dev": {
|
||||
"wp-coding-standards/wpcs": "^2",
|
||||
"phpunit/phpunit": "^8",
|
||||
"10up/wp_mock": "^0.4"
|
||||
"10up/wp_mock": "^0.4",
|
||||
"phpcompatibility/php-compatibility": "^9.3",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint:php": "@php ./vendor/bin/phpcs -s"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user