{
   "authors" : [
      {
         "email" : "igor.siary@gmail.com",
         "name" : "Igor Siaryi",
         "role" : "1.x and further development"
      }
   ],
   "autoload" : {
      "classmap" : [
         "lib"
      ]
   },
   "autoload-dev" : {
      "classmap" : [
         "lib",
         "tests"
      ],
      "psr-4" : {
         "Payever\\Tests\\" : "tests/"
      }
   },
   "description" : "Core PHP SDK for payever",
   "homepage" : "https://github.com/payever/core-sdk-php",
   "keywords" : [
      "payments",
      "payever",
      "e-commerce"
   ],
   "license" : "MIT",
   "minimum-stability" : "stable",
   "name" : "payever/core-sdk-php",
   "require" : {
      "ext-curl" : "*",
      "ext-json" : "*",
      "php" : ">=5.4.0"
   },
   "require-dev" : {
      "friendsofphp/php-cs-fixer" : "^2.18",
      "monolog/monolog" : "^2.9",
      "phpmd/phpmd" : "^2.9",
      "phpunit/phpunit" : "^7.5",
      "squizlabs/php_codesniffer" : "^3.5"
   },
   "suggest" : {
      "ext-mcrypt" : "If you want to use mcrypt at PseudoRandomStringGenerator",
      "ext-openssl" : "If you want to use openssl at PseudoRandomStringGenerator",
      "ext-pdo" : "If you want to use MySQLLock"
   },
   "type" : "library"
}
