forked from easterism/core2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.11 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"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": "easter.by@gmail.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"classmap-authoritative": true,
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"zf1/zend-registry": "~1.12",
"zf1/zend-config": "~1.12",
"zendframework/zend-session": "2.8.*",
"zendframework/zend-cache": "2.8.*",
"zf1/zend-db": "~1.12",
"zf1/zend-cache": "~1.12",
"zf1/zend-acl": "~1.12",
"zf1/zend-validate": "~1.12",
"zf1/zend-translate": "~1.12",
"zf1/zend-mail": "~1.12",
"zf1/zend-ldap": "~1.12",
"zf1/zend-auth": "~1.12",
"belhard/xajax": "dev-master",
"components/jquery": "2.1.4",
"monolog/monolog": "1.23.*"
},
"scripts": {
"xajax-cmd": [
"mkdir -p -m 0777 vendor/belhard/xajax/xajax_js/deferred"
],
"post-update-cmd": [
"@xajax-cmd"
]
}
}