empty / empty
Empty project with no dependency
1.0
2020-06-13 05:10 UTC
This package is auto-updated.
Last update: 2026-03-13 18:01:34 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)