Skip to content

Commit 3e0ea45

Browse files
authored
Merge pull request #417 from cakephp/5.x-update-stan
update stan
2 parents 3c62979 + 5e43cdd commit 3e0ea45

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ tags
44
composer.lock
55
vendor/
66
/.idea/
7+
/tools/

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpstan" version="2.0.3" installed="2.0.3" location="./tools/phpstan" copy="false"/>
3+
<phar name="phpstan" version="2.1.17" installed="2.1.17" location="./tools/phpstan" copy="false"/>
44
</phive>

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"cs-check": "phpcs --colors --parallel=16 -p -s CakePHP/",
4747
"cs-fix": "phpcbf --colors --parallel=16 -p CakePHP/",
4848
"stan": "tools/phpstan analyse",
49+
"stan-baseline": "tools/phpstan --generate-baseline",
50+
"stan-setup": "phive install",
4951
"docs": "php docs/generate.php",
5052
"explain": "phpcs -e --standard=CakePHP"
5153
}

0 commit comments

Comments
 (0)