Skip to content

Commit

Permalink
Merge pull request #14 from cleverage/phpstan-doctrine
Browse files Browse the repository at this point in the history
composer require phpstan/phpstan-doctrine
  • Loading branch information
njoubert-cleverage authored Dec 18, 2024
2 parents 4d1a331 + efb2e95 commit f74c7b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"doctrine/dbal": "^2.9 || ^3.0",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.9 || ^3.0"
"doctrine/orm": "^2.9 || ^3.0",
"phpstan/phpstan-doctrine": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
Expand Down

0 comments on commit f74c7b5

Please sign in to comment.