Package example
composer require nesbot/carbon
# Using version ^2.35 for nesbot/carbon
# ...
Folder nesbot/ located in vendor directory.
vendor/
composer/
minte9/
nesbot/
symphony/
Composer.json automatically updated with:
"require": {
"nesbot/carbon": "^2.35"
},
Composer/autoload_psr4.php automatically updated with:
return array(
'minte9\httpclient\' => array($vendorDir . '/minte9/httpclient/src'),
'Symfony\Polyfill\Mbstring\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\Contracts\Translation\' => array($vendorDir . '/symfony/translation-contracts'),
'Symfony\Component\Translation\' => array($vendorDir . '/symfony/translation'),
'Carbon\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
);
Last update: 485 days ago