{
  "name": "wordlift/app",
  "description": "App",
  "license": "GPL-2.0-or-later",
  "type": "wordpress-plugin",
  "homepage": "https://wordlift.io",
  "require": {
    "php": "^5.6 || ^7.2 || ^8.0",
    "ext-dom": "*",
    "ext-iconv": "*",
    "ext-json": "*",
    "ext-libxml": "*",
    "ext-mbstring": "*"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "Wordlift\\Modules\\App\\": "includes"
    }
  }
}
