{
  "name": "terminalafrica/terminal-africa",
  "description": "Terminal Africa WooCommerce Shipping Plugin",
  "version": "1.11.6",
  "type": "wordpress-plugin",
  "keywords": [
    "terminal",
    "woocommerce shipping",
    "shipping method",
    "africa shipping",
    "nigeria shipping",
    "terminalafrica"
  ],
  "homepage": "https://wordpress.org/plugins/terminal-africa/",
  "authors": [
    {
      "name": "Terminal",
      "homepage": "http://www.terminal.africa"
    },
    {
      "name": "Adeleye Ayodeji",
      "homepage": "http://www.adeleyeayodeji.com"
    }
  ],
  "license": "GPL-2.0+",
  "require": {
    "php": ">=5.6",
    "roots/wordpress": "^6.0"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    },
    "files": [
      "app/Helpers/helpers.php"
    ]
  },
  "require-dev": {
    "phpunit/phpunit": "^9.0",
    "wp-phpunit/wp-phpunit": "^6.0",
    "yoast/phpunit-polyfills": "^1.0"
  },
  "scripts": {
    "test": [
      "phpunit"
    ],
    "phpcs": [
      "phpcs -s -p"
    ]
  },
  "config": {
    "platform": {
      "php": "8.0"
    },
    "sort-packages": true,
    "allow-plugins": {
      "roots/wordpress-core-installer": true
    }
  }
}
