Skip to content

Commit 70fa33e

Browse files
Merge branch '11.0'
2 parents ee5ed5c + 6d2586c commit 70fa33e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.phive/phars.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="php-cs-fixer" version="^3.65" installed="3.65.0" location="./tools/php-cs-fixer" copy="true"/>
3+
<phar name="php-cs-fixer" version="^3.65" installed="3.66.0" location="./tools/php-cs-fixer" copy="true"/>
44
<phar name="composer" version="^2.8" installed="2.8.4" location="./tools/composer" copy="true"/>
5-
<phar name="phpstan" version="^2.0" installed="2.0.4" location="./tools/phpstan" copy="true"/>
5+
<phar name="phpstan" version="^2.0" installed="2.1.0" location="./tools/phpstan" copy="true"/>
66
</phive>

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ext-dom": "*",
3535
"ext-libxml": "*",
3636
"ext-xmlwriter": "*",
37-
"nikic/php-parser": "^5.3.1",
37+
"nikic/php-parser": "^5.4.0",
3838
"phpunit/php-file-iterator": "^5.1.0",
3939
"phpunit/php-text-template": "^4.0.1",
4040
"sebastian/complexity": "^4.0.1",

tools/php-cs-fixer

3.97 KB
Binary file not shown.

tools/phpstan

103 KB
Binary file not shown.

0 commit comments

Comments
 (0)