Skip to content

Commit

Permalink
Add a missing PHPStan dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Dec 4, 2020
1 parent 3feda71 commit 288bc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -152,7 +152,8 @@
"psr/event-dispatcher": "^1.0",
"slam/phpstan-extensions": "^5.0",
"symfony/browser-kit": "4.4.*",
"symfony/phpunit-bridge": "4.4.*"
"symfony/phpunit-bridge": "4.4.*",
"thecodingmachine/phpstan-strict-rules": "^0.12"
},
"extra": {
"contao-manager-plugin": {
Expand Down
1 change: 1 addition & 0 deletions monorepo.yml
Expand Up @@ -12,6 +12,7 @@ composer:
contao/monorepo-tools: dev-master
contao/phpstan: ^0.12
slam/phpstan-extensions: ^5.0
thecodingmachine/phpstan-strict-rules: ^0.12

repositories:
core-bundle:
Expand Down

0 comments on commit 288bc91

Please sign in to comment.