forked from Borales/yii2-phone-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.09 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
{
"name": "borales/yii2-phone-input",
"version": "0.1.2",
"description": "Yii2 International telephone numbers - Asset Bundle, Behavior, Validator, Widget",
"keywords": [
"yii2",
"intl-tel-input",
"international telephone numbers",
"libphonenumber"
],
"minimum-stability": "dev",
"license": "BSD-3-Clause",
"type": "yii2-extension",
"homepage": "https://github.com/Borales/yii2-phone-input",
"support": {
"issues": "https://github.com/Borales/yii2-phone-input/issues?state=open",
"source": "https://github.com/Borales/yii2-phone-input"
},
"authors": [{
"name": "Borales (Alexandr Bordun)",
"email": "[email protected]"
}],
"autoload": {
"psr-4": {
"borales\\extensions\\phoneInput\\": "src/"
}
},
"repositories": [{
"type": "composer",
"url": "https://asset-packagist.org"
}],
"require": {
"bower-asset/intl-tel-input": "^12",
"giggsey/libphonenumber-for-php": "^8",
"yiisoft/yii2": ">=2.0.1"
}
}