1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-11 15:54:04 +02:00

1.5.2 release

This commit is contained in:
Daniel St. Jules
2014-07-09 13:13:57 -04:00
parent ece219b609
commit 63ad4d238f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
### 1.5.2 (2014-07-09)
* Announced support for HHVM
### 1.5.1 (2014-04-19) ### 1.5.1 (2014-04-19)
* Fixed toAscii() failing to remove remaining non-ascii characters * Fixed toAscii() failing to remove remaining non-ascii characters

View File

@@ -77,7 +77,7 @@ If you're using Composer to manage dependencies, you can include the following
in your composer.json file: in your composer.json file:
"require": { "require": {
"danielstjules/stringy": ">=1.5.1" "danielstjules/stringy": ">=1.5.2"
} }
Then, after running `composer update` or `php composer.phar update`, you can Then, after running `composer update` or `php composer.phar update`, you can