Skip to content

Commit f74c7b5

Browse files
Merge pull request #14 from cleverage/phpstan-doctrine
composer require phpstan/phpstan-doctrine
2 parents 4d1a331 + efb2e95 commit f74c7b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"doctrine/dbal": "^2.9 || ^3.0",
5656
"doctrine/doctrine-bundle": "^2.5",
5757
"doctrine/doctrine-migrations-bundle": "^3.2",
58-
"doctrine/orm": "^2.9 || ^3.0"
58+
"doctrine/orm": "^2.9 || ^3.0",
59+
"phpstan/phpstan-doctrine": "^2.0"
5960
},
6061
"require-dev": {
6162
"friendsofphp/php-cs-fixer": "*",

0 commit comments

Comments
 (0)