Merge remote-tracking branch 'refs/remotes/origin/master' into arindam-bug-priority

This commit is contained in:
Manish Verma
2016-11-04 18:23:31 +05:30
parent e4b9755294
commit 775e0561d8
2541 changed files with 59048 additions and 90348 deletions

View File

@@ -21,7 +21,7 @@ A PHP library for parsing, formatting, storing and validating international phon
## Installation
PHP versions 5.3 up to PHP 7 are currently supported. HHVM is not yet supported.
PHP versions 5.3 up to PHP 7 are currently supported. HHVM is also supported.
The PECL [mbstring](http://php.net/mbstring) extension is required.
@@ -35,6 +35,10 @@ You can also use any other [PSR-0](https://github.com/php-fig/fig-standards/blob
If you do not use composer, ensure that you also load any dependencies that this project has, such as [giggsey/locale](https://github.com/giggsey/Locale).
## Documentation
Documentation can be found in the [docs](docs/) directory.
## Versioning
This library will try to follow the same version numbers as Google. There could be additional releases where needed to fix critical issues that can not wait until the next release from Google.