Skip to content

Commit 9cef9a3

Browse files
author
Brylie Christopher Oxley
committed
Restore minimal composer package config
1 parent dc99923 commit 9cef9a3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
"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"
21+
}
22+
}

0 commit comments

Comments
 (0)