{
  "name": "weblink/punchout-rocket-cxml-oci-integration",
  "description": "WooCommerce Punchout Rocket Plugin",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "version": "1.0.0",
  "require": {
    "php": ">=7.0"
  },
  "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "wp-coding-standards/wpcs": "^3.0",
    "phpcompatibility/php-compatibility": "^9.0"
  },
  "autoload": {
    "psr-4": {
      "PunchoutRocket\\": "src/"
    }
  },
  "scripts": {
    "lint:php": "phpcs -p --standard=WordPress src/",
    "fix:php": "phpcbf -p --standard=WordPress src/",
    "check-compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0- src/"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
