https://github.com/ozh/empty-empty
https://github.com/ozh/empty-empty
composer-library dummy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ozh/empty-empty
- Owner: ozh
- Created: 2020-06-13T05:00:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T06:17:00.000Z (over 4 years ago)
- Last Synced: 2025-02-26T00:48:59.493Z (over 1 year ago)
- Topics: composer-library, dummy
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)