summaryrefslogtreecommitdiffstats
path: root/vendor-bin/psalm
Commit message (Collapse)AuthorAgeFilesLines
* Fix psalm not runningCarl Schwan2022-01-272-139/+233
| | | | | | | | | | The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Scope composer tools with the bin pluginChristoph Wurst2021-08-192-0/+2063
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>