From 6cf62100a44728e799f698d0f1d49619eaf41678 Mon Sep 17 00:00:00 2001 From: BohwaZ Date: Tue, 6 Aug 2019 11:03:54 +0200 Subject: [PATCH] ext-mcrypt is not necessary and is not included in PHP anymore --- composer.json | 5 ++--- src/BeSimple/SoapCommon/composer.json | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 58d4a19..ec001c5 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Build and consume SOAP and WSDL based web services", "keywords": ["soap"], - "homepage": "http://besim.pl", + "homepage": "https://github.com/Cadoles/BeSimpleSoap", "license": "MIT", "authors": [ { @@ -37,8 +37,7 @@ "cocciagialla/soap": "self.version" }, "require-dev": { - "ext-mcrypt": "*", - "mikey179/vfsStream": "~1.6.5", + "mikey179/vfsstream": "~1.6.5", "symfony/filesystem": "~2.3", "symfony/process": "~2.3", "phpunit/phpunit": "^5.7" diff --git a/src/BeSimple/SoapCommon/composer.json b/src/BeSimple/SoapCommon/composer.json index bf1ec6d..6948063 100644 --- a/src/BeSimple/SoapCommon/composer.json +++ b/src/BeSimple/SoapCommon/composer.json @@ -25,8 +25,7 @@ "ass/xmlsecurity": "~1.0" }, "require-dev": { - "ext-mcrypt": "*", - "mikey179/vfsStream": "~1.0" + "mikey179/vfsstream": "~1.0" }, "autoload": { "psr-0": { "BeSimple\\SoapCommon": "" }