2018-02-23 12:14:05 -06:00
|
|
|
{
|
2018-04-06 16:19:22 -05:00
|
|
|
"name": "wpackagist-plugin/wp-strava",
|
|
|
|
|
"description": "Show your strava.com activity on your WordPress site.",
|
2019-11-01 12:56:27 -05:00
|
|
|
"homepage": "https://wordpress.org/plugins/wp-strava/",
|
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
|
"type": "wordpress-plugin",
|
2018-04-06 16:19:22 -05:00
|
|
|
"require": {
|
2020-03-27 16:45:50 -05:00
|
|
|
"php": ">=5.3"
|
2018-04-06 16:19:22 -05:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
2019-03-01 11:41:41 -06:00
|
|
|
"wp-coding-standards/wpcs": "^2",
|
|
|
|
|
"phpunit/phpunit": "^8",
|
2021-03-26 10:53:20 -05:00
|
|
|
"10up/wp_mock": "^0.4",
|
|
|
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-10-26 10:15:33 -05:00
|
|
|
"lint": "phpcs -s"
|
2018-02-23 12:14:05 -06:00
|
|
|
}
|
2018-04-06 16:19:22 -05:00
|
|
|
}
|