blogwerk/oop-theme-example

There is no license information available for the latest version (dev-master) of this package.

dev-master 2014-05-03 15:26 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:17:23 UTC


README

Installation

use this composer.json to install a complete wordpress with the theme and its dependencies:

{
  "name": "blogwerk/oop-project",

  "type": "project",

  "repositories" : [
    {
      "type" : "composer",
      "url"  : "http://rarst.net"
    }
  ],

  "require": {
    "rarst/wordpress" : ">=3.9",
    "composer/installers": "~1.0",
    "johnpbloch/wordpress-core-installer": "~0.1",
    "blogwerk/oop-theme-example": "dev-master"
  },

  "minimum-stability": "dev",

  "extra": {
    "wordpress-install-dir": ".",
    "installer-paths": {
      "wp-content/plugins/{$name}": ["type:wordpress-plugin"],
      "wp-content/themes/{$name}": ["type:wordpress-theme"]
    }
  }
}

and then run:

composer install