File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+ version : 2
4+
5+ updates :
6+ - package-ecosystem : composer
7+ directory : " /"
8+ open-pull-requests-limit : 5
9+ schedule :
10+ interval : weekly
11+
12+ - package-ecosystem : github-actions
13+ directory : " /"
14+ open-pull-requests-limit : 5
15+ schedule :
16+ interval : monthly
Original file line number Diff line number Diff line change 1717 },
1818 "require-dev" : {
1919 "behat/behat" : " ^3.0" ,
20- "dvdoug/behat-code-coverage" : " ^5.0 " ,
21- "ergebnis/composer-normalize" : " ^2.0 .0" ,
22- "friendsofphp/php-cs-fixer" : " ^3.0 .0" ,
23- "phpunit/phpunit" : " ^9.0 " ,
24- "rector/rector" : " ^1.0" ,
25- "squizlabs/php_codesniffer" : " ^3.8.1 "
20+ "dvdoug/behat-code-coverage" : " ^5.3.2 " ,
21+ "ergebnis/composer-normalize" : " ^2.42 .0" ,
22+ "friendsofphp/php-cs-fixer" : " ^3.49 .0" ,
23+ "phpunit/phpunit" : " ^9.6.16 " ,
24+ "rector/rector" : " ^1.0.1 " ,
25+ "squizlabs/php_codesniffer" : " ^3.9.0 "
2626 },
2727 "minimum-stability" : " dev" ,
2828 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments