{
  "name": "threadi/crypt-for-wordpress",
  "version": "1.2.1",
  "license": "GPL-3.0-or-later",
  "scripts": {
    "test": "phpunit",
    "test-install": "bash bin/install-wp-tests.sh wordpress_test root 'debian' 127.0.0.1 latest",
    "test-install-during-build": "bash bin/install-wp-tests.sh wordpress_test root 'debian' 127.0.0.1 latest false true"
  },
  "autoload": {
    "psr-4": {
      "CryptForWordPress\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "CryptForWordPress\\Tests\\": "tests/"
    }
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "phpstan/extension-installer": true
    },
    "optimize-autoloader": true,
    "classmap-authoritative": true,
    "apcu-autoloader": true,
    "prepend-autoloader": false,
    "platform-check": false
  },
  "require-dev": {
    "wp-coding-standards/wpcs": "^3.1.0",
    "automattic/vipwpcs": "^3.0",
    "phpstan/phpstan": "^2.1",
    "szepeviktor/phpstan-wordpress": "^2.0",
    "phpstan/extension-installer": "^1.4",
    "php-stubs/wp-cli-stubs": "^2.11",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.2",
    "yoast/phpunit-polyfills": "^1.0",
    "wp-phpunit/wp-phpunit": "^6.3"
  },
  "require": {
    "ext-openssl": "*",
    "ext-sodium": "*"
  }
}
