Skip to content

Commit

Permalink
[TASK] Update the development tools
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Mar 3, 2025
1 parent 391e35e commit 1abf90c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize" version="^2.42.0" installed="2.45.0" location="./.phive/composer-normalize" copy="false"/>
<phar name="php-cs-fixer" version="^3.58.1" installed="3.66.0" location="./.phive/php-cs-fixer" copy="false"/>
<phar name="php-cs-fixer" version="^3.58.1" installed="3.70.2" location="./.phive/php-cs-fixer" copy="false"/>
</phive>
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"php-parallel-lint/php-parallel-lint": "1.4.0",
"phpmd/phpmd": "2.15.0",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.13 || 2.0.4",
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.2",
"phpstan/phpstan-strict-rules": "1.6.1 || 2.0.1",
"phpstan/phpstan": "1.12.19 || 2.1.6",
"phpstan/phpstan-phpunit": "1.4.2 || 2.0.4",
"phpstan/phpstan-strict-rules": "1.6.2 || 2.0.3",
"phpunit/phpunit": "9.6.22",
"rawr/cross-data-providers": "2.4.0",
"rawr/phpunit-data-provider": "3.3.1",
"rector/rector": "1.2.10 || 2.0.3",
"rector/rector": "1.2.10 || 2.0.10",
"rector/type-perfect": "1.0.0 || 2.0.2"
},
"prefer-stable": true,
Expand Down

0 comments on commit 1abf90c

Please sign in to comment.