An open API service indexing awesome lists of open source software.

https://github.com/ozh/empty-empty


https://github.com/ozh/empty-empty

composer-library dummy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# empty/empty

> 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:

```bash
composer require empty/empty
composer remove empty/empty
```

(alternative: `composer update nothing`)