Skip to content

Commit d2e57a7

Browse files
authored
Merge pull request #250 from mglaman/phpstan1.0
PHPStan 1.0
2 parents 44b0573 + e1f1e08 commit d2e57a7

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"php": "^7.2.5|^8.0",
1414
"composer/xdebug-handler": "^1.1 | ^2.0.1",
1515
"jean85/pretty-package-versions": "^1.5.0 || ^2.0.1",
16-
"mglaman/phpstan-drupal": "^0.12.15",
16+
"mglaman/phpstan-drupal": "^1.0.0",
1717
"nette/neon": "^3.1",
18-
"phpstan/phpstan-deprecation-rules": "^0.12.6",
18+
"phpstan/phpstan-deprecation-rules": "^1.0.0",
1919
"symfony/console": "~3.2 || ~4.0",
2020
"symfony/process": "~3.2 || ~4.0",
2121
"webflo/drupal-finder": "^1.1"
2222
},
2323
"require-dev": {
24-
"phpstan/phpstan": "^0.12.81",
25-
"phpstan/phpstan-strict-rules": "^0.12.9",
24+
"phpstan/phpstan": "^1.0.0",
25+
"phpstan/phpstan-strict-rules": "^1.0.0",
2626
"squizlabs/php_codesniffer": "^3.4"
2727
},
2828
"config": {

Diff for: composer.lock

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)