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