Skip to content

Commit b3967d1

Browse files
Added phpunit and phpstan analyse operations to composer test.
1 parent cca9dab commit b3967d1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,12 @@
2424
"phpunit/phpunit": "^7.5 || ^8.4",
2525
"friendsofphp/php-cs-fixer": "^2.15",
2626
"phpstan/phpstan": "^0.12.83"
27+
},
28+
"scripts": {
29+
"test": [
30+
"Composer\\Config::disableProcessTimeout",
31+
"phpunit",
32+
"phpstan analyse"
33+
]
2734
}
2835
}

0 commit comments

Comments
 (0)