/home/techb158/ileadtechnology.com/SSM/vendor/phpseclib/bcmath_compat
NameSizeModeActions
lib/-0755rm
src/-0755rm
composer.json12630644editdlrm
LICENSE.md11310644editdlrm
README.md21060644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/phpseclib/bcmath_compat/composer.json (1263B)
{ "name": "phpseclib/bcmath_compat", "description": "PHP 5.x/7.x polyfill for bcmath extension", "keywords": [ "bcmath", "math", "biginteger", "bigdecimal", "polyfill" ], "license": "MIT", "type": "library", "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "homepage": "http://phpseclib.sourceforge.net" } ], "support": { "issues": "https://github.com/phpseclib/bcmath_compat/issues", "email": "terrafrost@php.net", "source": "https://github.com/phpseclib/bcmath_compat" }, "require": { "phpseclib/phpseclib": ">=2.0.19" }, "require-dev": { "phpunit/phpunit": "^4.8.35|^5.7|^6.0", "squizlabs/php_codesniffer": "^3.0" }, "suggest": { "ext-gmp": "Will enable faster math operations" }, "autoload": { "files": ["lib/bcmath.php"], "psr-4": { "bcmath_compat\\": "src" } }, "scripts": { "test": "phpunit", "check-style": "phpcs src tests", "fix-style": "phpcbf src tests" } }