|
1 | 1 | { |
2 | | - "name": "creativecommons/creativecommons-base", |
3 | | - "description": "The Creative Commons base theme", |
4 | | - "type": "wordpress-theme", |
5 | | - "license": "GPL-2.0-or-later", |
6 | 2 | "authors": [ |
7 | 3 | { |
8 | | - "name": "Hugo Solar", |
9 | | - "email": "hugo@creativecommons.org" |
| 4 | + "email": "hugo@creativecommons.org", |
| 5 | + "name": "Hugo Solar" |
10 | 6 | } |
11 | 7 | ], |
| 8 | + "description": "The Creative Commons base theme", |
| 9 | + "extra": { |
| 10 | + "installer-paths": { |
| 11 | + "../../mu-plugins/{$name}": [ |
| 12 | + "type:wordpress-muplugin" |
| 13 | + ] |
| 14 | + } |
| 15 | + }, |
| 16 | + "license": "GPL-2.0-or-later", |
| 17 | + "name": "creativecommons/creativecommons-base", |
12 | 18 | "repositories": [ |
13 | 19 | { |
| 20 | + "no-api": true, |
14 | 21 | "type": "vcs", |
15 | | - "url": "https://github.com/creativecommons/queulat", |
16 | | - "no-api": true |
| 22 | + "url": "https://github.com/creativecommons/queulat" |
17 | 23 | }, |
18 | 24 | { |
19 | 25 | "type": "composer", |
|
22 | 28 | ], |
23 | 29 | "require": { |
24 | 30 | "composer/installers": "~1.0", |
25 | | - "felipelavinz/queulat": "2019.4.2", |
26 | | - "jakub-onderka/php-parallel-lint": "^1.0" |
| 31 | + "felipelavinz/queulat": "2019.4.2" |
27 | 32 | }, |
28 | | - "extra": { |
29 | | - "installer-paths": { |
30 | | - "../../mu-plugins/{$name}": [ |
31 | | - "type:wordpress-muplugin" |
32 | | - ] |
33 | | - } |
| 33 | + "require-dev": { |
| 34 | + "php-parallel-lint/php-parallel-lint": "^1.1", |
| 35 | + "phpcompatibility/php-compatibility": "^9.1", |
| 36 | + "squizlabs/php_codesniffer": "3.*", |
| 37 | + "wp-coding-standards/wpcs": "^2.0", |
| 38 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1" |
34 | 39 | }, |
35 | 40 | "scripts": { |
36 | 41 | "compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache", |
37 | 42 | "fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor", |
38 | 43 | "lint": "parallel-lint . --blame --exclude vendor", |
39 | 44 | "sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php" |
40 | 45 | }, |
41 | | - "require-dev": { |
42 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", |
43 | | - "phpcompatibility/php-compatibility": "^9.1", |
44 | | - "squizlabs/php_codesniffer": "3.*", |
45 | | - "wp-coding-standards/wpcs": "^2.0", |
46 | | - "php-parallel-lint/php-parallel-lint": "^1.1" |
47 | | - } |
| 46 | + "type": "wordpress-theme" |
48 | 47 | } |
0 commit comments