Skip to content

Commit a91bd57

Browse files
Update tools
1 parent cf5dfcf commit a91bd57

File tree

5 files changed

+83
-51
lines changed

5 files changed

+83
-51
lines changed

.phive/phars.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpab" version="^1.27" installed="1.29.3" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.14" installed="3.68.5" location="./tools/php-cs-fixer" copy="true"/>
5-
<phar name="psalm" version="^5.6" installed="5.26.1" location="./tools/psalm" copy="true"/>
6-
<phar name="composer" version="^2.5" installed="2.8.5" location="./tools/composer" copy="true"/>
3+
<phar name="phpab" version="^1.29" installed="1.29.3" location="./tools/phpab" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.75" installed="3.75.0" location="./tools/php-cs-fixer" copy="true"/>
5+
<phar name="psalm" version="^5.26" installed="5.26.1" location="./tools/psalm" copy="true"/>
6+
<phar name="composer" version="^2.8" installed="2.8.9" location="./tools/composer" copy="true"/>
77
</phive>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"prefer-stable": true,
2424
"require": {
2525
"php": ">=8.3",
26-
"phpunit/phpunit": "^12.0",
27-
"phpunit/php-code-coverage": "^12.0",
26+
"phpunit/phpunit": "^12.1.6",
27+
"phpunit/php-code-coverage": "^12.3",
2828
"phpunit/php-file-iterator": "^6.0",
2929
"sebastian/cli-parser": "^4.0",
3030
"sebastian/diff": "^7.0",

composer.lock

Lines changed: 77 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/composer

63.6 KB
Binary file not shown.

tools/php-cs-fixer

22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)