Skip to content

Updated deployer/deployer to ^4, added deployer/recipes #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .noninteractive
Empty file.
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ _CodeCoverage
_CodeSniffer
_Depend
_eyes
api
ApiGen
Behat
codebase
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Other packages that you'll get:
- **[Behat Mink][behat-mink]**: Mink extension for Behat
- **[Composer Versions Check][versions-check]**: Checks if packages are up to date to last major versions after update
- **[Deployer][deployer]**: Deployment tool for PHP
- **[Deployer Recipes][deployer-recipes]**: Third party recipes to integrate with Deployer
- **[Mink Goutte Driver][mink-goutte-driver]**: Goutte driver for Mink framework
- **[Mink Selenium2 Driver][mink-selenium2-driver]**: Selenium2 (WebDriver) driver for Mink framework
- **[Phing][phing]**: Phing is a PHP project build system or build tool based on ​Apache Ant
Expand Down Expand Up @@ -211,7 +212,8 @@ THE SOFTWARE.
[behat]: http://behat.org
[codeception]: http://codeception.com
[contributors]: https://github.com/dealerdirect/php-qa-tools/graphs/contributors
[deployer]: https://deployer.org/
[deployer]: https://deployer.org
[deployer-recipes]: https://github.com/deployphp/recipes
[frenck]: https://github.com/frenck
[get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/
[grumphp]: https://github.com/phpro/grumphp
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"brianium/paratest": ">=0.14.0,<1.0.0",
"codeception/codeception": "^2.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.3.0",
"deployer/deployer": "^3.0.0",
"deployer/deployer": "^4.0.0",
"deployer/recipes": "^4.0.0",
"frenck/php-compatibility": "^7.0.0",
"friendsofphp/php-cs-fixer": "^2.0.0",
"hirak/prestissimo": "^0.3",
Expand Down