-
Notifications
You must be signed in to change notification settings - Fork 111
/
composer.json
41 lines (41 loc) · 1.13 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
{
"name": "oleksandr-torosh/yona-cms",
"version": "0.4.2",
"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.6",
"ext-intl": "*",
"ext-phalcon": ">=3.0",
"robmorgan/phinx": "dev-master",
"michelf/php-markdown": "*",
"mobiledetect/mobiledetectlib": "^2.8",
"sneakybobito/phalcon-stubs": "*"
}
}