summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 4 insertions, 2 deletions
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"
}