Skip to content

Commit 3bfc793

Browse files
Merge branch '12.0'
2 parents e6e3d22 + 658ea26 commit 3bfc793

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
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">
33
<phar name="phpab" version="^1.29" installed="1.29.3" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.69" installed="3.70.2" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.69" installed="3.72.0" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.17" location="./tools/php-scoper" copy="true"/>
66
<phar name="composer" version="^2.8" installed="2.8.6" location="./tools/composer" copy="true"/>
77
</phive>

tools/.phpstan/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"require-dev": {
3-
"phpstan/phpstan": "^2.1",
4-
"phpstan/extension-installer": "^1.4",
5-
"phpstan/phpstan-strict-rules": "^2.0",
6-
"tomasvotruba/type-coverage": "^2.0"
3+
"phpstan/phpstan": "^2.1.8",
4+
"phpstan/extension-installer": "^1.4.3",
5+
"phpstan/phpstan-strict-rules": "^2.0.3",
6+
"tomasvotruba/type-coverage": "^2.0.2"
77
},
88
"config": {
99
"allow-plugins": {

tools/.phpstan/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/.phpstan/vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '141f895534adebd20ac19c0044418a54e7279e9c',
6+
'reference' => 'e6e3d22e64db12478d21163735619bf07aa1649d',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-main',
1515
'version' => 'dev-main',
16-
'reference' => '141f895534adebd20ac19c0044418a54e7279e9c',
16+
'reference' => 'e6e3d22e64db12478d21163735619bf07aa1649d',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

tools/php-cs-fixer

5.97 KB
Binary file not shown.

0 commit comments

Comments
 (0)