forked from flextype/flextype
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·50 lines (50 loc) · 1.73 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.73 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
45
46
47
48
49
50
{
"name": "flextype/flextype",
"type": "project",
"description": "Modern Open Source Flat-File Content Management System",
"keywords": ["flextype", "php", "cms", "flat-file cms", "flat cms", "flatfile cms", "html"],
"homepage": "http://flextype.org",
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
"email": "awilum@yandex.ru",
"homepage": "https://github.com/Awilum"
}
],
"support": {
"issues": "https://github.com/flextype/flextype/issues"
},
"require": {
"php": ">=7.1.3",
"doctrine/cache": "1.8.0",
"symfony/yaml": "4.1.1",
"thunderer/shortcode": "0.6.5",
"gajus/dindent": "2.0.2",
"imagine/imagine": "1.1.0",
"flextype-components/arr" : "1.2.3",
"flextype-components/assets" : "1.0.1",
"flextype-components/cookie" : "1.2.0",
"flextype-components/date" : "1.0.0",
"flextype-components/debug" : "1.0.0",
"flextype-components/event" : "1.0.4",
"flextype-components/errorhandler" : "1.0.4",
"flextype-components/filesystem" : "1.1.2",
"flextype-components/form" : "1.0.1",
"flextype-components/i18n" : "1.2.0",
"flextype-components/http" : "1.1.1",
"flextype-components/html" : "1.0.0",
"flextype-components/number" : "1.0.0",
"flextype-components/notification" : "1.0.1",
"flextype-components/registry" : "1.1.0",
"flextype-components/session" : "1.1.1",
"flextype-components/token" : "1.2.0",
"flextype-components/view" : "1.1.1",
"flextype-components/text" : "1.1.0"
},
"autoload": {
"classmap": [
"flextype"
]
}
}