empty/empty

Empty project with no dependency

1.0 2020-06-13 05:10 UTC

This package is auto-updated.

Last update: 2024-04-13 13:45:57 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)