ext-mcrypt is not necessary and is not included in PHP anymore

This commit is contained in:
BohwaZ 2019-08-06 11:03:54 +02:00
parent 2e9dc9a34d
commit 6cf62100a4
2 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"type": "library", "type": "library",
"description": "Build and consume SOAP and WSDL based web services", "description": "Build and consume SOAP and WSDL based web services",
"keywords": ["soap"], "keywords": ["soap"],
"homepage": "http://besim.pl", "homepage": "https://github.com/Cadoles/BeSimpleSoap",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
@ -37,8 +37,7 @@
"cocciagialla/soap": "self.version" "cocciagialla/soap": "self.version"
}, },
"require-dev": { "require-dev": {
"ext-mcrypt": "*", "mikey179/vfsstream": "~1.6.5",
"mikey179/vfsStream": "~1.6.5",
"symfony/filesystem": "~2.3", "symfony/filesystem": "~2.3",
"symfony/process": "~2.3", "symfony/process": "~2.3",
"phpunit/phpunit": "^5.7" "phpunit/phpunit": "^5.7"

View File

@ -25,8 +25,7 @@
"ass/xmlsecurity": "~1.0" "ass/xmlsecurity": "~1.0"
}, },
"require-dev": { "require-dev": {
"ext-mcrypt": "*", "mikey179/vfsstream": "~1.0"
"mikey179/vfsStream": "~1.0"
}, },
"autoload": { "autoload": {
"psr-0": { "BeSimple\\SoapCommon": "" } "psr-0": { "BeSimple\\SoapCommon": "" }