From 5b1de9ff8acf24dff554e0e381961e01ac3628ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Dec 2018 14:07:12 +0100 Subject: v3.7.0 --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8818ca5..dea0220 100644 --- a/composer.json +++ b/composer.json @@ -34,10 +34,12 @@ "cakephp/chronos": "^1.0.1", "aura/intl": "^3.0.0", "psr/log": "^1.0.0", + "psr/simple-cache": "^1.0.0", "zendframework/zend-diactoros": "^1.4.0" }, "suggest": { "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.", + "ext-curl": "To enable more efficient network calls in Http\\Client.", "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()" }, "require-dev": { @@ -92,8 +94,8 @@ "@cs-check", "@test" ], - "cs-check": "phpcs --colors -p ./src ./tests", - "cs-fix": "phpcbf --colors ./src ./tests", + "cs-check": "phpcs --colors -p src/ tests/", + "cs-fix": "phpcbf --colors src/ tests/", "test": "phpunit", "test-coverage": "phpunit --coverage-clover=clover.xml" } -- cgit