Skip to content

Commit

Permalink
[TASK] Update the development tools (#1383)
Browse files Browse the repository at this point in the history
We're not using `createStub` at this point (and also not `createMock`), so
don't need the `php_unit_test_case_static_method_calls` PHP-CS-Fixer setting
for these to support PHPUnit 9.x.
  • Loading branch information
oliverklee authored Jan 2, 2025
1 parent 7827f1f commit 5bad799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize" version="^2.42.0" installed="2.44.0" location="./.phive/composer-normalize" copy="false"/>
<phar name="php-cs-fixer" version="^3.58.1" installed="3.64.0" location="./.phive/php-cs-fixer" copy="false"/>
<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="phpmd" version="^2.15.0" installed="2.15.0" location="./.phive/phpmd" copy="false"/>
</phive>

0 comments on commit 5bad799

Please sign in to comment.