Skip to content

Commit d19cb6c

Browse files
authored
Add a missing PHPStan dependency (see contao#2543)
Description ----------- - Commits ------- 288bc91 Add a missing PHPStan dependency
1 parent 3feda71 commit d19cb6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@
152152
"psr/event-dispatcher": "^1.0",
153153
"slam/phpstan-extensions": "^5.0",
154154
"symfony/browser-kit": "4.4.*",
155-
"symfony/phpunit-bridge": "4.4.*"
155+
"symfony/phpunit-bridge": "4.4.*",
156+
"thecodingmachine/phpstan-strict-rules": "^0.12"
156157
},
157158
"extra": {
158159
"contao-manager-plugin": {

monorepo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ composer:
1212
contao/monorepo-tools: dev-master
1313
contao/phpstan: ^0.12
1414
slam/phpstan-extensions: ^5.0
15+
thecodingmachine/phpstan-strict-rules: ^0.12
1516

1617
repositories:
1718
core-bundle:

0 commit comments

Comments
 (0)