-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.15 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "redcomponent-com/redshop",
"description": "a Joomla e-commerce solution",
"license": "GPL-2.0+",
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"phpmd/phpmd": "^2.6",
"joomla/joomla-cms": "3.7.5",
"facebook/graph-sdk": "^5.7",
"google/apiclient": "^2.4"
},
"require-dev": {
"twig/twig": "2.12.3",
"squizlabs/php_codesniffer": "~2",
"codeception/codeception": "2.3.7",
"joomla-projects/joomla-browser": "v3.9.0",
"consolidation/robo": "~1",
"joomla-projects/joomla-testing-robo": "dev-container-test",
"joomla-projects/joomla-testing": "dev-container-test",
"fzaninotto/faker": "^1.5",
"cloudinary/cloudinary_php": "^1.7",
"knplabs/github-api": "~1",
"joomla-projects/selenium-server-standalone": "3.8.1",
"nette/reflection": "~2.4",
"phpunit/phpunit": "~4.0"
},
"repositories": [
{
"type": "package",
"package": {
"name": "joomla/joomla-cms",
"version": "3.7.5",
"source": {
"url": "https://github.com/joomla/joomla-cms.git",
"type": "git",
"reference": "3.7.5"
}
}
}
]
}