mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
Added composer for autoloader and moved files to conform to PSR-0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "wpackagist-plugin/wp-strava",
|
||||
"description": "Show your strava.com activity on your WordPress site.",
|
||||
"require":{
|
||||
"php": ">=5.2.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"WPStrava_": "lib/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user