mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
21 lines
595 B
JSON
21 lines
595 B
JSON
{
|
|
"name": "wpackagist-plugin/wp-strava",
|
|
"description": "Show your strava.com activity on your WordPress site.",
|
|
"homepage": "https://wordpress.org/plugins/wp-strava/",
|
|
"license": "GPL-2.0+",
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"wp-coding-standards/wpcs": "^2",
|
|
"phpunit/phpunit": "^8",
|
|
"10up/wp_mock": "^0.4",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "phpcs -s"
|
|
}
|
|
}
|