mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
c5fdb24244
Fixed a bug in pace formatting
13 lines
305 B
JSON
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"
|
|
}
|
|
}
|