We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcba7f0 commit 59731b2Copy full SHA for 59731b2
3 files changed
composer.json
@@ -38,9 +38,13 @@
38
"ext-pdo": "*"
39
},
40
"require-dev": {
41
- "phpunit/phpunit": "^6.0",
+ "phpunit/phpunit": "^7.0",
42
"mockery/mockery": "^1",
43
- "ext-pdo_sqlite": "*"
+ "ext-pdo_sqlite": "*",
44
+ "phpstan/phpstan": "^0",
45
+ "phpstan/phpstan-phpunit": "^0",
46
+ "phpstan/phpstan-deprecation-rules": "^0",
47
+ "phpstan/phpstan-strict-rules": "^0"
48
49
"suggest": {
50
"ext-pdo_sqlite": "Add extension for SQLite support"
@@ -49,5 +53,11 @@
53
"psr-4": {
54
"Pecee\\Pixie\\": "src/Pecee/Pixie/"
51
55
}
56
+ },
57
+ "scripts": {
58
+ "test": [
59
+ "@phpstan"
60
+ ],
61
+ "phpstan": "phpstan analyse"
52
62
63
0 commit comments