-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 956 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "linkedfarm/wp-lf-core",
"type": "wordpress-plugin",
"description": "Linked Farm core plugin for WordPress",
"license": "GPL-3.0+",
"authors": [
{
"name": "Kalin Maldzhanski",
"email": "k@djodjo.org",
"homepage": "http://djodjo.org",
"role": "Developer"
}
],
"keywords": ["wordpress", "plugin", "LinkedFarm", "OpenFoodData", "FoodActor"],
"homepage": "https://linkedfarm.github.io/wp-lf-core",
"support": {
"issues": "https://github.com/LinkedFarm/wp-lf-core/issues",
"docs": "https://linkedfarm.github.io/wp-lf-core",
"source": "http://wordpress.org/support/plugin/wp-lf-core"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "v1.3.0",
"ml/json-ld": "1.*"
},
"suggest": {
"composer/installers": "~1.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"extra": {
"installer-paths": {
"vendor/json-ld/": ["ml/json-ld"]
}
}
}