人性化的加入vendor目录。

This commit is contained in:
iyuu.cn
2020-03-01 13:35:47 +08:00
parent 43a90f40d3
commit 9a39306990
27 changed files with 2210 additions and 1 deletions

11
vendor/composer/autoload_psr4.php vendored Normal file
View File

@ -0,0 +1,11 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'phpspider\\' => array($vendorDir . '/owner888/phpspider'),
'IYUU\\' => array($baseDir . '/app'),
);