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.2 | 1.12.3 |
| packagist  | phpunit/phpunit | 11.3.3 | 11.3.4 |
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 26f11bd commit 31d5fd2
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.2"
"phpstan/phpstan": "^1.12.3"
},
"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.3",
"phpunit/phpunit": "^11.3.4",
"slam/php-cs-fixer-extensions": "^3.11.1"
},
"autoload": {
Expand Down

0 comments on commit 31d5fd2

Please sign in to comment.