1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-18 11:01:16 +02:00
This commit is contained in:
Daniel St. Jules
2015-01-03 22:54:13 -08:00
parent 26fe399396
commit d661047fb3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
### 1.8.0 (2015-01-03)
* Listed ext-mbstring in composer.json
* Added Stringy\create function for PHP 5.6
### 1.7.0 (2014-10-14)
* Added containsAll and containsAny

View File

@@ -83,7 +83,7 @@ in your composer.json file:
```json
{
"require": {
"danielstjules/stringy": "~1.7"
"danielstjules/stringy": "~1.8"
}
}
```