Skip to content

Commit

Permalink
[TASK] Move Psalm to Phive (#907)
Browse files Browse the repository at this point in the history
Part of #822.
  • Loading branch information
oliverklee authored Jun 20, 2020
1 parent 19a8f0b commit 8d598ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added
- Move more development tools to Phive
([#894](https://github.com/MyIntervals/emogrifier/pull/894))
([#894](https://github.com/MyIntervals/emogrifier/pull/894),
[#907](https://github.com/MyIntervals/emogrifier/pull/907))

### Changed
- Update the development tools
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"slevomat/coding-standard": "^4.0.0",
"squizlabs/php_codesniffer": "^3.5.1",
"vimeo/psalm": "^3.11.5"
"squizlabs/php_codesniffer": "^3.5.1"
},
"autoload": {
"psr-4": {
Expand All @@ -72,7 +71,7 @@
"ci:php:sniff": "\"vendor/bin/phpcs\" config src tests",
"ci:php:fixer": "\"./tools/php-cs-fixer.phar\" --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff-format=udiff config/ src/ tests/",
"ci:php:md": "\"./tools/phpmd.phar\" src text config/phpmd.xml",
"ci:php:psalm": "\"vendor/bin/psalm\" --show-info=false",
"ci:php:psalm": "\"./tools/psalm.phar\" --show-info=false",
"ci:tests:unit": "\"./tools/phpunit.phar\"",
"ci:tests:sof": "\"./tools/phpunit.phar\" --stop-on-failure",
"ci:tests": [
Expand Down
1 change: 1 addition & 0 deletions phive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<phar name="php-cs-fixer" version="^2.16" installed="2.16.3" location="./tools/php-cs-fixer.phar" copy="true"/>
<phar name="phpmd" version="^2.8" installed="2.8.2" location="./tools/phpmd.phar" copy="true"/>
<phar name="phpunit" version="^7.5" installed="7.5.20" location="./tools/phpunit.phar" copy="true"/>
<phar name="psalm" version="^3.11.5" installed="3.11.5" location="./tools/psalm.phar" copy="true"/>
</phive>
Binary file added tools/psalm.phar
Binary file not shown.

0 comments on commit 8d598ba

Please sign in to comment.