Skip to content

Commit 91b4c4b

Browse files
Merge pull request #9 from codenamephp/update/baseV3
deployer.base V3
2 parents 45f9534 + 6ab4514 commit 91b4c4b

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prefer-stable": true,
1313
"require": {
1414
"php": "^8.1",
15-
"codenamephp/deployer.base": "^1.0 || ^2.0",
15+
"codenamephp/deployer.base": "1 - 3",
1616
"codenamephp/deployer.command": "^1.0"
1717
},
1818
"autoload": {

phive.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
-->
1818
<phive xmlns="https://phar.io/phive">
1919
<phar name="phpunit" version="^9.0.1" installed="9.6.5" location="./tools/phpunit.phar" copy="true"/>
20-
<phar name="psalm" version="^5.0" installed="5.7.7" location="./tools/psalm" copy="true"/>
21-
<phar name="composer-unused" version="^0.8" installed="0.8.5" location="./tools/composer-unused" copy="true"/>
20+
<phar name="psalm" version="^5.0" installed="5.8.0" location="./tools/psalm" copy="true"/>
21+
<phar name="composer-unused" version="^0.8" installed="0.8.6" location="./tools/composer-unused" copy="true"/>
2222
<phar name="composer-require-checker" version="^4.0" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
2323
<phar name="infection" version="^0.26" installed="0.26.19" location="./tools/infection" copy="true"/>
2424
</phive>

tools/composer-unused

26.9 MB
Binary file not shown.

tools/psalm

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)