Skip to content

Commit 8a5fe87

Browse files
authored
Merge pull request #102 from creativecommons/switch-to-gutenberg
Switch to gutenberg and use theme customizer for settings
2 parents ea62359 + 2e42455 commit 8a5fe87

File tree

15 files changed

+252
-1030
lines changed

15 files changed

+252
-1030
lines changed

composer.json

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@
1313
"email": "brylie@creativecommons.org"
1414
}
1515
],
16-
"repositories": [
17-
{
18-
"no-api": true,
19-
"type": "vcs",
20-
"url": "https://github.com/creativecommons/queulat"
21-
},
22-
{
23-
"type": "composer",
24-
"url": "https://wpackagist.org"
25-
}
26-
],
27-
"require": {
28-
"composer/installers": "~1.0",
29-
"felipelavinz/queulat": "2019.4.2"
30-
},
3116
"require-dev": {
3217
"php-parallel-lint/php-parallel-lint": "^1.1",
3318
"phpcompatibility/php-compatibility": "^9.1",
@@ -37,15 +22,8 @@
3722
},
3823
"scripts": {
3924
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
40-
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
25+
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor,development",
4126
"lint": "parallel-lint . --blame --exclude vendor",
42-
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
43-
},
44-
"extra": {
45-
"installer-paths": {
46-
"../../mu-plugins/{$name}": [
47-
"type:wordpress-muplugin"
48-
]
49-
}
27+
"sniff": "phpcs --standard=WordPress . --ignore=vendor,development --extensions=php"
5028
}
5129
}

0 commit comments

Comments
 (0)