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