Skip to content

Commit 719113b

Browse files
Merge pull request #5 from codenamephp/main
Release
2 parents e78af77 + fcacd97 commit 719113b

14 files changed

Lines changed: 76753 additions & 74015 deletions

.idea/deployer.command.iml

Lines changed: 4 additions & 0 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.

.idea/runConfigurations/Run.xml

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/codenamephp/deployer.command/tree/1.0.0) (2022-02-05)
4+
5+
[Full Changelog](https://github.com/codenamephp/deployer.command/compare/84d18737da9ccff8afe1dbe387afb9ae2aa9fa6c...1.0.0)
6+
37

48

59
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"deployer/deployer": "7.0.0-rc.4",
15-
"codenamephp/deployer.base": "^1.0"
14+
"deployer/deployer": "^7.0",
15+
"codenamephp/deployer.base": "^2.0"
1616
},
1717
"require-dev": {
1818
"roave/security-advisories": "dev-latest"
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
3939
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
40-
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction --profile",
40+
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
4141
"composer-require-checker": "XDEBUG_MODE=off tools/composer-require-checker --no-interaction",
4242
"infection": "XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations",
4343
"ci-all": [

deployer.phar

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/deployer/deployer/dep

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ services:
2323
- docker/application/environment.yml
2424
environment:
2525
- SSH_AUTH_SOCK=/ssh-agent
26+

phive.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717
<phive xmlns="https://phar.io/phive">
18-
<phar name="phpunit" version="^9.0.1" installed="9.5.11" location="./tools/phpunit.phar" copy="true"/>
19-
<phar name="psalm" version="^4.0" installed="4.18.1" location="./tools/psalm" copy="true"/>
20-
<phar name="composer-unused" version="^0.7.1" installed="0.7.12" location="./tools/composer-unused" copy="true"/>
21-
<phar name="composer-require-checker" version="^4.0" installed="4.0.0" location="./tools/composer-require-checker" copy="true"/>
22-
<phar name="infection" version="^0.26" installed="0.26.1" location="./tools/infection" copy="true"/>
18+
<phar name="phpunit" version="^9.0.1" installed="9.5.21" location="./tools/phpunit.phar" copy="true"/>
19+
<phar name="psalm" version="^4.0" installed="4.25.0" location="./tools/psalm" copy="true"/>
20+
<phar name="composer-unused" version="^0.8" installed="0.8.2" location="./tools/composer-unused" copy="true"/>
21+
<phar name="composer-require-checker" version="^4.0" installed="4.1.0" location="./tools/composer-require-checker" copy="true"/>
22+
<phar name="infection" version="^0.26" installed="0.26.13" location="./tools/infection" copy="true"/>
2323
</phive>

psalm.xml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,23 @@
1717

1818
<psalm
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
totallyTyped="true"
2120
xmlns="https://getpsalm.org/schema/config"
2221
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
2322
cacheDirectory=".cache/psalm"
2423
>
25-
<projectFiles>
26-
<directory name="src"/>
27-
<ignoreFiles>
28-
<directory name="vendor"/>
29-
</ignoreFiles>
30-
</projectFiles>
24+
<projectFiles>
25+
<directory name="src"/>
26+
<ignoreFiles>
27+
<directory name="vendor"/>
28+
</ignoreFiles>
29+
</projectFiles>
3130

32-
<issueHandlers>
33-
<MissingConstructor errorLevel="suppress"/>
34-
<PropertyNotSetInConstructor errorLevel="suppress"/>
35-
</issueHandlers>
31+
<extraFiles>
32+
<directory name="vendor/deployer/deployer/src/"/>
33+
</extraFiles>
34+
35+
<issueHandlers>
36+
<MissingConstructor errorLevel="suppress"/>
37+
<PropertyNotSetInConstructor errorLevel="suppress"/>
38+
</issueHandlers>
3639
</psalm>

tools/composer-require-checker

979 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)