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.48 | 1.10.50 |
| packagist  | phpunit/phpunit | 10.5.2  | 10.5.3  |
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent a980062 commit ad14947
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",
"phpstan/phpstan": "^1.10.48"
"phpstan/phpstan": "^1.10.50"
},
"require-dev": {
"nette/di": "^3.1.8",
"nette/neon": "^3.4.1",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.5.2",
"phpunit/phpunit": "^10.5.3",
"slam/php-cs-fixer-extensions": "^3.10.0"
},
"autoload": {
Expand Down

0 comments on commit ad14947

Please sign in to comment.