{
  "name": "alanef/free_plugin_lib",
  "version": "1.2.3",
  "description": "Library to add to free plugins, in compliance with wp.org",
  "type": "library",
  "minimum-stability": "stable",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "alan",
      "email": "alan@fullworks.net"
    }
  ],
  "autoload": {
    "psr-4": {
      "Fullworks_Free_Plugin_Lib\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Fullworks_Free_Plugin_Lib\\Tests\\": "tests/"
    }
  },
  "require": {
    "php": ">=7.4"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.0",
    "codedungeon/phpunit-result-printer": "^0.32",
    "yoast/wp-test-utils": "^1.2",
    "wp-phpunit/wp-phpunit": "^6.7"
  }
}
