Skip to content

Commit 08aa255

Browse files
Updated CI tools
1 parent 0ee88be commit 08aa255

10 files changed

Lines changed: 75391 additions & 72990 deletions

File tree

.idea/deployer.flow.iml

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

.idea/php.xml

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codenamephp/deployer.flow",
3-
"description": "",
3+
"description": "This package provides deployer task for the flow framework.",
44
"type": "library",
55
"license": "Apache-2.0",
66
"authors": [
@@ -36,7 +36,7 @@
3636
"scripts": {
3737
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
3838
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
39-
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
39+
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
4040
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
4141
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
4242
"ci-all": [

phive.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
~
1717
-->
1818
<phive xmlns="https://phar.io/phive">
19-
<phar name="phpunit" version="^9.0.1" installed="9.5.13" location="./tools/phpunit.phar" copy="true"/>
20-
<phar name="psalm" version="^4.0" installed="4.20.0" location="./tools/psalm" copy="true"/>
21-
<phar name="composer-unused" version="^0.7.1" installed="0.7.12" location="./tools/composer-unused" copy="true"/>
22-
<phar name="composer-require-checker" version="^4.0" installed="4.0.0" location="./tools/composer-require-checker" copy="true"/>
23-
<phar name="infection" version="^0.26" installed="0.26.4" location="./tools/infection" copy="true"/>
19+
<phar name="phpunit" version="^9.0.1" installed="9.5.21" location="./tools/phpunit.phar" copy="true"/>
20+
<phar name="psalm" version="^4.0" installed="4.25.0" location="./tools/psalm" copy="true"/>
21+
<phar name="composer-unused" version="^0.8" installed="0.8.2" location="./tools/composer-unused" copy="true"/>
22+
<phar name="composer-require-checker" version="^4.0" installed="4.1.0" location="./tools/composer-require-checker" copy="true"/>
23+
<phar name="infection" version="^0.26" installed="0.26.13" location="./tools/infection" copy="true"/>
2424
</phive>

psalm.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
<psalm
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
totallyTyped="true"
2221
xmlns="https://getpsalm.org/schema/config"
2322
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
2423
cacheDirectory=".cache/psalm"
@@ -29,9 +28,4 @@
2928
<directory name="vendor"/>
3029
</ignoreFiles>
3130
</projectFiles>
32-
33-
<issueHandlers>
34-
<MissingConstructor errorLevel="suppress"/>
35-
<PropertyNotSetInConstructor errorLevel="suppress"/>
36-
</issueHandlers>
3731
</psalm>

tools/composer-require-checker

979 Bytes
Binary file not shown.

tools/composer-unused

-1.3 MB
Binary file not shown.

tools/infection

-4.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)