|
1 | 1 | {
|
2 | 2 | "name": "stuttter/wp-multi-network",
|
3 | 3 | "description": "Provides a Network Management Interface for global administrators in WordPress Multisite installations.",
|
4 |
| - "homepage": "https://wordpress.org/plugins/wp-multi-network/", |
5 |
| - "type": "wordpress-plugin", |
6 | 4 | "license": "GPL-2.0-or-later",
|
| 5 | + "type": "wordpress-plugin", |
7 | 6 | "authors": [
|
8 | 7 | {
|
9 | 8 | "name": "John James Jacoby",
|
10 | 9 |
|
11 | 10 | }
|
12 | 11 | ],
|
| 12 | + "homepage": "https://wordpress.org/plugins/wp-multi-network/", |
13 | 13 | "support": {
|
14 |
| - "source": "https://github.com/stuttter/wp-multi-network", |
15 | 14 | "issues": "https://github.com/stuttter/wp-multi-network/issues",
|
16 |
| - "forum": "https://github.com/stuttter/wp-multi-network/discussions" |
| 15 | + "forum": "https://github.com/stuttter/wp-multi-network/discussions", |
| 16 | + "source": "https://github.com/stuttter/wp-multi-network" |
17 | 17 | },
|
18 | 18 | "require": {
|
19 | 19 | "php": ">=5.2",
|
20 | 20 | "composer/installers": "^1.0 || ^2.0"
|
21 | 21 | },
|
22 | 22 | "require-dev": {
|
23 |
| - "phpunit/phpunit": "^9.6.0", |
24 |
| - "squizlabs/php_codesniffer": "^3.11.0", |
25 |
| - "wp-coding-standards/wpcs": "^3.1.0", |
26 | 23 | "phpcompatibility/phpcompatibility-wp": "^2.1.0",
|
27 |
| - "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0" |
| 24 | + "wp-coding-standards/wpcs": "^3.1.0", |
| 25 | + "yoast/wp-test-utils": "^1.2" |
28 | 26 | },
|
29 | 27 | "config": {
|
30 | 28 | "allow-plugins": {
|
31 | 29 | "composer/installers": true,
|
32 | 30 | "dealerdirect/phpcodesniffer-composer-installer": true
|
33 |
| - } |
| 31 | + }, |
| 32 | + "sort-packages": true |
34 | 33 | }
|
35 | 34 | }
|
0 commit comments