summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index d1c3ee8..91cd449 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,9 @@
"monolog/monolog": "^1.23",
"sebastian/diff": "^1.4 || ^2.0 || ^3.0",
"zendframework/zend-console": "^2.7",
- "elvanto/litemoji": "^1.4"
+ "elvanto/litemoji": "^1.4",
+ "symfony/console": "^3.4",
+ "leafo/scssphp": "^0.7.7"
},
"require-dev": {
"guzzlehttp/guzzle": "~6",
@@ -45,7 +47,8 @@
"atoum/telemetry-extension": "^1.0",
"sensiolabs/security-checker": "^4.1",
"fzaninotto/Faker": "^1.7",
- "jakub-onderka/php-parallel-lint": "^1.0"
+ "jakub-onderka/php-parallel-lint": "^1.0",
+ "mikey179/vfsStream": "^1.6"
},
"suggest": {
"ext-ldap": "Used ot provide LDAP authentication and synchronization",