Skip to content

Commit

Permalink
Merge pull request #250 from mglaman/phpstan1.0
Browse files Browse the repository at this point in the history
PHPStan 1.0
  • Loading branch information
mglaman authored Nov 1, 2021
2 parents 44b0573 + e1f1e08 commit d2e57a7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"php": "^7.2.5|^8.0",
"composer/xdebug-handler": "^1.1 | ^2.0.1",
"jean85/pretty-package-versions": "^1.5.0 || ^2.0.1",
"mglaman/phpstan-drupal": "^0.12.15",
"mglaman/phpstan-drupal": "^1.0.0",
"nette/neon": "^3.1",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"symfony/console": "~3.2 || ~4.0",
"symfony/process": "~3.2 || ~4.0",
"webflo/drupal-finder": "^1.1"
},
"require-dev": {
"phpstan/phpstan": "^0.12.81",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"squizlabs/php_codesniffer": "^3.4"
},
"config": {
Expand Down
78 changes: 39 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2e57a7

Please sign in to comment.