summaryrefslogtreecommitdiff
path: root/src/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/composer.json')
-rw-r--r--src/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/composer.json b/src/composer.json
index 82afc5b..badc2eb 100644
--- a/src/composer.json
+++ b/src/composer.json
@@ -6,6 +6,7 @@
},
"require": {
"symfony/mailer": "^7.1",
- "gregwar/captcha": "^1.2"
+ "gregwar/captcha": "^1.2",
+ "andig/php-shunting-yard": "dev-master"
}
}