From 17f49c6686f6b62f7306523948f125638c17b1cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 14:11:12 +0200 Subject: - update to 1.6.0 - drop patch merged upstream --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index de7817d..305b2d5 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,11 @@ "issues": "https://github.com/cweiske/jsonmapper/issues" }, "require":{ - "php": ">=5.6" + "php": ">=5.6", + "ext-spl": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-reflection": "*" }, "require-dev": { "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4", -- cgit