{
  "name": "wpsora/invoize",
  "type": "wordpress-plugin",
  "autoload": {
    "psr-4": {
      "Invoize\\": "src/"
    },
    "files": [
      "src/Helpers/helper.php",
      "src/Helpers/wc.php",
      "src/Helpers/permission.php"
    ]
  },
  "authors": [
    {
      "name": "Dede Nugroho",
      "email": "this.nugroho@gmail.com"
    },
    {
      "name": "Rahman Ramsi",
      "email": "rahmanramsi19@gmail.com"
    },
    {
      "name": "Ramadhani Adjar Mustaqim",
      "email": "dhani.a.mm@gmail.com"
    }
  ],
  "require": {
    "illuminate/database": "^9.00",
    "illuminate/events": "^9.00",
    "symfony/var-dumper": "^5.4",
    "plank/laravel-metable": "^5.4",
    "mustache/mustache": "^2.14",
    "chillerlan/php-qrcode": "^5.0",
    "devaly/wordpress-routes": "^0.0.8",
    "freemius/wordpress-sdk": "^2.8",
    "pelago/emogrifier": "^7.3",
    "stripe/stripe-php": "^19.0",
    "mpdf/mpdf": "^8.2"
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true
    }
  }
}