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