forked from vufind-org/vufind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.local.json
28 lines (28 loc) · 1.08 KB
/
composer.local.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
{
"__comment__": [
"See https://github.com/wikimedia/composer-merge-plugin for more details."
],
"require": {
"ezyang/htmlpurifier": "4.12.0",
"jaybizzle/crawler-detect": "^1.2.111",
"league/mime-type-detection": "1.9.0",
"natlibfi/besimple-soap": "2.0.0",
"natlibfi/php-html-parser": "4.0.1",
"paytrail/paytrail-php-sdk": "2.5.2",
"picqer/php-barcode-generator": "2.0.1",
"swen100/geophp": "^1.0.8",
"tecnickcom/tcpdf": "6.6.2"
},
"extra": {
"merge-plugin": {
"include": [
"composer.components.json"
]
}
},
"scripts": {
"create-translation-files": "touch local/languages/finna/fi-datasources.ini; touch local/languages/finna/sv-datasources.ini; touch local/languages/finna/en-gb-datasources.ini; touch local/languages/finna/se-datasources.ini;",
"post-install-cmd": ["@phing-install-dependencies", "@create-translation-files"],
"post-update-cmd": ["@phing-install-dependencies", "@create-translation-files"]
}
}