From 2b8a6ebea6b18da1472c97a3cf414973a2f79c9f Mon Sep 17 00:00:00 2001 From: John Murowaniecki Date: Fri, 23 Jun 2017 11:49:30 -0300 Subject: [PATCH] An useful tool to help adjustments to deploy modern PHP standards in obsolete infraestructures. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1586d46..744e67b 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Construct](https://github.com/jonathantorres/construct) - A PHP project/micro-package generator. * [Phake](https://github.com/jaz303/phake) - A rake PHP clone library. * [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant. +* [Code Downgrade](https://github.com/endel/php-code-downgrade) - A galapagos based tool for downgrading codebases. ## Task Runners *Libraries for automating and running tasks.*