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 | 11.3.5 | 11.3.6 |
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 6e764f3 commit 7ae62f9
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 @@ -12,14 +12,14 @@
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"phpstan/phpstan": "^1.12.3"
"phpstan/phpstan": "^1.12.4"
},
"require-dev": {
"nette/di": "^3.2.2",
"nette/neon": "^3.4.3",
"nikic/php-parser": "^4.19.1 || ^5.0.2",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^11.3.5",
"phpunit/phpunit": "^11.3.6",
"slam/php-cs-fixer-extensions": "^3.11.1"
},
"autoload": {
Expand Down

0 comments on commit 7ae62f9

Please sign in to comment.