forked from Kunena/Kunena-Forum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1008 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
{
"name": "kunena/kunena-forum",
"description": "Kunena forum for joomla",
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.2.5",
"consolidation/robo": "^2",
"symfony/console": "~3|~4",
"symfony/filesystem": "^5.1.0",
"symfony/finder": "^5.1.0",
"symfony/process": "^5.1.0",
"symfony/yaml": "~3|~4",
"ext-simplexml": "*",
"ext-dom": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "~8.5",
"joomla/cms-coding-standards": "~2.0.0-alpha2@dev",
"joomla/coding-standards": "~3.0@dev",
"friendsofphp/php-cs-fixer": "~2.16.1",
"squizlabs/php_codesniffer": "~3.5.3",
"joomla-projects/joomla-browser": "~4.0@dev",
"codeception/codeception": "~4.1.4",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phing/phing": "3.*",
"kunena/codestyle": "dev-master"
},
"autoload": {
"psr-4": {
"Codeception\\Module\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}