Skip to content

Commit bc6d735

Browse files
committed
For early development allow a minimum-stability
Add script shortcut for psalm Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent f653590 commit bc6d735

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"source": "https://github.com/axleus/laminas-db-mysql",
1414
"forum": "https://github.com/axleus/laminas-db-mysql/discussions"
1515
},
16+
"minimum-stability": "dev",
17+
"prefer-stable": true,
1618
"config": {
1719
"sort-packages": true,
1820
"platform": {
@@ -65,6 +67,7 @@
6567
"test": "phpunit --colors=always --testsuite \"unit test\"",
6668
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
6769
"test-integration": "phpunit --colors=always --testsuite \"integration test\"",
70+
"static-analysis": "psalm --shepherd --stats",
6871
"upload-coverage": "coveralls -v"
6972
},
7073
"conflict": {

0 commit comments

Comments
 (0)