We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc99923 commit 9cef9a3Copy full SHA for 9cef9a3
composer.json
@@ -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