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
+26
View File
@@ -0,0 +1,26 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit270e8bb56ffe1d33754fb3c59cf60d66
{
public static $prefixesPsr0 = array (
'W' =>
array (
'WPStrava_' =>
array (
0 => __DIR__ . '/../..' . '/lib',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixesPsr0 = ComposerStaticInit270e8bb56ffe1d33754fb3c59cf60d66::$prefixesPsr0;
}, null, ClassLoader::class);
}
}