|
17 | 17 | "webflo/drupal-finder": "^1.2"
|
18 | 18 | },
|
19 | 19 | "require-dev": {
|
20 |
| - "phpstan/phpstan-strict-rules": "^1.0", |
21 |
| - "squizlabs/php_codesniffer": "^3.3", |
22 |
| - "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", |
23 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
24 | 20 | "composer/installers": "^1.9",
|
25 |
| - "drupal/core-recommended": "^8.8@alpha || ^9.0", |
26 | 21 | "drupal/core-dev": "^8.8@alpha || ^9.0",
|
27 |
| - "drush/drush": "^9.6 | ^10.0" |
| 22 | + "drupal/core-recommended": "^8.8@alpha || ^9.0", |
| 23 | + "drush/drush": "^9.6 | ^10.0", |
| 24 | + "phpstan/extension-installer": "^1.1", |
| 25 | + "phpstan/phpstan-deprecation-rules": "^1.0", |
| 26 | + "phpstan/phpstan-strict-rules": "^1.0", |
| 27 | + "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", |
| 28 | + "squizlabs/php_codesniffer": "^3.3" |
28 | 29 | },
|
29 | 30 | "minimum-stability": "dev",
|
30 | 31 | "prefer-stable": true,
|
|
65 | 66 | },
|
66 | 67 | "config": {
|
67 | 68 | "allow-plugins": {
|
68 |
| - "composer/installers": true |
| 69 | + "composer/installers": true, |
| 70 | + "phpstan/extension-installer": true |
69 | 71 | }
|
70 | 72 | }
|
71 | 73 | }
|
0 commit comments