ext-mcrypt is not necessary and is not included in PHP anymore
This commit is contained in:
parent
2e9dc9a34d
commit
6cf62100a4
|
@ -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"
|
||||
|
|
|
@ -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": "" }
|
||||
|
|
Loading…
Reference in New Issue