Skip to content

Commit

Permalink
Use stable release of Crypt_GPG 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Feb 28, 2017
1 parent 3dd24bc commit dd86373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json-dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pear-pear.php.net/net_idna2": "~0.1.1",
"pear-pear.php.net/mail_mime": "~1.10.0",
"pear-pear.php.net/net_smtp": "~1.7.1",
"pear-pear.php.net/crypt_gpg": "~1.6.0@beta",
"pear-pear.php.net/crypt_gpg": "~1.6.0",
"roundcube/net_sieve": "~1.5.0",
"endroid/qrcode": "~1.6.5"
},
Expand Down

3 comments on commit dd86373

@CRtEurope
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using composer I am getting the following message:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for pear-pear.php.net/crypt_gpg ~1.6.0 -> satisfiable by pear-pear.php.net/Crypt_GPG[1.6.0b3].
    - Removal request for pear-pear.php.net/crypt_gpg == 1.6.0.0-beta3

@alecpl
Copy link
Member Author

@alecpl alecpl commented on dd86373 Feb 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment composer is broken for a different reason #5661

@CRtEurope
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh, OK. Thanks.
Will remove the vendor folder and install the dependencies from scratch.

Please sign in to comment.