vendor
cloudinary
composer
ClassLoader.php
LICENSE
autoload_classmap.php
autoload_files.php
autoload_namespaces.php
autoload_psr4.php
autoload_real.php
autoload_static.php
installed.json
autoload.php
.gitignore
CHANGELOG.md
LICENSE
README.md
blueprints.yaml
cloudinary.php
cloudinary.yaml
composer.json
composer.lock
11 lines
245 B
PHP
11 lines
245 B
PHP
<?php
|
|
|
|
// autoload_files.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'c15243c55ab4c20eff78d1e24be20dac' => $vendorDir . '/cloudinary/cloudinary_php/src/Helpers.php',
|
|
);
|