Merge pull request #14267 from BackEndTea/patch-1

Require a polyfill instead of the cytpe extension
This commit is contained in:
Maurício Meneghini Fauth 2018-05-08 17:47:37 -03:00 committed by GitHub
commit b87f5ed0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@
"ext-xml": "*",
"ext-pcre": "*",
"ext-json": "*",
"ext-ctype": "*",
"ext-hash": "*",
"phpmyadmin/sql-parser": "^4.2.3",
"phpmyadmin/motranslator": "^4.0",
@ -55,7 +54,8 @@
"twig/twig": "^1.34",
"twig/extensions": "~1.5.1",
"symfony/expression-language": "^3.2",
"symfony/polyfill-mbstring": "^1.3"
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpseclib/phpseclib": "2.0.8",