{
  "name": "mpfplugins/pgnai",
  "description": "PGN AI Chatbot Assistant is a WordPress plugin that uses AI engines like Open AI to automate your site tasks.",
  "type": "wordpress-plugin",
  "license": "GPL v3",
  "authors": [
    {
      "name": "Portniagin Mikhail",
      "email": "portniagin.ai.dev@gmail.com"
    }
  ],
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/mrmoric/wp-background-processing-wpcompliant.git"
    }
  ],
  "require": {
    "php": ">=8.2",
    "guzzlehttp/guzzle": "^7.10",
    "dbout/wp-orm": "^4.0",
    "php-di/php-di": "^7.1",
    "psr/log": "^3.0",
    "mrmoric/wp-background-processing-wpcompliant": "dev-master"
  },
  "minimum-stability": "stable",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "MPFPlugins\\PGNAI\\": "src/"
    }
  },
  "config": {
    "platform": {
      "php": "8.2.0"
    }
  }
}
