forked from lino/radar-wp
Upgrading to 1.0.0-beta1 version of the API PHP implementation.
This commit is contained in:
parent
4424f09f06
commit
4ed51243b5
56 changed files with 1330 additions and 824 deletions
82
vendor/composer/autoload_static.php
vendored
Normal file
82
vendor/composer/autoload_static.php
vendored
Normal file
|
@ -0,0 +1,82 @@
|
|||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit0602dde9fe6a3b6e770da50fa17cf0fd
|
||||
{
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'S' =>
|
||||
array (
|
||||
'Symfony\\Component\\EventDispatcher\\' => 34,
|
||||
),
|
||||
'R' =>
|
||||
array (
|
||||
'Radar\\Connect\\' => 14,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'Symfony\\Component\\EventDispatcher\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
|
||||
),
|
||||
'Radar\\Connect\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/events-radar/radar-api-php/src',
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixesPsr0 = array (
|
||||
'G' =>
|
||||
array (
|
||||
'Guzzle\\Stream' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzle/stream',
|
||||
),
|
||||
'Guzzle\\Plugin\\Cache' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzle/plugin-cache',
|
||||
),
|
||||
'Guzzle\\Parser' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzle/parser',
|
||||
),
|
||||
'Guzzle\\Http' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzle/http',
|
||||
),
|
||||
'Guzzle\\Common' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzle/common',
|
||||
),
|
||||
'Guzzle\\Cache' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzle/cache',
|
||||
),
|
||||
),
|
||||
'D' =>
|
||||
array (
|
||||
'Doctrine\\Common' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/common/lib',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'geoPHP' => __DIR__ . '/..' . '/phayes/geophp/geoPHP.inc',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit0602dde9fe6a3b6e770da50fa17cf0fd::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit0602dde9fe6a3b6e770da50fa17cf0fd::$prefixDirsPsr4;
|
||||
$loader->prefixesPsr0 = ComposerStaticInit0602dde9fe6a3b6e770da50fa17cf0fd::$prefixesPsr0;
|
||||
$loader->classMap = ComposerStaticInit0602dde9fe6a3b6e770da50fa17cf0fd::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue