Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed May 17, 2022
1 parent 431fa84 commit 5d6b4cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -28,12 +28,12 @@
"require-dev": {
"nette/bootstrap": "^3.0",
"nette/robot-loader": "^3.2",
"nette/tester": "^2.4.1",
"phpstan/phpstan": "^1.4.9",
"nette/tester": "^2.4.2",
"phpstan/phpstan": "^1.6.8",
"phpstan/phpstan-nette": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"squizlabs/php_codesniffer": "^3.6.2",
"slevomat/coding-standard": "^7.0.19"
"slevomat/coding-standard": "^7.2.0"
},
"autoload": {
"psr-0": {
Expand Down
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Expand Up @@ -45,11 +45,6 @@ parameters:
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/NonPresenterComponent.php

-
message: "#^Property KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\PrivateAutowiredPropertyPresenter\\:\\:\\$service is unused\\.$#"
count: 1
path: tests/KdybyTests/Autowired/PropertiesFixtures/PrivateAutowiredPropertyPresenter.php

-
message: "#^Property KdybyTests\\\\Autowired\\\\PropertiesFixtures\\\\WithMissingPropertyTypePresenter\\:\\:\\$service has no type specified\\.$#"
count: 1
Expand Down

0 comments on commit 5d6b4cc

Please sign in to comment.