aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-01-17 14:28:05 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-01-18 15:25:50 +0100
commit1e0d8ad7b728f6fb2cd886526b0fb84ef803e84f (patch)
treeb4f38bf4a01580f5f7218440e7054688d7178e53 /composer.json
parent8445ad4790ff4f3f9759f9bfa0d503ad5654e30e (diff)
downloadwallabag-1e0d8ad7b728f6fb2cd886526b0fb84ef803e84f.tar.gz
wallabag-1e0d8ad7b728f6fb2cd886526b0fb84ef803e84f.tar.zst
wallabag-1e0d8ad7b728f6fb2cd886526b0fb84ef803e84f.zip
Enable PHPStan
- Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 8b28f065..89286c7f 100644
--- a/composer.json
+++ b/composer.json
@@ -92,7 +92,11 @@
92 "symfony/phpunit-bridge": "^4.2", 92 "symfony/phpunit-bridge": "^4.2",
93 "friendsofphp/php-cs-fixer": "~2.13", 93 "friendsofphp/php-cs-fixer": "~2.13",
94 "m6web/redis-mock": "^4.1", 94 "m6web/redis-mock": "^4.1",
95 "dama/doctrine-test-bundle": "^5.0" 95 "dama/doctrine-test-bundle": "^5.0",
96 "phpstan/phpstan": "^0.11.0",
97 "phpstan/phpstan-phpunit": "^0.11.0",
98 "phpstan/phpstan-symfony": "^0.11.0",
99 "phpstan/phpstan-doctrine": "^0.11.0"
96 }, 100 },
97 "scripts": { 101 "scripts": {
98 "post-cmd": [ 102 "post-cmd": [