Skip to content

Commit

Permalink
Changed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
desm-it committed Mar 23, 2023
1 parent 8d2f2f8 commit 64d1dc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"email": "[email protected]",
"homepage": "http://wplancer.com",
"role": "Developer"
},
{
"name": "Joel De Smit",
"email": "[email protected]",
"role": "Developer"
}
],
"minimum-stability": "dev",
Expand Down
Binary file modified dist/phploy.phar
Binary file not shown.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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+**.

Expand All @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 64d1dc5

Please sign in to comment.