Skip to content

Commit

Permalink
remove phpstan phpunit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Nov 6, 2018
1 parent 643dfd6 commit 62c350b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prefer-stable": true,
"require": {
"php": "^7.1",
"phpgears/dto": "^0.2"
"phpgears/dto": "~0.2"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.1",
Expand All @@ -34,12 +34,11 @@
"phpmd/phpmd": "^2.0",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^6.0|^7.0",
"povils/phpmnd": "^2.0",
"roave/security-advisories": "dev-master",
"sebastian/phpcpd": "^4.0",
"sebastian/phpcpd": "^3.0|^4.0",
"squizlabs/php_codesniffer": "^2.0",
"thecodingmachine/phpstan-strict-rules": "^0.10.1"
},
Expand Down
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon

Expand Down

0 comments on commit 62c350b

Please sign in to comment.