Files
wp-strava/composer.json
T
Justin Foell c5fdb24244 Added System of Measure (English) unit tests;
Fixed a bug in pace formatting
2019-03-01 11:41:41 -06:00

13 lines
305 B
JSON

{
"name": "wpackagist-plugin/wp-strava",
"description": "Show your strava.com activity on your WordPress site.",
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"wp-coding-standards/wpcs": "^2",
"phpunit/phpunit": "^8",
"10up/wp_mock": "^0.4"
}
}