-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.21 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "webtoolsnz/yii2-widgets",
"description": "A Yii2 widgets library by Webtools",
"keywords": ["yii2", "widget", "wysiwyg", "radioButton", "google", "maps", "datepicker", "currency"],
"type": "yii2-extension",
"license": "proprietary",
"homepage": "https://github.com/webtoolsnz/yii2-widgets",
"authors": [
{
"name": "Byron Adams",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Webtools Ltd",
"email": "[email protected]",
"homepage": "http://www.webtools.co.nz",
"role": "Developer"
}
],
"require": {
"yiisoft/yii2": "^2.0.13",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-jui" : "*",
"bower-asset/font-awesome": "^4.3",
"bower-asset/signature_pad": "1.5.3",
"bower-asset/bootbox.js": "4.4.0",
"symfony/intl": "^4.3",
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.3.5",
"spatie/phpunit-snapshot-assertions": "^2.1"
},
"autoload": {
"psr-4": {
"webtoolsnz\\widgets\\": "src"
}
},
"scripts": {
"test": "./vendor/bin/phpunit --coverage-text;"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}