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