From 254ab51e26d088c24dc133c2d9524f43584abfe4 Mon Sep 17 00:00:00 2001 From: Mathew Davies Date: Sat, 23 Aug 2014 18:14:17 +0100 Subject: [PATCH] Move Plum to the correct section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d23ba3..be73693 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications. * [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world. * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP. +* [Plum](https://github.com/aerialls/Plum) - A deployer library. ## Third Party APIs *Libraries for accessing third party APIs.* @@ -559,7 +560,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Whoops](https://github.com/filp/whoops) - A pretty error handling library. * [Finite](http://yohan.giarel.li/Finite) - A simple PHP finite state machine. * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library. -* [Plum](https://github.com/aerialls/Plum) - A deployer library. * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks. * [Compose](https://github.com/igorw/compose) - A function composition library. * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.