We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f653590 commit bc6d735Copy full SHA for bc6d735
composer.json
@@ -13,6 +13,8 @@
13
"source": "https://github.com/axleus/laminas-db-mysql",
14
"forum": "https://github.com/axleus/laminas-db-mysql/discussions"
15
},
16
+ "minimum-stability": "dev",
17
+ "prefer-stable": true,
18
"config": {
19
"sort-packages": true,
20
"platform": {
@@ -65,6 +67,7 @@
65
67
"test": "phpunit --colors=always --testsuite \"unit test\"",
66
68
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
69
"test-integration": "phpunit --colors=always --testsuite \"integration test\"",
70
+ "static-analysis": "psalm --shepherd --stats",
71
"upload-coverage": "coveralls -v"
72
73
"conflict": {
0 commit comments