人性化的加入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

10
vendor/composer/autoload_namespaces.php vendored Normal file
View File

@ -0,0 +1,10 @@
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Curl' => array($vendorDir . '/curl/curl/src'),
);