Skip to content

Commit fbab3cb

Browse files
committed
Updated deployer/deployer to ^4, added deployer/recipes and herzult/php-ssh
1 parent 5351ade commit fbab3cb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ _CodeCoverage
2020
_CodeSniffer
2121
_Depend
2222
_eyes
23+
api
2324
ApiGen
2425
Behat
2526
codebase

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Other packages that you'll get:
5151
- **[Behat Mink][behat-mink]**: Mink extension for Behat
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
54+
- **[Deployer Recipes][deployer-recipes]**: Third party recipes to integrate with Deployer
55+
- **[PHP SSH][phpssh]**: An experimental object oriented SSH api in PHP
5456
- **[Mink Goutte Driver][mink-goutte-driver]**: Goutte driver for Mink framework
5557
- **[Mink Selenium2 Driver][mink-selenium2-driver]**: Selenium2 (WebDriver) driver for Mink framework
5658
- **[Phing][phing]**: Phing is a PHP project build system or build tool based on ​Apache Ant
@@ -211,7 +213,8 @@ THE SOFTWARE.
211213
[behat]: http://behat.org
212214
[codeception]: http://codeception.com
213215
[contributors]: https://github.com/dealerdirect/php-qa-tools/graphs/contributors
214-
[deployer]: https://deployer.org/
216+
[deployer]: https://deployer.org
217+
[deployer-recipes]: https://github.com/deployphp/recipes
215218
[frenck]: https://github.com/frenck
216219
[get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/
217220
[grumphp]: https://github.com/phpro/grumphp
@@ -242,6 +245,7 @@ THE SOFTWARE.
242245
[phploc]: https://github.com/sebastianbergmann/phploc
243246
[phpmd]: https://phpmd.org
244247
[phpmetrics]: http://www.phpmetrics.org
248+
[phpssh]: https://github.com/Herzult/php-ssh
245249
[phpunit]: https://phpunit.de
246250
[prestissimo]: https://github.com/hirak/prestissimo
247251
[project-stage-shield]: https://img.shields.io/badge/Project%20Stage-Development-yellowgreen.svg

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
"brianium/paratest": ">=0.14.0,<1.0.0",
3131
"codeception/codeception": "^2.2.0",
3232
"dealerdirect/phpcodesniffer-composer-installer": "^0.3.0",
33-
"deployer/deployer": "^3.0.0",
33+
"deployer/deployer": "^4.0.0",
34+
"deployer/recipes": "^4.0.0",
3435
"frenck/php-compatibility": "^7.0.0",
3536
"friendsofphp/php-cs-fixer": "^2.0.0",
37+
"herzult/php-ssh": "^1.1",
3638
"hirak/prestissimo": "^0.3",
3739
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
3840
"pdepend/pdepend": "^2.2.0",

0 commit comments

Comments
 (0)