Skip to content

Commit 894b062

Browse files
Merge pull request #98 from edmondscommerce/PhpStanAutoLoadExtension
Php stan auto load extension
2 parents fdcaa19 + 2721ed1 commit 894b062

File tree

5 files changed

+389
-244
lines changed

5 files changed

+389
-244
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,19 @@
3333
"phpunit/php-invoker": "^2.0",
3434
"maglnet/composer-require-checker": "^2.0",
3535
"ext-json": "*",
36-
"phpunit/php-timer": "^2.0"
36+
"phpunit/php-timer": "^2.0",
37+
"phpstan/extension-installer": "^1.0"
3738
},
3839
"require-dev": {
3940
"phpstan/phpstan-phpunit": "^0.11"
4041
},
4142
"suggest": {
42-
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"
43+
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests",
44+
"phpstan/phpstan-mockery": "Prevents Mockery from failing on Stan",
45+
"phpstan/phpstan-doctrine": "Adds checks for Doctrine",
46+
"phpstan/phpstan-deprecation-rules": "Checks for deprecated functions and methods",
47+
"phpstan/phpstan-symfony": "Symfony specific checks",
48+
"nunomaduro/larastan": "Laravel specific checks (PHPStan Wrapper)"
4349
},
4450
"bin": [
4551
"bin/qa",

0 commit comments

Comments
 (0)