Skip to content

Commit

Permalink
Merge pull request #98 from edmondscommerce/PhpStanAutoLoadExtension
Browse files Browse the repository at this point in the history
Php stan auto load extension
  • Loading branch information
Edmonds Commerce committed Jul 11, 2019
2 parents fdcaa19 + 2721ed1 commit 894b062
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 244 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,19 @@
"phpunit/php-invoker": "^2.0",
"maglnet/composer-require-checker": "^2.0",
"ext-json": "*",
"phpunit/php-timer": "^2.0"
"phpunit/php-timer": "^2.0",
"phpstan/extension-installer": "^1.0"
},
"require-dev": {
"phpstan/phpstan-phpunit": "^0.11"
},
"suggest": {
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests",
"phpstan/phpstan-mockery": "Prevents Mockery from failing on Stan",
"phpstan/phpstan-doctrine": "Adds checks for Doctrine",
"phpstan/phpstan-deprecation-rules": "Checks for deprecated functions and methods",
"phpstan/phpstan-symfony": "Symfony specific checks",
"nunomaduro/larastan": "Laravel specific checks (PHPStan Wrapper)"
},
"bin": [
"bin/qa",
Expand Down

0 comments on commit 894b062

Please sign in to comment.