Skip to content

Commit 2a818e9

Browse files
committed
🥳 PHPStan 1.0
1 parent 1d65da8 commit 2a818e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"require": {
1313
"php": "^7.1 || ^8.0",
1414
"nette/finder": "^2.5",
15-
"phpstan/phpstan": "^0.12.65",
15+
"phpstan/phpstan": "^1.0",
1616
"symfony/yaml": "~3.4.5|^4.2",
1717
"webflo/drupal-finder": "^1.2"
1818
},
1919
"require-dev": {
20-
"phpstan/phpstan-strict-rules": "^0.12.0",
20+
"phpstan/phpstan-strict-rules": "^1.0",
2121
"squizlabs/php_codesniffer": "^3.3",
2222
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9",
23-
"phpstan/phpstan-deprecation-rules": "~0.12.0",
23+
"phpstan/phpstan-deprecation-rules": "^1.0",
2424
"composer/installers": "^1.9",
2525
"drupal/core-recommended": "^8.8@alpha || ^9.0",
2626
"drupal/core-dev": "^8.8@alpha || ^9.0",

0 commit comments

Comments
 (0)