diff options
author | Wolfy-J <[email protected]> | 2019-01-11 15:57:13 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-11 15:57:13 +0300 |
commit | 29f1ba679e6ded4b8a2d21c5dbc7747b358922fc (patch) | |
tree | 7b15fe322f5bdb7b3349b8c9fc145e1a340019bf | |
parent | b4a58f8e6c4990fa0d00f3fae22c96864d9cff72 (diff) |
quickbuilds
-rw-r--r-- | build/rr-build (renamed from build/build.php) | 1 | ||||
-rw-r--r-- | composer.json | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/build/build.php b/build/rr-build index 63bd1460..ee3206f5 100644 --- a/build/build.php +++ b/build/rr-build @@ -1,3 +1,4 @@ +#!/usr/bin/env php <?php /** * Automatic roadrunner builds. diff --git a/composer.json b/composer.json index a811d756..ea91076f 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,9 @@ "psr/http-message": "^1.0", "zendframework/zend-diactoros": "^1.3|^2.0" }, + "bin": [ + "build/rr-build" + ], "autoload": { "psr-4": { "Spiral\\RoadRunner\\": "src/" |