Skip to content

Commit

Permalink
Remove deprecated ext-mcrypt extension to make able to use PHP 7.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Apr 17, 2019
1 parent 670f86b commit d76fbc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}
},
"require": {
"php": ">=5.4",
"ext-mcrypt": "*"
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
Expand All @@ -34,4 +33,4 @@
"dev-master": "2.0.x-dev"
}
}
}
}

0 comments on commit d76fbc6

Please sign in to comment.