Skip to content

Commit 39e7252

Browse files
authored
Merge pull request #63 from creativecommons/resolve-composer-issues
2 parents 31c2a95 + 5154fce commit 39e7252

File tree

2 files changed

+174
-138
lines changed

2 files changed

+174
-138
lines changed

composer.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"repositories": [
1313
{
14+
"no-api": true,
1415
"type": "vcs",
15-
"url": "https://github.com/creativecommons/queulat",
16-
"no-api": true
16+
"url": "https://github.com/creativecommons/queulat"
1717
},
1818
{
1919
"type": "composer",
@@ -22,27 +22,26 @@
2222
],
2323
"require": {
2424
"composer/installers": "~1.0",
25-
"felipelavinz/queulat": "2019.4.2",
26-
"jakub-onderka/php-parallel-lint": "^1.0"
25+
"felipelavinz/queulat": "2019.4.2"
2726
},
28-
"extra": {
29-
"installer-paths": {
30-
"../../mu-plugins/{$name}": [
31-
"type:wordpress-muplugin"
32-
]
33-
}
27+
"require-dev": {
28+
"php-parallel-lint/php-parallel-lint": "^1.1",
29+
"phpcompatibility/php-compatibility": "^9.1",
30+
"squizlabs/php_codesniffer": "3.*",
31+
"wp-coding-standards/wpcs": "^2.0",
32+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
3433
},
3534
"scripts": {
3635
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
3736
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
3837
"lint": "parallel-lint . --blame --exclude vendor",
3938
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
4039
},
41-
"require-dev": {
42-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
43-
"phpcompatibility/php-compatibility": "^9.1",
44-
"squizlabs/php_codesniffer": "3.*",
45-
"wp-coding-standards/wpcs": "^2.0",
46-
"php-parallel-lint/php-parallel-lint": "^1.1"
40+
"extra": {
41+
"installer-paths": {
42+
"../../mu-plugins/{$name}": [
43+
"type:wordpress-muplugin"
44+
]
45+
}
4746
}
4847
}

0 commit comments

Comments
 (0)