Skip to content

Feature - PHP 8.4 support #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"source": "https://github.com/robinpowered/php-ntlm"
},
"require": {
"php-64bit": ">=7.1.0"
"php-64bit": ">=8.3.0"
},
"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.