Skip to content

Commit 1d35a14

Browse files
authored
Merge pull request #15 from DealerDirect/feature/deployer4
Updated deployer/deployer to ^4, added deployer/recipes
2 parents 5351ade + 11c95e3 commit 1d35a14

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.noninteractive

Whitespace-only changes.

.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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ 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
5455
- **[Mink Goutte Driver][mink-goutte-driver]**: Goutte driver for Mink framework
5556
- **[Mink Selenium2 Driver][mink-selenium2-driver]**: Selenium2 (WebDriver) driver for Mink framework
5657
- **[Phing][phing]**: Phing is a PHP project build system or build tool based on ​Apache Ant
@@ -211,7 +212,8 @@ THE SOFTWARE.
211212
[behat]: http://behat.org
212213
[codeception]: http://codeception.com
213214
[contributors]: https://github.com/dealerdirect/php-qa-tools/graphs/contributors
214-
[deployer]: https://deployer.org/
215+
[deployer]: https://deployer.org
216+
[deployer-recipes]: https://github.com/deployphp/recipes
215217
[frenck]: https://github.com/frenck
216218
[get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/
217219
[grumphp]: https://github.com/phpro/grumphp

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
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",
3637
"hirak/prestissimo": "^0.3",

0 commit comments

Comments
 (0)