|
1 | 1 | { |
2 | | - "name": "gent/qa", |
3 | | - "description": "Provide tools to assure quality.", |
4 | | - "keywords": ["gent", "qa"], |
5 | | - "homepage": "https://github.com/digipolisgent/php_package_qa-drupal", |
| 2 | + "name": "gent/qa-drupal", |
| 3 | + "description": "Quality Assurance tools and configuration for Drupal websites and extensions.", |
6 | 4 | "type": "library", |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Maarten Segers", |
11 | | - "email": "maarten.segers@digipolis.gent" |
| 5 | + "autoload": { |
| 6 | + "psr-4": { |
| 7 | + "Gent\\QA\\Drupal\\": "src/" |
12 | 8 | } |
13 | | - ], |
14 | | - "minimum-stability": "dev", |
15 | | - "prefer-stable": true, |
| 9 | + }, |
16 | 10 | "require": { |
17 | | - "digipolisgent/grumphp-drupal-check": "^0.2.1", |
18 | | - "phpro/grumphp": "^0.19", |
19 | | - "phpunit/phpunit": "^8", |
20 | | - "phpmd/phpmd": "^2.7", |
21 | | - "sebastian/phpcpd": "^4.1", |
22 | | - "sensiolabs/security-checker": "^6.0", |
23 | | - "squizlabs/php_codesniffer": "^3.5" |
| 11 | + "drupal/coder": "^8.3", |
| 12 | + "drupal/core": "^8.9", |
| 13 | + "drupal/drupal-extension": "^4.1", |
| 14 | + "ergebnis/composer-normalize": "^2.8", |
| 15 | + "mglaman/phpstan-drupal": "^0.12.5", |
| 16 | + "phpmd/phpmd": "^2.9", |
| 17 | + "phpro/grumphp": "^0.18.1", |
| 18 | + "phpspec/prophecy": "^1.10", |
| 19 | + "phpstan/phpstan-deprecation-rules": "^0.12.5", |
| 20 | + "phpunit/phpunit": "^7.5", |
| 21 | + "sebastian/phpcpd": "^4.0", |
| 22 | + "symfony/dotenv": "^3.4" |
24 | 23 | }, |
25 | | - "scripts": { |
26 | | - "grumphp": "vendor/bin/grumphp run --ansi", |
27 | | - "phpcs": "vendor/bin/phpcs", |
28 | | - "test": "vendor/bin/phpunit", |
29 | | - "coverage": "vendor/bin/phpunit --coverage-html ./build/coverage", |
30 | | - "phpstan": "vendor/bin/phpstan analyse --level=7 ./src", |
31 | | - "post-install-cmd": "vendor/bin/grumphp git:init" |
| 24 | + "minimum-stability": "dev", |
| 25 | + "prefer-stable": true, |
| 26 | + "config": { |
| 27 | + "sort-packages": true |
32 | 28 | } |
33 | 29 | } |
0 commit comments