forked from simialbi/yii2-schema-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 909 Bytes
/
composer.json
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
38
39
40
{
"name": "drnixx/yii2-schema-org",
"description": "Schema.org yii2 representation and helpers for json-ld generation in Yii framework",
"keywords": ["yii2", "schema-org", "json-ld", "jsonld", "microdata", "structured-data"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/drnixx/yii2-schema-org/issues",
"source": "https://github.com/drnixx/yii2-schema-org"
},
"authors": [
{
"name": "Nick Panteleeff",
"email": "drnixx@gmail.com"
},
{
"name": "Simon Karlen",
"email": "simi.albi@gmail.com"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"ext-dom": "*",
"yiisoft/yii2": ">=2.0.5"
},
"autoload": {
"psr-4": { "onix\\schemaorg\\": "" }
},
"config": {
"platform": {"php": "5.6"}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}