From 377317f1b5ce7b84f5712a7510e5594746485902 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sat, 23 Dec 2017 03:22:53 +0100 Subject: [PATCH] [!]: update "Portable UTF8" from v4 -> v5 -> this is a breaking change without API-changes - but the requirement from "Portable UTF8" has been changed (it no longer requires all polyfills from Symfony) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 531ebab..08425db 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require": { "php": ">=7.0.0", "slim/slim": "~2.0", - "voku/portable-utf8": "~4.0" + "voku/portable-utf8": "~5.0" }, "require-dev": { "phpunit/phpunit": "~6.0"