{
  "name": "acjpd/acj-mongodb-sync",
  "description": "",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "prefer-stable": true,
  "authors": [
    {
      "name": "arunchaitanyajami",
      "email": "arunchaitanyajami@gmail.com"
    },
    {
      "name": "iamarunchaitanyajami",
      "email": "iamarunchaitanyajami@gmail.com"
    }
  ],
  "require": {
    "php": "~8.0",
    "ext-mongodb": "^1.17.0",
    "alchemyoptions/alchemyoptions": "1.0",
    "composer/installers": "^1.12.0",
    "erusev/parsedown": "^1.7",
    "mongodb/mongodb": "^1.17"
  },
  "require-dev": {
    "automattic/vipwpcs": "^3.0",
    "wp-coding-standards/wpcs": "^3.0",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
    "pact-foundation/pact-php": "9.0.0",
    "phpunit/phpunit": "9.6.13",
    "slim/slim": "4.12.0",
    "slim/psr7": "^1.2.0",
    "squizlabs/php_codesniffer": "3.7.2",
    "phpcompatibility/phpcompatibility-wp": "~2.1.3",
    "yoast/phpunit-polyfills": "2.0.0",
    "symfony/dotenv": "5.4.x-dev",
    "phpcsstandards/phpcsutils": "^1.0",
    "wordpress/wordpress": "6.3",
    "wordpress/includes": "6.3"
  },
  "provide": {
    "ext-mongodb": "*"
  },
  "repositories": [
    {
      "type": "package",
      "package": {
        "name": "alchemyoptions/alchemyoptions",
        "version": "1.0",
        "source": {
          "url": "git@github.com:AlchemyOptions/AlchemyOptions.git",
          "type": "git",
          "reference": "e1ef2c1"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "wordpress/includes",
        "version": "6.3",
        "source": {
          "url": "https://develop.svn.wordpress.org/",
          "type": "svn",
          "reference": "branches/6.3/tests/phpunit/includes"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "wordpress/wordpress",
        "version": "6.3",
        "source": {
          "url": "https://github.com/WordPress/WordPress",
          "type": "git",
          "reference": "6.3-branch"
        }
      }
    }
  ],
  "autoload": {
    "psr-4": {
      "Acjpd\\Mongodb\\": "inc/"
    },
    "files": [
      "./inc/functions.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "Acjpd\\Mongodb\\Tests\\": "tests/"
    }
  },
  "config": {
    "preferred-install": "dist",
    "sort-packages": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "tienvx/composer-downloads-plugin": true,
      "composer/installers": true
    }
  },
  "scripts": {
    "lint:phpcs": "@php ./vendor/bin/phpcs .",
    "lint:phpcbf": "@php ./vendor/bin/phpcbf .",
    "test:unit": "@php ./vendor/bin/phpunit --testsuite unit --testdox",
    "test:integration": "@php ./vendor/bin/phpunit --testsuite integration --testdox"
  }
}
