| author | Riwad Salim |
| Thu, 20 Jun 2019 18:19:27 +0200 | |
| changeset 31 | e397b8c2f58e |
| parent 18 | 16772540de99 |
| child 39 | 5a716b5cfe09 |
| permissions | -rw-r--r-- |
| 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": "*", |
|
18
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
42 |
"koodimonni-language/core-fr_fr": "*", |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
43 |
"koodimonni-plugin-language/wordpress-importer-fr_fr": "*" |
| 0 | 44 |
}, |
45 |
"require-dev": { |
|
46 |
"squizlabs/php_codesniffer": "^3.0.2", |
|
47 |
"roave/security-advisories": "dev-master" |
|
48 |
}, |
|
49 |
"extra": { |
|
50 |
"installer-paths": { |
|
51 |
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"], |
|
52 |
"web/app/plugins/{$name}/": ["type:wordpress-plugin"], |
|
53 |
"web/app/themes/{$name}/": ["type:wordpress-theme"] |
|
54 |
}, |
|
| 16 | 55 |
"dropin-paths": { |
|
18
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
56 |
"web/app/languages/": ["vendor:koodimonni-language"], |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
57 |
"web/app/languages/plugins/": ["vendor:koodimonni-plugin-language"], |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
58 |
"web/app/languages/themes/": ["vendor:koodimonni-theme-language"] |
| 16 | 59 |
}, |
| 0 | 60 |
"wordpress-install-dir": "web/wp" |
61 |
}, |
|
62 |
"scripts": { |
|
63 |
"post-root-package-install": [ |
|
64 |
"php -r \"copy('.env.example', '.env');\"" |
|
65 |
], |
|
66 |
"test": [ |
|
67 |
"phpcs" |
|
68 |
] |
|
69 |
} |
|
70 |
} |