From 3a8cae378271eb0dc03b7eb034a46686f05e08ad Mon Sep 17 00:00:00 2001 From: Josh Di Fabio Date: Thu, 6 Aug 2015 15:16:37 +0100 Subject: [PATCH] Add Composed to Dependency Management Extras [Composed](https://github.com/joshdifabio/composed) is a bit like [Composition](https://github.com/bamarni/composition) but solves a slightly different use case. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 857125e..88a85f7 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ## Dependency Management Extras *Extras related to dependency management.* +* [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime. * [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations. * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files. * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.