humhub/composer.json

111 lines
3.7 KiB
JSON
Raw Normal View History

{
"name": "humhub/humhub",
"description": "HumHub - The flexible Open Source Social Network Kit for Collaboration",
"keywords": ["humhub", "yii2", "framework"],
"homepage": "https://www.humhub.org/",
"type": "project",
"license": "AGPL-3.0",
"support": {
"issues": "https://github.com/humhub/humhub/issues?state=open",
"forum": "https://community.humhub.com",
"wiki": "https://community.humhub.com",
"source": "https://github.com/humhub/humhub"
},
"minimum-stability": "stable",
"require": {
2019-08-21 12:44:14 +02:00
"php": ">=7.0.0",
"npm-asset/animate.css": "*",
"npm-asset/jquery-autosize": "1.*",
"npm-asset/bluebird": "^3.3.5",
"npm-asset/blueimp-file-upload": "9.24.*",
"npm-asset/blueimp-gallery": "2.36.0",
"npm-asset/bootstrap-markdown": "2.10.*",
"npm-asset/clipboard-polyfill": "*",
"npm-asset/font-awesome": "^4.7.0",
"npm-asset/imagesloaded": "*",
"npm-asset/jplayer": "2.9.*",
"npm-asset/jquery-color": "*",
"npm-asset/jquery": "^3.4.0",
"npm-asset/jquery-knob": "1.2.*",
"npm-asset/jquery.nicescroll": "3.6.8",
"npm-asset/timeago": "^1.6.3",
"npm-asset/kbw.timeentry": "^2.0",
"npm-asset/jquery.cookie": "^1.4.1",
"npm-asset/nprogress": "*",
"npm-asset/select2": "^4.0.4",
"npm-asset/select2-bootstrap-theme": "0.1.0-beta.4",
"npm-asset/bootstrap-tour": "0.11.0",
"npm-asset/swiped-events": "1.0.9",
2018-08-13 23:14:02 +02:00
"cebe/markdown": "1.0.2",
"firebase/php-jwt": "^5.0",
2018-08-13 23:14:02 +02:00
"jbroadway/urlify": "^1.0",
"kartik-v/yii2-widgets": "*",
"mistic100/randomcolor": "^1.0",
"npm-asset/at.js": "^1.5.1",
2020-02-03 13:19:15 +01:00
"npm-asset/humhub-prosemirror-richtext": "1.0.19",
2018-02-13 19:31:41 +01:00
"npm-asset/socket.io-client": "^2.0",
2018-08-13 23:14:02 +02:00
"nqxcode/zendsearch": "^2.0",
"phpoffice/phpspreadsheet": "^1.0",
2018-08-13 23:14:02 +02:00
"raoul2000/yii2-jcrop-widget": "*",
"twig/twig": "^1.0",
"xj/yii2-jplayer-widget": "*",
2019-11-29 14:55:47 +01:00
"yiisoft/yii2": "~2.0.30",
"yiisoft/yii2-authclient": "~2.2.0",
2018-08-13 23:14:02 +02:00
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-httpclient": "~2.0.0",
"yiisoft/yii2-imagine": "~2.1.0",
"yiisoft/yii2-jui": "~2.0.0",
2018-08-17 10:34:25 +02:00
"yiisoft/yii2-queue": "~2.1.0",
2018-08-13 23:14:02 +02:00
"yiisoft/yii2-redis": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"zendframework/zend-http": "*",
"zendframework/zend-ldap": "^2.5",
"ext-zip": "*"
},
"require-dev": {
2018-10-10 17:44:15 +02:00
"codeception/codeception": "2.4.5",
2018-03-05 21:36:28 +01:00
"codeception/specify": "~0.4 || ~1.0",
"codeception/verify": "~0.4 || ~1.0",
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
2018-08-13 23:14:02 +02:00
"yiisoft/yii2-gii": "~2.0.0"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
2018-02-14 10:10:38 +03:00
],
"config": {
2018-08-13 23:01:42 +02:00
"process-timeout": 1800,
"platform": {
2019-08-21 12:44:14 +02:00
"php": "7.0"
},
2018-08-13 23:01:42 +02:00
"vendor-dir": "protected/vendor",
2018-12-10 18:30:54 +01:00
"sort-packages": true,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"protected/runtime": "0777",
"assets": "0777",
"protected/yii": "0755",
"protected/modules": "0755"
}
],
"generateCookieValidationKey": [
"protected/config/web.php"
]
}
}
}