brianhenryie/composer-fallback-to-git

There is no license information available for the latest version (0.6.0) of this package.

0.6.0 2024-05-17 03:27 UTC

This package is auto-updated.

Last update: 2024-05-17 03:28:23 UTC


README

When a package is on GitHub but not Packagist, have Composer just download it from there.

composer config minimum-stability dev
composer config prefer-stable true

composer config allow-plugins.brianhenryie/composer-fallback-to-git true
composer require --dev brianhenryie/composer-fallback-to-git