diff --git a/.noninteractive b/.noninteractive new file mode 100644 index 0000000..e69de29 diff --git a/.spelling b/.spelling index f8a1dac..530a2ba 100644 --- a/.spelling +++ b/.spelling @@ -20,6 +20,7 @@ _CodeCoverage _CodeSniffer _Depend _eyes +api ApiGen Behat codebase diff --git a/README.md b/README.md index aa8abe1..c65aa79 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index 2a8bbd7..602984d 100644 --- a/composer.json +++ b/composer.json @@ -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",