浏览代码

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
pull/699/head
Tommy Mühle 9 年前
父节点
当前提交
4769c73901
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

99
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
99
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
100
 * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
100
 * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
101
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
101
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
102
+* [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer.
102
 * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
103
 * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
103
 
104
 
104
 ## Frameworks
105
 ## Frameworks

正在加载...
取消
保存