Skip to content

Commit 9cbaf13

Browse files
committed
update stan
1 parent bcb9e9e commit 9cbaf13

File tree

4 files changed

+2
-41
lines changed

4 files changed

+2
-41
lines changed

.phive/phars.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpstan" version="2.1.0" installed="2.1.0" location="./tools/phpstan" copy="false"/>
4-
<phar name="psalm" version="5.26.1" installed="5.26.1" location="./tools/psalm" copy="false"/>
3+
<phar name="phpstan" version="2.1.33" installed="2.1.33" location="./tools/phpstan" copy="false"/>
54
</phive>

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,9 @@
4646
"cs-check": "phpcs --colors --parallel=16 -p src/ tests/",
4747
"cs-fix": "phpcbf --colors --parallel=16 -p src/ tests/",
4848
"phpstan": "tools/phpstan analyse",
49-
"psalm": "tools/psalm --show-info=false",
50-
"stan": [
51-
"@phpstan",
52-
"@psalm"
53-
],
49+
"stan": "@phpstan",
5450
"stan-tests": "phpstan.phar analyze -c tests/phpstan.neon",
5551
"stan-baseline": "phpstan.phar --generate-baseline",
56-
"psalm-baseline": "tools/psalm --set-baseline=psalm-baseline.xml",
5752
"stan-setup": "phive install",
5853
"test": "phpunit"
5954
}

psalm-baseline.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

psalm.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)