![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/omise/omise-php/ |
{ "name": "omise/omise-php", "description": "A PHP library designed specifically to connect with Omise API.", "type": "library", "version": "v2.16.0", "keywords": [ "alipay payment", "credit card payment", "internet banking payment", "konbini payment", "omise", "payment", "payment processing" ], "homepage": "https://www.omise.co", "readme": "https://github.com/omise/omise-php/blob/master/README.md", "license": "MIT", "authors": [ { "name": "Omise and contributors", "homepage": "https://github.com/omise/omise-php/graphs/contributors" } ], "support": { "email": "[email protected]", "issues": "https://github.com/omise/omise-php/issues" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^9.5", "friendsofphp/php-cs-fixer": "^2.19.3 || ^3.9.5", "phpstan/phpstan": "1.2" }, "autoload": { "classmap": ["lib/omise/"] }, "autoload-dev": { "psr-4": { "Omise\\": "tests/" } }, "scripts": { "test": "./vendor/bin/phpunit --testdox", "fix": "vendor/bin/php-cs-fixer fix -vvv --diff --dry-run --allow-risky=yes --using-cache=no", "analyse": "vendor/bin/phpstan analyse lib tests", "phpstan": "vendor/bin/phpstan analyse lib tests" }, "config": { "allow-plugins": { "phpro/grumphp": true } } }