-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 748 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 748 Bytes
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
{
"name": "reg2005/oc-jsonable",
"type": "library",
"description": "This widget the alternative to a widget 'Repeater' allows to write data to jsonable field also as well as 'Repeater', but does not give the chance to do repetitions of fields. I.e. the array will look so:",
"keywords": [
"October CMS"
],
"homepage": "https://github.com/reg2005/oc-jsonable",
"license": "MIT",
"authors": [
{
"name": "reg2005",
"email": "cmp08@ya.ru",
"homepage": "http://evgeniy-ryumin.ru",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.9"
},
"autoload": {
"psr-4": {
"reg2005\\Widgets\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}