From 1e74b945644d9f90b6d9c173a32fb7fe7d4c1d2f Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Fri, 27 Jun 2014 13:41:14 +0200 Subject: [PATCH] Added "Composer Checker". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c025622..7061d34 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Version](https://github.com/herrera-io/php-version) - A parsing and comparison library for semantic versioning. * [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces. * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer. +* [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations. ## Frameworks *Web development frameworks.*