Skip to content

Commit 913e7a5

Browse files
committed
Removed herzult/php-ssh again, since in Deployer5 it will be deprecated
1 parent 31f7631 commit 913e7a5

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ before_install:
2828
install:
2929
- sudo apt-get update -qq
3030
- sudo apt-get install -y -qq libssh2-1-dev libssh2-php
31-
- if [ "${TRAVIS_PHP_VERSION}" == "5.6" ]; then
32-
pecl install -f ssh2 < .noninteractive
33-
else
34-
pecl install -f ssh2-alpha < .noninteractive
35-
fi
3631
- pip install yamllint
3732
- if ! shellcheck --version ; then
3833
curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Other packages that you'll get:
5252
- **[Composer Versions Check][versions-check]**: Checks if packages are up to date to last major versions after update
5353
- **[Deployer][deployer]**: Deployment tool for PHP
5454
- **[Deployer Recipes][deployer-recipes]**: Third party recipes to integrate with Deployer
55-
- **[PHP SSH][phpssh]**: An experimental object oriented SSH api in PHP
5655
- **[Mink Goutte Driver][mink-goutte-driver]**: Goutte driver for Mink framework
5756
- **[Mink Selenium2 Driver][mink-selenium2-driver]**: Selenium2 (WebDriver) driver for Mink framework
5857
- **[Phing][phing]**: Phing is a PHP project build system or build tool based on ​Apache Ant
@@ -245,7 +244,6 @@ THE SOFTWARE.
245244
[phploc]: https://github.com/sebastianbergmann/phploc
246245
[phpmd]: https://phpmd.org
247246
[phpmetrics]: http://www.phpmetrics.org
248-
[phpssh]: https://github.com/Herzult/php-ssh
249247
[phpunit]: https://phpunit.de
250248
[prestissimo]: https://github.com/hirak/prestissimo
251249
[project-stage-shield]: https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"deployer/recipes": "^4.0.0",
3535
"frenck/php-compatibility": "^7.0.0",
3636
"friendsofphp/php-cs-fixer": "^2.0.0",
37-
"herzult/php-ssh": "^1.1",
3837
"hirak/prestissimo": "^0.3",
3938
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
4039
"pdepend/pdepend": "^2.2.0",

0 commit comments

Comments
 (0)