forked from easterism/core2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·59 lines (59 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "easterism/core2",
"type": "framework",
"description": "Fullstack framework for business application",
"keywords": ["framework"],
"homepage": "https://github.com/easterism/core2",
"license": "MIT",
"authors": [
{
"name": "misterEaster",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Shabunin Igor",
"email": "[email protected]",
"role": "Developer"
}
],
"minimum-stability": "dev",
"classmap-authoritative": true,
"prefer-stable": true,
"require": {
"php": ">=7.4",
"laminas/laminas-session": "2.13.0",
"laminas/laminas-cache-storage-adapter-filesystem": "2.0.*",
"laminas/laminas-cache-storage-adapter-memcached": "2.1.*",
"laminas/laminas-cache-storage-adapter-redis": "2.2.*",
"laminas/laminas-cache": "3.1.*",
"laminas/laminas-serializer": "2.13.0",
"laminas/laminas-validator": "2.17.0",
"laminas/laminas-mail": "2.16.0",
"laminas/laminas-i18n": "2.15.0",
"laminas/laminas-ldap": "2.12.0",
"zf1/zend-config": "~1.12",
"zf1/zend-acl": "~1.12",
"belhard/zend-db": "dev-master",
"belhard/xajax": "dev-master",
"belhard/simplemodal": "dev-master",
"belhard/jquery-file-upload": "dev-master",
"components/jquery": "2.1.4",
"monolog/monolog": "2.3.3",
"guzzlehttp/guzzle": "7.*",
"phpseclib/phpseclib": "~2.0",
"ext-json": "*",
"ext-zip": "*",
"ext-mbstring": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-pdo": "*",
"ext-xml": "*"
},
"scripts": {
"post-update-cmd": [
"mkdir -m 0777 -p vendor/belhard/xajax/xajax_js/deferred"
]
}
}