-
Notifications
You must be signed in to change notification settings - Fork 25
Allow paragonie/random_compat 9.99.99 #38
Allow paragonie/random_compat 9.99.99 #38
Conversation
.travis.yml
Outdated
@@ -58,7 +58,7 @@ before_install: | |||
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi | |||
|
|||
install: | |||
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs | |||
- travis_retry composer install $COMPOSER_ARGS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this and add paragonie/random_compat
into LEGACY_DEPS
on PHP 5.6 locked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@webimpress looks like travis issue. Can you restart this build? |
I can't, sorry. You have right - travis issue. It is fine for me now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@weierophinney @Ocramius can we have it merged and released, please? |
Can somebody explain to me what the 9.99.99 version is, exactly, and why this is required? I'd like to know for the changelog... |
I think here we have answer: And maybe also worth to check this: |
Cherry-picked to develop for release with 3.2.0. |
No description provided.