forked from Kanti/ext-jh_opengraphprotocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 821 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
{
"name": "jonathanheilmann/jh-opengraphprotocol",
"type": "typo3-cms-extension",
"description": "Adds the Open Graph protocol properties in meta-tags to the html-header supporting multilingual-websites.",
"license": ["GPL-2.0+"],
"keywords": ["opg", "opengraph", "opengraphprotocol", "facebook"],
"support": {
"issues": "https://github.com/jonathanheilmann/ext-jh_opengraphprotocol/issues"
},
"version": "1.3.2",
"require": {
"typo3/cms": "~7.6||~8.7"
},
"replace": {
"jh_opengraphprotocol": "self.version",
"typo3-ter/jh-opengraphprotocol": "self.version"
},
"autoload": {
"psr-4": {
"Heilmann\\JhOpengraphprotocol\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
}
}