forked from digiaonline/yii-account
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.02 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
34
35
{
"name": "nordsoftware/yii-account",
"description": "Extension that provides basic account functionality for the Yii PHP framework.",
"type": "yii-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Christoffer Niska",
"email": "[email protected]",
"homepage": "http://crisu83.me"
},
{
"name": "Eric Nishio",
"email": "[email protected]",
"homepage": "http://ericnish.io"
}
],
"require": {
"phpnode/yiipassword": ">=1.0.3",
"crisu83/yiistrap": "dev-bs3",
"ircmaxell/random-lib": "v1.0.0"
},
"require-dev": {
"yiisoft/yii": ">=1.1.14",
"codeception/codeception": "*",
"crisu83/yii-caviar": "dev-develop#1859e55504f3a4076678c9b39843da604dfc43aa",
"crisu83/yii-consoletools": "*"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"nordsoftware\\yii_account\\": "./src"
}
}
}