Skip to content

Commit

Permalink
Adding "asset-packagist.org" as a custom composer registry
Browse files Browse the repository at this point in the history
Using latest "intl-tel-input" package release
  • Loading branch information
Borales committed Dec 26, 2016
1 parent ba9b095 commit b82fa68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 0.1.0 (*under development*)

- Enh [#22](https://github.com/Borales/yii2-phone-input/issues/22): Updgrading `libphonenumber-for-php` library to the latest major release
- Enh: Updgrading `bower-asset/intl-tel-input` to the latest major release (v10)
- Enh [#22](https://github.com/Borales/yii2-phone-input/issues/22): Updgrading `libphonenumber-for-php` library to the latest major release (v8)
- Enh [#16](https://github.com/Borales/yii2-phone-input/pull/16): Validating phone number by type (thanks to [@andrey82k](https://github.com/andrey82k))
- Bug [#17](https://github.com/Borales/yii2-phone-input/issues/17): Fixing `PhoneInputValidator` to work with `unique` validation rule

Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@
}
],
"autoload": {
"psr-4": {"borales\\extensions\\phoneInput\\": "src/"}
"psr-4": {
"borales\\extensions\\phoneInput\\": "src/"
}
},
"repositories": [{
"type": "composer",
"url": "https://asset-packagist.org"
}],
"require": {
"bower-asset/intl-tel-input": "*",
"bower-asset/intl-tel-input": "^10",
"giggsey/libphonenumber-for-php": "^8",
"yiisoft/yii2": ">=2.0.1"
}
Expand Down

0 comments on commit b82fa68

Please sign in to comment.