forked from Kunena/Kunena-Forum
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
33 lines (33 loc) · 923 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
{
"name" : "kunena/kunena-forum",
"description" : "Kunena Forum for joomla",
"homepage" : "https://github.com/Kunena/Kunena-Forum",
"license" : "GPL-3.0-or-later",
"require-dev" : {
"phpunit/phpunit" : "~9.6.13",
"joomla/cms-coding-standards" : "~2.0.0-alpha2@dev",
"joomla/coding-standards" : "~3.0@dev",
"friendsofphp/php-cs-fixer" : "~3.27.0",
"squizlabs/php_codesniffer" : "~3.7.2",
"joomla-projects/joomla-browser" : "~4.0@dev",
"codeception/codeception" : "~4.1.31",
"dealerdirect/phpcodesniffer-composer-installer" : "^v1.0.0",
"phing/phing" : "dev-main",
"kunena/codestyle" : "dev-master"
},
"autoload" : {
"psr-4" : {
"Codeception\\Module\\" : "src"
}
},
"config": {
"allow-plugins": true
},
"scripts": {
"install-codestandards": [
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
]
},
"minimum-stability" : "dev",
"prefer-stable" : true
}