diff --git a/composer.json b/composer.json index ead1da8..0930f6e 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,11 @@ "email": "banago@gmail.com", "homepage": "http://wplancer.com", "role": "Developer" + }, + { + "name": "Joel De Smit", + "email": "phploy@joeldesmit.nl", + "role": "Developer" } ], "minimum-stability": "dev", diff --git a/dist/phploy.phar b/dist/phploy.phar index 64aa839..95e53f9 100755 Binary files a/dist/phploy.phar and b/dist/phploy.phar differ diff --git a/readme.md b/readme.md index 72dedb5..d482b9a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,6 @@ # PHPloy -**Version 4.9.2** +**Version 4.10.1** +Flysystem update PHPloy is an incremental Git FTP and SFTP deployment tool. By keeping track of the state of the remote server(s) it deploys only the files that were committed since the last deployment. PHPloy supports submodules, sub-submodules, deploying to multiple servers and rollbacks. PHPloy requires **PHP 7.3+** and **Git 1.8+**. @@ -14,7 +15,7 @@ PHPloy stores a file called `.revision` on your server. This file contains the h If you have composer installed in your machine, you can pull PHPloy globally like this: ```bash -composer global require "banago/phploy" +composer global require "desm-it/phploy" ``` Make sure to place the `$HOME/.composer/vendor/bin` directory (or the [equivalent directory](http://stackoverflow.com/a/40470979/512277) for your OS) @@ -297,7 +298,7 @@ Contributions are very welcome; PHPloy is great because of the contributors. Ple ## Version history -Please check [release history](https://github.com/banago/PHPloy/releases) for details. +Please check [release history](https://github.com/desm-it/PHPloy/releases) for details. ## License