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.4 |
| github-tags | shivammathur/setup-php      | 2.24.0  | 2.25.4 |
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent 9b78fbc commit 934fc02
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"homepage": "https://github.com/lcobucci/di-builder",
"require": {
"php": "~8.2.0",
"symfony/config": "^6.2.7",
"symfony/dependency-injection": "^6.2.8",
"symfony/expression-language": "^6.2.7",
"symfony/filesystem": "^6.2.7"
"symfony/config": "^6.3.0",
"symfony/dependency-injection": "^6.3.1",
"symfony/expression-language": "^6.3.0",
"symfony/filesystem": "^6.3.1"
},
"require-dev": {
"infection/infection": "^0.26",
"infection/infection": "^0.27",
"lcobucci/coding-standard": "^10.0.0",
"mikey179/vfsstream": "^1.6.11",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.10.13",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.25",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.0.19",
"phpunit/phpunit": "^10.2.4",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/proxy-manager-bridge": "^6.2.7",
"symfony/yaml": "^6.2.7"
"symfony/proxy-manager-bridge": "^6.3.0",
"symfony/yaml": "^6.3.0"
},
"replace": {
"symfony/polyfill-php71": "*",
Expand Down

0 comments on commit 934fc02

Please sign in to comment.