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      |
| ---------- | ------------------- | ------ | ------- |
| packagist  | doctrine/cache      | 1.13.0 | 1.13.0  |
| packagist  | infection/infection | 0.20.2 | 0.26.16 |
| packagist  | phpunit/phpunit     | 9.5.26 | 9.5.26  |
| packagist  | psr/simple-cache    | 1.0.1  | 1.0.1   |
| packagist  | symfony/console     | 4.4.48 | 4.4.48  |
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent 090f3bd commit 642e66c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "library",
"require": {
"php": "~8.0.0 || ~8.1.0",
"doctrine/cache": "^1.7",
"psr/simple-cache": "^1.0"
"doctrine/cache": "^1.13.0",
"psr/simple-cache": "^1.0.1"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"cache/tag-interop": "dev-master",
"infection/infection": "^0.20.0",
"phpunit/phpunit": "^9.5.16",
"symfony/console": "^4.3",
"infection/infection": "^0.26.16",
"phpunit/phpunit": "^9.5.26",
"symfony/console": "^4.4.48",
"symfony/phpunit-bridge": "^6.1.6@dev"
},
"license": "MIT",
Expand Down

0 comments on commit 642e66c

Please sign in to comment.