composer-file-loader icon indicating copy to clipboard operation
composer-file-loader copied to clipboard

Tool to load namespaces and classes from composer.json file without composer

Results 2 composer-file-loader issues
Sort by recently updated
recently updated
newest added

Hi, I try to use php-telegram-bot. The composer file is: [https://github.com/php-telegram-bot/core/blob/master/composer.json](https://github.com/php-telegram-bot/core/blob/master/composer.json) And it have: ``` "require": { "php": "^5.5|^7.0", "ext-pdo": "*", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "psr/log": "^1.1", "monolog/monolog":...

Sorry, I'm sure this is a very basic question that everyone but me will know the answer to, but where exactly do all these files go? 1st. namespace PackageLoader load(__DIR__."/vendor/composer");...