Skip to content

Commit

Permalink
Update dependencies (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Oct 3, 2021
1 parent 77a9c8d commit cf1d3b4
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Expand Up @@ -4,7 +4,7 @@ updates:
- package-ecosystem: 'composer'
directory: '/dev-tools'
schedule:
interval: 'daily'
interval: 'monthly'
ignore:
- dependency-name: 'php-cs-fixer/diff'
labels:
Expand Down
4 changes: 2 additions & 2 deletions dev-tools/composer.json
Expand Up @@ -2,7 +2,7 @@
"require": {
"php": "^8.0",
"ergebnis/composer-normalize": "^2.15.0",
"infection/infection": "^0.25.2",
"infection/infection": "^0.25.3",
"kubawerlos/composer-smaller-lock": "^0.1.4",
"kubawerlos/php-cs-fixer-config": "^2.1.0",
"kubawerlos/types-checker": "^2.1.0",
Expand All @@ -12,7 +12,7 @@
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.11",
"squizlabs/php_codesniffer": "^3.6.0",
"symplify/phpstan-rules": "^9.4.65",
"symplify/phpstan-rules": "^9.4.70",
"vimeo/psalm": "^4.10.0"
},
"autoload": {
Expand Down

0 comments on commit cf1d3b4

Please sign in to comment.