empty/empty

Empty project with no dependency

Installs: 4 996

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/empty/empty

1.0 2020-06-13 05:10 UTC

This package is auto-updated.

Last update: 2025-10-13 17:08:50 UTC


README

composer require empty/empty

Composer package with no code and no dependency

Why ?

Testing purposes.

Also, I found that an easy way to regenerate a composer.lock file and its content-hash was to do:

composer require empty/empty
composer remove empty/empty

(alternative: composer update nothing)