Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 21, 2019
1 parent 6bbf87a commit 5230e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require-dev": {
"nikic/fast-route": "^1.0.0",
"phpstan/phpstan": "^0.11.13",
"phpstan/phpstan": "^0.11.15",
"phpstan/phpstan-phpunit": "^0.11.0",
"phpstan/phpstan-strict-rules": "^0.11.0",
"phpunit/phpunit": "^8.3.3",
"phpunit/phpunit": "^8.3.4",
"squizlabs/php_codesniffer": "^3.4.2",
"woohoolabs/coding-standard": "^1.0.0",
"woohoolabs/releaser": "^1.1.0",
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ parameters:
message: '#^Variable method call on mixed\.$#'
path: src/Middleware/DispatcherMiddleware.php
- '#^Dynamic call to static method PHPUnit\\Framework\\.*$#'
- '#^PHPDoc tag @var for property .* with type mixed is not subtype of native type.*$#'

includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Expand Down

0 comments on commit 5230e9c

Please sign in to comment.