brianhenryie/composer-fallback-to-git

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

0.5 2024-04-21 01:20 UTC

This package is auto-updated.

Last update: 2024-04-21 01:21:46 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