Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ matrix:

before_install:
- export ALLOW_FAILURE=1; if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then export ALLOW_FAILURE=0; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then yes '' | pecl install mcrypt-1.0.2; fi

install:
- composer self-update
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"php-64bit": ">=7.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Could probably bump the version, even, right? I mean, I have no skin in this game anymore haha, but I think 7.1 is pretttty old. 😛

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point! I'll update 👍

},
"require-dev": {
"ext-mcrypt": "*",
"ext-hash": "*",
"ext-mbstring": "*",
"ext-iconv": "*",
Expand Down
70 changes: 0 additions & 70 deletions src/Robin/Ntlm/Crypt/Des/McryptDesEncrypter.php

This file was deleted.

90 changes: 0 additions & 90 deletions src/Robin/Ntlm/Crypt/Random/McryptRandomByteGenerator.php

This file was deleted.