|
0
|
1 |
{ |
|
15
|
2 |
"name": "iri-research/recherchecontributive.org", |
|
0
|
3 |
"type": "project", |
|
|
4 |
"license": "MIT", |
|
15
|
5 |
"description": "recherchecontributive.org wordpress project based od root/bedrock", |
|
|
6 |
"homepage": "https://recherchecontributive.org", |
|
0
|
7 |
"authors": [ |
|
|
8 |
{ |
|
15
|
9 |
"name": "Yves-Marie Haussonne", |
|
|
10 |
"email": "1218002+ymph@users.noreply.github.com", |
|
|
11 |
"homepage": "https://github.com/ymh" |
|
0
|
12 |
} |
|
|
13 |
], |
|
|
14 |
"keywords": [ |
|
15
|
15 |
"recherchecontributive", "recherche", "contributive", "IRI", "bedrock" |
|
0
|
16 |
], |
|
|
17 |
"support": { |
|
15
|
18 |
"issues": "https://www.iri.centrepompidou.fr/dev/hg/recherchecontributive.org" |
|
0
|
19 |
}, |
|
|
20 |
"config": { |
|
|
21 |
"preferred-install": "dist" |
|
|
22 |
}, |
|
|
23 |
"repositories": [ |
|
|
24 |
{ |
|
|
25 |
"type": "composer", |
|
|
26 |
"url": "https://wpackagist.org" |
|
16
|
27 |
}, |
|
|
28 |
{ |
|
|
29 |
"type": "composer", |
|
|
30 |
"url": "https://wp-languages.github.io" |
|
0
|
31 |
} |
|
|
32 |
], |
|
|
33 |
"require": { |
|
|
34 |
"php": ">=7.1", |
|
|
35 |
"composer/installers": "^1.4", |
|
|
36 |
"vlucas/phpdotenv": "^3.0.0", |
|
|
37 |
"oscarotero/env": "^1.1.0", |
|
15
|
38 |
"roots/wordpress": "5.2.1", |
|
0
|
39 |
"roots/wp-config": "1.0.0", |
|
|
40 |
"roots/wp-password-bcrypt": "1.0.0", |
|
16
|
41 |
"wp-cli/wp-cli-bundle": "*", |
|
|
42 |
"koodimonni-language/core-fr_fr": "*" |
|
0
|
43 |
}, |
|
|
44 |
"require-dev": { |
|
|
45 |
"squizlabs/php_codesniffer": "^3.0.2", |
|
|
46 |
"roave/security-advisories": "dev-master" |
|
|
47 |
}, |
|
|
48 |
"extra": { |
|
|
49 |
"installer-paths": { |
|
|
50 |
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"], |
|
|
51 |
"web/app/plugins/{$name}/": ["type:wordpress-plugin"], |
|
|
52 |
"web/app/themes/{$name}/": ["type:wordpress-theme"] |
|
|
53 |
}, |
|
16
|
54 |
"dropin-paths": { |
|
|
55 |
"web/app/languages/": ["vendor:koodimonni-language"] |
|
|
56 |
}, |
|
0
|
57 |
"wordpress-install-dir": "web/wp" |
|
|
58 |
}, |
|
|
59 |
"scripts": { |
|
|
60 |
"post-root-package-install": [ |
|
|
61 |
"php -r \"copy('.env.example', '.env');\"" |
|
|
62 |
], |
|
|
63 |
"test": [ |
|
|
64 |
"phpcs" |
|
|
65 |
] |
|
|
66 |
} |
|
|
67 |
} |