Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                     | from    | to     |
| ----------- | --------------------------- | ------- | ------ |
| github-tags | codecov/codecov-action      | v3.1.2  | v3.1.4 |
| packagist   | infection/infection         | 0.26.19 | 0.27.0 |
| packagist   | phpstan/extension-installer | 1.2.0   | 1.3.1  |
| packagist   | phpunit/phpunit             | 10.0.19 | 10.2.6 |
| github-tags | shivammathur/setup-php      | 2.24.0  | 2.25.5 |
  • Loading branch information
renovate[bot] committed Aug 1, 2023
1 parent cd69b73 commit 7d3e73a
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 74 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"symfony/filesystem": "^6.3.1"
},
"require-dev": {
"infection/infection": "^0.26",
"infection/infection": "^0.27",
"lcobucci/coding-standard": "^11.0.0",
"mikey179/vfsstream": "^1.6.11",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.10.13",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.0.19",
"phpunit/phpunit": "^10.2",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/yaml": "^6.3.3"
},
Expand Down

0 comments on commit 7d3e73a

Please sign in to comment.