Include an entry for the RocketGit project:
http://rocketgit.com
The new entry is placed on the 'Web Applications' subgroup from the
'Software' category.
Signed-off-by: Carlos Torres <torr.ca@mailgw.com>
There are small typos in:
- README.md
Fixes:
- Should read `unserializable` rather than `unserializeable`.
- Should read `reusable` rather than `reuseable`.
- Should read `related` rather than `releated`.
Adding https://github.com/zenstruck/foundry which is an expressive fixture factory generation library. It depends on Doctrine, Faker and helps create reproducable stories for fixture generation.
* Add composer-unused
Add composer-unused in `Dependency Manager Extras`-Section.
This is a small CLI Tool which scans you `composer.json` of any unused package by doing a static analysis of used symbols in your code.
URL: https://github.com/composer-unused/composer-unused
* Add composer require checker
Co-authored-by: Jamie York <ziadoz@gmail.com>