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  | nette/di                | 3.2.1   | 3.2.2  |
| packagist  | phpstan/phpstan         | 1.10.59 | 1.11.3 |
| packagist  | phpstan/phpstan-phpunit | 1.3.16  | 1.4.0  |
| packagist  | phpunit/phpunit         | 11.0.4  | 11.1.3 |
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent aff7d78 commit 09143c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.11.3"
},
"require-dev": {
"nette/di": "^3.2.1",
"nette/di": "^3.2.2",
"nette/neon": "^3.4.1",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^11.0.4",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^11.1.3",
"slam/php-cs-fixer-extensions": "^3.10.0"
},
"autoload": {
Expand Down

0 comments on commit 09143c6

Please sign in to comment.