diff --git a/README.md b/README.md index 47cf9a12..bfe5dea2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ Introduction ------------ -[](https://travis-ci.org/elfet/deployer) -[](http://hhvm.h4cc.de/package/elfet/deployer) -[](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop) +[](https://travis-ci.org/elfet/deployer) +[](http://hhvm.h4cc.de/package/elfet/deployer) +[](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop) [](https://codeclimate.com/github/elfet/deployer) -[](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop) +[](https://scrutinizer-ci.com/g/elfet/deployer/?branch=develop) [](https://packagist.org/packages/elfet/deployer) [](https://www.gittip.com/elfet) @@ -18,9 +18,10 @@ See [http://deployer.in](http://deployer.in) for more information and documentat Requirements ------------ -Deployer is only supported on PHP 5.4.0 and up (yes, it's time to grow up). -Deployer work with ssh2 pecl extension, but if you do not install it on you machine - do not worry, -Deployer will work with [PHPSecLib](https://github.com/phpseclib/phpseclib). +* PHP 5.4.0 and up. +That all! + +You can install [ssh2 extension](http://php.net/manual/en/book.ssh2.php) to speedup deployment process and enable [sockets](http://php.net/manual/en/book.sockets.php) for parallel deployment. Installation @@ -52,10 +53,7 @@ Documentation can be found on site [deployer.in](http://deployer.in). Building -------- -To build deployer.phar run `./build` command. - -To create new release, clone this repository at `pages` dir, checkout `gh-pages` branch and run `./build -v=VERSION`. -This command will create phar archive in `pages/releases` dir and automatically updates `manifest.json` file. +To build deployer.phar run `bin/build` command. Contributing @@ -66,8 +64,7 @@ This is to ensure proper review of all the code. Fork the project, create a feature branch, and send a pull request. To ensure a consistent code base, you should make sure the code follows -the [Coding Standards](http://symfony.com/doc/master/contributing/code/standards.html) -which borrowed from Symfony. +the [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md). If you would like to help take a look at the [list of issues](https://github.com/elfet/deployer/issues). diff --git a/composer.json b/composer.json index 64a39ad4..9a86eda7 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "authors": [ { - "name": "Elfet", + "name": "Anton Medvedev", "email": "anton@elfet.ru" } ],