diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 19 |
1 files changed, 14 insertions, 5 deletions
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": { |