From 4769c73901f3c2cd2202ed9afe3281f77bdedec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20M=C3=BChle?= Date: Tue, 20 Sep 2016 21:53:49 +0200 Subject: [PATCH] Add tooly composer script (#692) * Add tooly composer script With the tooly composer-script aka hook you can manage needed PHAR files, such as phpunit, in your project composer.json. Every PHAR file will be saved in the composer binary directory. Optional with GPG verification. * Fix url's to prevent redirection Fix two url's to prevent redirection and fix Travis CI build. * Change order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb95cfb..f4c317f 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer. * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process. * [Satis](https://github.com/composer/satis) - A static Composer repository generator. +* [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer. * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy. ## Frameworks