-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
30 lines (30 loc) · 910 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
{
"name": "phundament/p3widgets",
"description": "Widget Manager",
"keywords": ["widget", "cms", "p3media"],
"homepage": "https://github.com/schmunk42/p3widgets",
"type": "yii-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "[email protected]",
"homepage": "http://www.usrbin.de"
}
],
"autoload": {
"classmap": ["components/", "models/"]
},
"require": {
"php": ">=5.3.0",
"yiisoft/yii": "1.1.*",
"phundament/p3extensions": ">=0.17.0",
"clevertech/yiibooster": ">=1.0,<3.0",
"mikehaertl/translatable": "1.*",
"schmunk42/access": "@stable",
"schmunk42/relation": "1.*",
"sammaye/auditrail2": "1.*",
"yiiext/status-behavior": "0.7.*",
"bwoester/yii-static-events-component": "~1.0.2"
}
}