Skip to content

Commit 88ade68

Browse files
committed
Final key reordering in composer.json
1 parent 6347526 commit 88ade68

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
{
22
"name": "creativecommons/creativecommons-base",
33
"description": "The Creative Commons base theme",
4+
"type": "wordpress-theme",
45
"license": "GPL-2.0-or-later",
56
"authors": [
67
{
78
"email": "hugo@creativecommons.org",
89
"name": "Hugo Solar"
910
}
1011
],
11-
"type": "wordpress-theme",
12+
"repositories": [
13+
{
14+
"no-api": true,
15+
"type": "vcs",
16+
"url": "https://github.com/creativecommons/queulat"
17+
},
18+
{
19+
"type": "composer",
20+
"url": "https://wpackagist.org"
21+
}
22+
],
1223
"require": {
1324
"composer/installers": "~1.0",
1425
"felipelavinz/queulat": "2019.4.2"
@@ -20,17 +31,6 @@
2031
"wp-coding-standards/wpcs": "^2.0",
2132
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
2233
},
23-
"repositories": [
24-
{
25-
"no-api": true,
26-
"type": "vcs",
27-
"url": "https://github.com/creativecommons/queulat"
28-
},
29-
{
30-
"type": "composer",
31-
"url": "https://wpackagist.org"
32-
}
33-
],
3434
"scripts": {
3535
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
3636
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",

0 commit comments

Comments
 (0)