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  | friendsofphp/php-cs-fixer | 3.58.1 | 3.59.3 |
| packagist  | phpunit/phpunit           | 11.2.1 | 11.2.2 |
  • Loading branch information
renovate[bot] authored Jun 16, 2024
1 parent d728a7a commit b7a63c3
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,12 +13,12 @@
"php": "~8.2.0 || ~8.3.0",
"ext-mbstring": "*",
"ext-tokenizer": "*",
"friendsofphp/php-cs-fixer": "^3.58.1"
"friendsofphp/php-cs-fixer": "^3.59.3"
},
"require-dev": {
"phpstan/phpstan": "^1.11.4",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^11.2.1"
"phpunit/phpunit": "^11.2.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b7a63c3

Please sign in to comment.