forked from reliv/RcmPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
61 lines (61 loc) · 1.62 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "rcm/plugins",
"description": "Extras For the RCM CMS",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"reliv",
"plugins",
"module",
"zf2"
],
"homepage": "http://www.reliv.com/",
"authors": [
{
"name": "Westin Shafer",
"email": "[email protected]",
"homepage": "http://www.reliv.com"
},
{
"name": "Rod McNew",
"email": "[email protected]",
"homepage": "http://www.reliv.com/"
},
{
"name": "Brian Janish",
"email": "[email protected]",
"homepage": "http://www.reliv.com/"
}
],
"require": {
"php": ">=5.4",
"doctrine/doctrine-orm-module": "0.* || 1.*",
"rcm/core": "^1.20.0",
"reliv/zf-config-factories": ">=1.0.7",
"zendframework/zend-cache": "2.*",
"zendframework/zend-console": "2.*",
"zendframework/zend-feed": "2.*",
"zendframework/zend-http": "2.*",
"zendframework/zend-mvc": "2.*",
"zendframework/zend-servicemanager": "2.*",
"zendframework/zend-stdlib": "2.*",
"zendframework/zend-view": "2.*"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"squizlabs/php_codesniffer": "3.*"
},
"autoload": {
"psr-4": {
"RcmMockPlugin\\": "RcmMockPlugin/src/",
"RcmNavigation\\": "RcmNavigation/src/",
"RcmNumberFormat\\": "RcmNumberFormat/src/",
"RcmPeopleSlider\\": "RcmPeopleSlider/src/",
"RcmRotatingImage\\": "RcmRotatingImage/src/",
"RcmRssFeed\\": "RcmRssFeed/src/",
"RcmSocialButtons\\": "RcmSocialButtons/src/",
"RcmTabs\\": "RcmTabs/src/",
"RcmThreeChoices\\": "RcmThreeChoices/src/"
}
}
}