Current File : /home/inlingua/public_html/crm.vprotectindia.com/vendor/gopal-g/payment/composer.json
{
  "name": "gopal-g/payment",
  "type": "library",
  "description": "Laravel 5.3 Package for Integration of Latest CCAvenue Payment Gateway for PHP 7.1 (Released recently) ",
  "keywords": [
    "Laravel 5",
    "CCAvenue Payment gateway",
    "PHP 7.1 Integration Kit",
    "Appnings Software Solutions"
  ],
  "homepage": "https://github.com/gopal-g/ccavenue",
  "license": "MIT",
  "authors": [
    {
      "name": "Gopal G",
      "email": "c4gopal@gmail.com",
      "homepage": "https://github.com/gopal-g/ccavenue",
      "role": "Developer"
    }
  ],
  "require": {
    "illuminate/support": "~5.0|~6.0",
    "php": ">=7.0"
  },
  "require-dev": {
    "phpunit/phpunit": ">=5.4.3",
    "squizlabs/php_codesniffer": "^2.3"
  },
  "autoload": {
    "psr-4": {
      "Appnings\\Payment\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Appnings\\Payment\\": "tests"
    }
  },
  "scripts": {
    "test": "phpunit",
    "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
    "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
  },
  "extra": {
    "branch-alias": {
      "dev-master": "1.0-dev"
    },
    "laravel": {
      "providers": [
        "Appnings\\Payment\\PaymentServiceProvider"
      ]
    }
  },
  "config": {
    "sort-packages": true
  },
  "minimum-stability": "dev"
}