composer-update-patch

This commit is contained in:
Manish Verma
2016-11-03 05:44:29 +05:30
parent 2dca47f5a4
commit 5d49d384a0
5118 changed files with 51603 additions and 122575 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.