forked from dfiechter/contao-opengraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (41 loc) · 1.04 KB
/
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
41
42
{
"name":"martin-kozianka/contao-opengraph",
"description":"Opengraph",
"keywords":["contao", "opengraph", "facebook"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Martin Kozianka",
"email":"martin@kozianka.de",
"homepage":"http://kozianka.de",
"role":"Developer"
}
],
"support":{
"email":"martin@kozianka.de",
"issues":"https://github.com/kozi/contao-opengraph/issues",
"irc":"irc://irc.freenode.org/contao.dev",
"source":"https://github.com/kozi/contao-opengraph"
},
"require":{
"contao-community-alliance/composer-plugin": "~2",
"php": ">=5.5",
"contao/core": ">=3.4"
},
"replace":{
"contao-legacy/opengraph": "*"
},
"autoload": {
"psr-0": {
"ContaoOpenGraph": "src/"
}
},
"extra":{
"contao": {
"sources":{
"contao": "system/modules/opengraph"
}
}
}
}