forked from vufind-org/vufind
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathcomposer.local.json
22 lines (22 loc) · 1006 Bytes
/
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
{
"__comment__": [
"See https://github.com/wikimedia/composer-merge-plugin for more details."
],
"require": {
"ezyang/htmlpurifier": "4.17.0",
"league/mime-type-detection": "1.9.0",
"natlibfi/besimple-soap": "3.0.1",
"natlibfi/finna-code-sets": "0.5.2",
"natlibfi/php-html-parser": "4.0.1",
"paytrail/paytrail-php-sdk": "2.5.2",
"phpoffice/phpspreadsheet": "^2.0",
"picqer/php-barcode-generator": "2.0.1",
"swen100/geophp": "^1.0.8",
"tecnickcom/tcpdf": "6.7.7"
},
"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"]
}
}