Skip to content

Commit 55d667d

Browse files
committed
Fixing Psalm link installation instead of
copy.
1 parent ee0505e commit 55d667d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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="phpunit" version="^12.0.2" installed="12.0.10" location="./tools/phpunit" copy="true"/>
4-
<phar name="psalm" version="^6.5.0" installed="6.9.6" location="./tools/psalm" copy="false"/>
4+
<phar name="psalm" version="^6.5.0" installed="6.9.6" location="./tools/psalm" copy="true"/>
55
<phar name="phpcs" version="^3.9.0" installed="3.12.0" location="./tools/phpcs" copy="true"/>
66
<phar name="phpcbf" version="^3.9.0" installed="3.12.0" location="./tools/phpcbf" copy="true"/>
77
<phar name="infection" version="^0.29.13" installed="0.29.14" location="./tools/infection" copy="true"/>

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Fixed
1212
- code and test files generation when the configuration has no PHP code.
13+
- copy Psalm on installation instead of linking.
1314

1415
## [6.4.1] - 2025-03-31
1516
### Changed

0 commit comments

Comments
 (0)