1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 16:24:00 +02:00
This commit is contained in:
Daniel St. Jules
2014-09-14 10:58:46 -07:00
parent abf3e38c1c
commit 7e91d1ead2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
### 1.6.0 (2014-09-14)
* Added toTitleCase
### 1.5.2 (2014-07-09)
* Announced support for HHVM

View File

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