forked from Borales/yii2-phone-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1003 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
31
32
33
{
"name": "borales/yii2-phone-input",
"version": "0.0.1",
"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/"}
},
"require": {
"bower-asset/intl-tel-input": "*",
"giggsey/libphonenumber-for-php": "*",
"yiisoft/yii2": "*"
}
}