mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Update PEAR Package Extractor to use 'task:replace', 'phprelease' commands and install role='script' files
Add PearInstaller Change PEAR packages type from 'library' to 'pear-library' and dist type from 'pear' to 'file' Remove PearDownloader Refactor Channel Installer
This commit is contained in:
parent
0117108efb
commit
ac3cebc633
16 changed files with 305 additions and 150 deletions
|
@ -10,5 +10,7 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
$loader = require __DIR__.'/../src/bootstrap.php';
|
||||
$loader->add('Composer\Test', __DIR__);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue