Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-09-07 10:56:46 +0300
committerAleksander Machniak <alec@alec.pl>2015-09-07 10:56:46 +0300
commit61ab1049e2bf533d0c4e1e577ac3d3aceb7c8979 (patch)
treec38146baf24b56a30b4fdb16f9ec53bbbbb8db3d /composer.json-dist
parente4c66080a8d7e3a329258498b35e8fc55eea5130 (diff)
Move crypt_gpg to "require" section
Diffstat (limited to 'composer.json-dist')
-rw-r--r--composer.json-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 28823e2cf..3709fe6f9 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -23,10 +23,10 @@
"pear-pear.php.net/net_idna2": "~0.1.1",
"pear-pear.php.net/net_sieve": "~1.3.4",
"pear-pear.php.net/mail_mime": "~1.9.0",
- "pear-pear.php.net/net_smtp": "~1.6.3"
+ "pear-pear.php.net/net_smtp": "~1.6.3",
+ "pear-pear.php.net/crypt_gpg": "*"
},
"require-dev": {
- "pear-pear.php.net/crypt_gpg": "*",
"phpunit/phpunit": "*"
},
"suggest": {