Browse Source

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 10 years ago
parent
commit
4769c73901
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

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

Loading…
Cancel
Save