File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ before_install:
28
28
install :
29
29
- sudo apt-get update -qq
30
30
- 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
36
31
- pip install yamllint
37
32
- if ! shellcheck --version ; then
38
33
curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ Other packages that you'll get:
52
52
- ** [ Composer Versions Check] [ versions-check ] ** : Checks if packages are up to date to last major versions after update
53
53
- ** [ Deployer] [ deployer ] ** : Deployment tool for PHP
54
54
- ** [ Deployer Recipes] [ deployer-recipes ] ** : Third party recipes to integrate with Deployer
55
- - ** [ PHP SSH] [ phpssh ] ** : An experimental object oriented SSH api in PHP
56
55
- ** [ Mink Goutte Driver] [ mink-goutte-driver ] ** : Goutte driver for Mink framework
57
56
- ** [ Mink Selenium2 Driver] [ mink-selenium2-driver ] ** : Selenium2 (WebDriver) driver for Mink framework
58
57
- ** [ Phing] [ phing ] ** : Phing is a PHP project build system or build tool based on Apache Ant
@@ -245,7 +244,6 @@ THE SOFTWARE.
245
244
[ phploc ] : https://github.com/sebastianbergmann/phploc
246
245
[ phpmd ] : https://phpmd.org
247
246
[ phpmetrics ] : http://www.phpmetrics.org
248
- [ phpssh ] : https://github.com/Herzult/php-ssh
249
247
[ phpunit ] : https://phpunit.de
250
248
[ prestissimo ] : https://github.com/hirak/prestissimo
251
249
[ project-stage-shield ] : https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg
Original file line number Diff line number Diff line change 34
34
"deployer/recipes" : " ^4.0.0" ,
35
35
"frenck/php-compatibility" : " ^7.0.0" ,
36
36
"friendsofphp/php-cs-fixer" : " ^2.0.0" ,
37
- "herzult/php-ssh" : " ^1.1" ,
38
37
"hirak/prestissimo" : " ^0.3" ,
39
38
"jakub-onderka/php-parallel-lint" : " >=0.9.1,<1.0.0" ,
40
39
"pdepend/pdepend" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments