-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1002 Bytes
/
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
{
"name": "oleksandr-torosh/yona-cms",
"version": "0.3.1",
"title": "Yona CMS",
"description": "Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.",
"type": "project",
"keywords": [
"phalcon",
"modules",
"modular",
"yona",
"php",
"cms"
],
"homepage": "http://yonacms.com/",
"author": {
"name": "Oleksandr Torosh",
"url": "https://www.facebook.com/oleksandrtorosh"
},
"maintainers": [
{
"name": "Oleksandr Torosh",
"url": "https://www.facebook.com/oleksandrtorosh"
}
],
"repository": {
"type": "git",
"url": "https://github.com/oleksandr-torosh/yona-cms"
},
"bugs": "https://github.com/oleksandr-torosh/yona-cms/issues",
"license": "BSD-3",
"require": {
"php": ">=5.4",
"ext-intl": "*",
"ext-phalcon": ">=1.3.4"
}
}