{
  "name": "themosis/themosis",
  "description": "The Themosis framework. A WordPress framework.",
  "keywords": ["themosis", "framework", "wordpress", "meatcode"],
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "MEAT Cöde",
      "email": "info@meat.cl",
      "homepage": "https://meat.cl/"
    },
    {
      "name": "Julien Lambé",
      "email": "julien@themosis.com",
      "homepage": "http://www.themosis.com/"
    }
  ],
  "type": "project",
  "repositories":[
    {
      "type": "composer",
      "url": "https://wpackagist.org"
    }
  ],
  "autoload": {
    "psr-0": {
      "Thms": "library"
    }
  },
  "config": {
    "preferred-install": "dist"
  },
  "require": {
    "php": ">=5.6.4",
    "johnpbloch/wordpress-core-installer": "~0.2",
    "johnpbloch/wordpress-core": "5.*",
    "themosis/framework": "^1.3.0",
    "vlucas/phpdotenv": "^2.2",
    "filp/whoops": "^2.1",
    "illuminate/database": "^5.3",
    "meat/envoy-helper": "^0.1.2",
    "wpackagist-plugin/wp-sanitize-file-name-plus": "1.0.3",
    "wpackagist-plugin/wp-super-cache": "^1.4",
    "wpackagist-plugin/wordpress-seo": "12.0",
    "wpackagist-plugin/minify-html-markup": "^1.98",
    "illuminate/validation": "^5.8",
    "wpackagist-plugin/advanced-custom-fields-font-awesome": "^3.1",
    "sendgrid/sendgrid": "7.3",
    "google/recaptcha": "^1.2",
    "phpmailer/phpmailer": "^6.1",
    "mandrill/mandrill": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "5.3.*"
  },
  "extra":{
    "installer-paths":{
      "htdocs/content/mu-plugins/themosis-{$name}/": ["themosis/framework"],
      "htdocs/content/plugins/{$name}/": ["type:wordpress-plugin"],
      "htdocs/content/themes/themosis-{$name}/": ["themosis/theme"],
      "htdocs/content/themes/{$name}/": ["type:wordpress-theme"]
    },
    "wordpress-install-dir": {
      "johnpbloch/wordpress-core": "htdocs/cms"
    }
  },
  "scripts": {
    "post-root-package-install": [
      "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
    ],
    "post-update-cmd": ["php -r \"@unlink('htdocs/cms/xmlrpc.php');\""],
    "post-install-cmd": ["php -r \"@unlink('htdocs/cms/xmlrpc.php'); file_exists('.env') || copy('.env.example', '.env');\""]
  }
}
