Subversion Repositories oidplus

Rev

Rev 1116 | Rev 1364 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
{
2
        "name": "danielmarschall/oidplus",
3
        "description": "OIDplus 2.0",
4
        "version": "2.0",
5
        "type": "project",
6
        "homepage": "https://www.oidplus.com/",
7
        "authors": [
8
                {
9
                        "name": "Daniel Marschall",
10
                        "email": "info@daniel-marschall.de",
11
                        "homepage": "https://www.daniel-marschall.de/"
12
                }
13
        ],
14
        "license": [
15
                "Apache-2.0"
16
        ],
17
        "prefer-dist": true,
621 daniel-mar 18
        "minimum-stability": "dev",
597 daniel-mar 19
        "repositories": {
20
                "emn178/js-sha3": {
21
                        "type": "package",
22
                        "packagist.org": false,
23
                        "package": {
24
                                "name": "emn178/js-sha3",
25
                                "version": "master",
26
                                "license": [
27
                                        "MIT"
28
                                ],
29
                                "source": {
30
                                        "url": "https://github.com/emn178/js-sha3",
31
                                        "type": "git",
32
                                        "reference": "master"
33
                                }
34
                        }
35
                },
36
                "gedmarc/layout": {
37
                        "type": "package",
38
                        "packagist.org": false,
39
                        "package": {
40
                                "name": "gedmarc/layout",
41
                                "version": "master",
42
                                "license": [
43
                                        "GPL-3.0-or-later",
44
                                        "MIT"
45
                                ],
46
                                "source": {
47
                                        "url": "https://github.com/GedMarc/layout",
48
                                        "type": "git",
49
                                        "reference": "master"
50
                                }
51
                        }
52
                },
53
                "dcodeio/bcrypt.js": {
54
                        "type": "package",
55
                        "packagist.org": false,
56
                        "package": {
57
                                "name": "dcodeio/bcrypt.js",
58
                                "version": "master",
59
                                "license": [
60
                                        "BSD-3-Clause",
61
                                        "MIT"
62
                                ],
63
                                "source": {
64
                                        "url": "https://github.com/dcodeIO/bcrypt.js",
65
                                        "type": "git",
66
                                        "reference": "master"
67
                                }
68
                        }
69
                },
833 daniel-mar 70
                "script47/bs5-utils": {
71
                        "type": "package",
72
                        "packagist.org": false,
73
                        "package": {
74
                                "name": "script47/bs5-utils",
75
                                "version": "master",
76
                                "license": [
77
                                        "MIT"
78
                                ],
79
                                "source": {
80
                                        "url": "https://github.com/Script47/bs5-utils",
81
                                        "type": "git",
82
                                        "reference": "master"
83
                                }
84
                        }
85
                },
597 daniel-mar 86
                "spamspan/spamspan": {
87
                        "type": "package",
88
                        "packagist.org": false,
89
                        "package": {
90
                                "name": "spamspan/spamspan",
91
                                "version": "master",
92
                                "license": "GPL-2.0-only",
93
                                "dist": {
94
                                        "url": "http://www.spamspan.com/releases/spamspan-latest.zip",
95
                                        "type": "zip",
96
                                        "reference": "master"
97
                                }
98
                        }
99
                }
100
        },
101
        "require": {
102
                "php": ">=7.0",
103
                "components/jquery": "^3.5",
104
                "components/jqueryui": "^1.12",
105
                "matthiasmullie/minify": "^1.3",
106
                "firebase/php-jwt": "^5.2",
107
                "tinymce/tinymce": "^5.8",
108
                "dcodeio/bcrypt.js": "*@dev",
109
                "danielmarschall/vnag": "*@dev",
602 daniel-mar 110
                "danielmarschall/uuid_mac_utils": "*@dev",
603 daniel-mar 111
                "danielmarschall/php_utils": "*@dev",
597 daniel-mar 112
                "danielmarschall/fileformats": "*@dev",
930 daniel-mar 113
                "danielmarschall/oidconverter": "*@dev",
597 daniel-mar 114
                "spamspan/spamspan": "*@dev",
115
                "vakata/jstree": "^3.3",
116
                "twbs/bootstrap": "^5.0",
117
                "symfony/polyfill-mbstring": "<=1.19",
118
                "gedmarc/layout": "*@dev",
119
                "emn178/js-sha3": "*@dev",
1021 daniel-mar 120
                "danielmarschall/php-sha3": "*@dev",
827 daniel-mar 121
                "tweeb/tinymce-i18n": "^2.0",
1042 daniel-mar 122
                "phpseclib/phpseclib": "~3.0",
1116 daniel-mar 123
                "script47/bs5-utils": "*",
1192 daniel-mar 124
                "danielmarschall/glip": "0.1.3.x-dev",
1116 daniel-mar 125
                "ext-json": "*"
126
    },
597 daniel-mar 127
        "config": {
128
                "secure-http": false,
129
                "preferred-install": {
130
                        "*": "dist"
608 daniel-mar 131
                },
132
                "autoloader-suffix": "OidPlusComposer"
597 daniel-mar 133
        },
134
        "scripts": {
135
                "post-update-cmd": [
136
                        "curl https://curl.se/ca/cacert.pem -L -sS -o vendor/cacert.pem",
641 daniel-mar 137
                        "curl https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js -L -sS -o vendor/bootstrap4.min.js",
138
                        "curl https://cdn.jsdelivr.net/gh/nuxodin/ie11CustomProperties@4.1.0/ie11CustomProperties.min.js -L -sS -o vendor/ie11CustomProperties.min.js",
597 daniel-mar 139
                        "echo 'Options -Indexes' > vendor/.htaccess",
140
                        "touch vendor/index.html"
141
                ],
142
                "post-install-cmd": [
143
                        "curl https://curl.se/ca/cacert.pem -L -sS -o vendor/cacert.pem",
641 daniel-mar 144
                        "curl https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js -L -sS -o vendor/bootstrap4.min.js",
145
                        "curl https://cdn.jsdelivr.net/gh/nuxodin/ie11CustomProperties@4.1.0/ie11CustomProperties.min.js -L -sS -o vendor/ie11CustomProperties.min.js",
597 daniel-mar 146
                        "echo 'Options -Indexes' > vendor/.htaccess",
147
                        "touch vendor/index.html"
148
                ]
149
        }
150
}