Added composer for autoloader and moved files to conform to PSR-0

This commit is contained in:
Justin Foell
2018-02-23 12:14:05 -06:00
parent 214e855687
commit 655a0afa58
27 changed files with 619 additions and 26 deletions
+12
View File
@@ -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/"
}
}
}