Skip to content

Commit

Permalink
[TASK] Update the development dependencies (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Dec 17, 2024
1 parent d601354 commit 3d8e6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"require-dev": {
"php-parallel-lint/php-parallel-lint": "1.4.0",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.12 || 2.0.3",
"phpstan/phpstan-phpunit": "1.4.1 || 2.0.1",
"phpstan/phpstan": "1.12.13 || 2.0.4",
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.2",
"phpunit/phpunit": "8.5.41",
"rector/rector": "1.2.10 || 2.0.0"
"rector/rector": "1.2.10 || 2.0.3"
},
"suggest": {
"ext-mbstring": "for parsing UTF-8 CSS"
Expand Down

0 comments on commit 3d8e6b6

Please sign in to comment.