11{
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- "name" : " Brylie Christopher Oxley" ,
13- "email" : " brylie@creativecommons.org"
14- }
15- ],
16- "scripts" : {
17- "compat" : " phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache" ,
18- "fix" : " phpcbf --standard=WordPress . --extensions=php --ignore=vendor" ,
19- "lint" : " parallel-lint . --blame --exclude vendor" ,
20- "sniff" : " phpcs --standard=WordPress . --ignore=vendor --extensions=php"
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+ "name" : " Brylie Christopher Oxley" ,
13+ "email" : " brylie@creativecommons.org"
2114 }
22- }
15+ ],
16+ "scripts" : {
17+ "compat" : " phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache" ,
18+ "fix" : " phpcbf --standard=WordPress . --extensions=php --ignore=vendor" ,
19+ "lint" : " parallel-lint . --blame --exclude vendor" ,
20+ "sniff" : " phpcs --standard=WordPress . --ignore=vendor --extensions=php"
21+ }
22+ }
0 commit comments