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  | phpstan/phpstan | 1.12.3 | 1.12.4 |
| packagist  | phpunit/phpunit | 9.6.20 | 9.6.21 |
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 5296ff0 commit 5bc64db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"phpstan/phpstan": "^1.12.3"
"phpstan/phpstan": "^1.12.4"
},
"require-dev": {
"laminas/laminas-cache": "^3.12.2",
Expand All @@ -35,7 +35,7 @@
"laminas/laminas-validator": "^2.64.1",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^9.6.20",
"phpunit/phpunit": "^9.6.21",
"slam/php-cs-fixer-extensions": "^3.11.1"
},
"conflict": {
Expand Down

0 comments on commit 5bc64db

Please sign in to comment.