diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:47:11 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 11:47:11 +0200 |
commit | 89167b55d9da5a67be5678038be7a474e5956dbd (patch) | |
tree | d41dcbca53dba23d71b300782805c5f5314e5cfa /vendor/autoload.php | |
parent | 38175ed45a1a1684e8da55d0f5cd825ee4804c3d (diff) | |
parent | 313d3e75d6e76a2d4336143256b8d0b8777e2849 (diff) | |
download | rpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.gz rpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.bz2 |
Merge pull request #1152 from splitbrain/composer
Use composer to add 3rd party libs
Diffstat (limited to 'vendor/autoload.php')
-rw-r--r-- | vendor/autoload.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php new file mode 100644 index 000000000..88c7fd93b --- /dev/null +++ b/vendor/autoload.php @@ -0,0 +1,7 @@ +<?php + +// autoload.php @generated by Composer + +require_once __DIR__ . '/composer' . '/autoload_real.php'; + +return ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b::getLoader(); |