brianhenryie/composer-fallback-to-git

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

Installs: 396

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/brianhenryie/composer-fallback-to-git

0.6.0 2024-05-17 03:27 UTC

This package is auto-updated.

Last update: 2025-10-05 03:53:57 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