File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ _CodeCoverage
20
20
_CodeSniffer
21
21
_Depend
22
22
_eyes
23
+ api
23
24
ApiGen
24
25
Behat
25
26
codebase
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Other packages that you'll get:
51
51
- ** [ Behat Mink] [ behat-mink ] ** : Mink extension for Behat
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
+ - ** [ Deployer Recipes] [ deployer-recipes ] ** : Third party recipes to integrate with Deployer
54
55
- ** [ Mink Goutte Driver] [ mink-goutte-driver ] ** : Goutte driver for Mink framework
55
56
- ** [ Mink Selenium2 Driver] [ mink-selenium2-driver ] ** : Selenium2 (WebDriver) driver for Mink framework
56
57
- ** [ Phing] [ phing ] ** : Phing is a PHP project build system or build tool based on Apache Ant
@@ -211,7 +212,8 @@ THE SOFTWARE.
211
212
[ behat ] : http://behat.org
212
213
[ codeception ] : http://codeception.com
213
214
[ 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
215
217
[ frenck ] : https://github.com/frenck
216
218
[ get-in-touch ] : http://workingatdealerdirect.eu/open-sollicitatie/
217
219
[ grumphp ] : https://github.com/phpro/grumphp
Original file line number Diff line number Diff line change 30
30
"brianium/paratest" : " >=0.14.0,<1.0.0" ,
31
31
"codeception/codeception" : " ^2.2.0" ,
32
32
"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" ,
34
35
"frenck/php-compatibility" : " ^7.0.0" ,
35
36
"friendsofphp/php-cs-fixer" : " ^2.0.0" ,
36
37
"hirak/prestissimo" : " ^0.3" ,
You can’t perform that action at this time.
0 commit comments