From 1e6e73d42a7367f03b4f78a50f7e5c9d74e96564 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 May 2018 14:29:56 +0200 Subject: Version 3.4.1 from Fedora: * Sun May 13 2018 Shawn Iwinski - 3.4.1-1 - Update to 3.4.1 (RHBZ #1574020) --- composer.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 24fbfbc..3f45539 100644 --- a/composer.json +++ b/composer.json @@ -9,16 +9,25 @@ "email": "hey@joe.codes", "homepage": "http://joe.codes/", "role": "Developer" + }, { + "name": "Craig Duncan", + "email": "git@duncanc.co.uk", + "homepage": "https://github.com/duncan3dc", + "role": "Developer" } ], "require": { - "php": ">=5.4.0", - "seld/cli-prompt": "~1.0" + "psr/log": "^1.0", + "php": "^5.6|^7.0", + "seld/cli-prompt": "^1.0" }, "require-dev": { - "phpunit/phpunit": "~4.6", - "mockery/mockery": "~0.9", - "mikey179/vfsStream": "~1.4" + "phpunit/phpunit": "^5.7.16", + "mockery/mockery": "^1.0", + "mikey179/vfsStream": "^1.4" + }, + "suggest": { + "ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring" }, "autoload": { "psr-4": { -- cgit