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.10.59 | 1.10.67 |
| packagist  | phpunit/phpunit | 11.0.4  | 11.1.3  |
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent aff7d78 commit e6c0c6c
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 @@ -13,13 +13,13 @@
"require": {
"php": "~8.2.0 || ~8.3.0",
"nikic/php-parser": "^4.18.0 || ^5.0.0",
"phpstan/phpstan": "^1.10.59"
"phpstan/phpstan": "^1.10.67"
},
"require-dev": {
"nette/di": "^3.2.1",
"nette/neon": "^3.4.1",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^11.0.4",
"phpunit/phpunit": "^11.1.3",
"slam/php-cs-fixer-extensions": "^3.10.0"
},
"autoload": {
Expand Down

0 comments on commit e6c0c6c

Please sign in to comment.