|
2 | 2 | "name": "os2web/os2web_datalookup",
|
3 | 3 | "description": "Provides integration with Danish data lookup services such as Service platformen or Datafordeler.",
|
4 | 4 | "license": "EUPL-1.2",
|
| 5 | + "type": "drupal-module", |
5 | 6 | "require": {
|
| 7 | + "ext-soap": "*", |
6 | 8 | "os2web/os2web_key": "^1.0"
|
7 | 9 | },
|
| 10 | + "require-dev": { |
| 11 | + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
| 12 | + "drupal/coder": "^8.3", |
| 13 | + "ergebnis/composer-normalize": "^2.45", |
| 14 | + "os2web/os2web_audit": "^0.1", |
| 15 | + "phpunit/phpunit": "^9.5" |
| 16 | + }, |
8 | 17 | "repositories": {
|
9 | 18 | "drupal": {
|
10 | 19 | "type": "composer",
|
|
15 | 24 | "url": "https://asset-packagist.org"
|
16 | 25 | }
|
17 | 26 | },
|
18 |
| - "require-dev": { |
19 |
| - "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
20 |
| - "drupal/coder": "^8.3", |
21 |
| - "phpunit/phpunit": "^9.5", |
22 |
| - "os2web/os2web_audit": "^0.1" |
| 27 | + "minimum-stability": "dev", |
| 28 | + "prefer-stable": true, |
| 29 | + "config": { |
| 30 | + "allow-plugins": { |
| 31 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 32 | + "ergebnis/composer-normalize": true |
| 33 | + }, |
| 34 | + "sort-packages": true |
23 | 35 | },
|
24 | 36 | "scripts": {
|
25 |
| - "coding-standards-check/phpcs": [ |
26 |
| - "phpcs --standard=phpcs.xml.dist" |
27 |
| - ], |
28 |
| - "coding-standards-check": [ |
29 |
| - "@coding-standards-check/phpcs" |
| 37 | + "coding-standards-apply": [ |
| 38 | + "@coding-standards-apply/phpcs" |
30 | 39 | ],
|
31 | 40 | "coding-standards-apply/phpcs": [
|
32 | 41 | "phpcbf --standard=phpcs.xml.dist"
|
33 | 42 | ],
|
34 |
| - "coding-standards-apply": [ |
35 |
| - "@coding-standards-apply/phpcs" |
| 43 | + "coding-standards-check": [ |
| 44 | + "@coding-standards-check/phpcs" |
| 45 | + ], |
| 46 | + "coding-standards-check/phpcs": [ |
| 47 | + "phpcs --standard=phpcs.xml.dist" |
36 | 48 | ]
|
37 |
| - }, |
38 |
| - "config": { |
39 |
| - "allow-plugins": { |
40 |
| - "dealerdirect/phpcodesniffer-composer-installer": true |
41 |
| - } |
42 | 49 | }
|
43 | 50 | }
|
0 commit comments