pablo-sg-pacheco
1/22/2016 - 5:13 PM

Origgami Wordpress Install (using Odin and Oggone Themes)

Origgami Wordpress Install (using Odin and Oggone Themes)

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://wp-languages.github.io"
        },
        {
            "type": "composer",
            "url": "https://wpackagist.org"
        },
        {
            "type": "vcs",
            "url": "https://bitbucket.org/origgamiwordpressutils/wp-own-dir-config"
        },
        {
            "type": "vcs",
            "url": "https://bitbucket.org/origgamiwpthemes/oggone"
        },
        {
            "type": "vcs",
            "url": "https://github.com/origgami/wp-programming-utils"
        },
        {
            "type": "vcs",
            "url": "https://bitbucket.org/origgamiwordpressplugins/origgami-relative-url"
        },
        {
            "type": "vcs",
            "url": "https://bitbucket.org/origgamiwordpressutils/wp-own-dir-ignore"
        },
        {
            "type": "package",
            "package": {
                "name": "wpbrasil/odin",
                "version": "2.3.0",
                "source": {
                    "url": "https://github.com/wpbrasil/odin",
                    "type": "git",
                    "reference": "master"
                }
            }
        }
    ],
    "config": {
        "preferred-install": "dist",  
        "vendor-dir": "wp/content/mu-plugins"
    },
    "require": {
        "koodimonni/composer-dropin-installer": "dev-master",
        "johnpbloch/wordpress": "*",
        "wpackagist-plugin/contact-form-7":"*",
        "wpackagist-plugin/regenerate-thumbnails":"*",
        "wpackagist-plugin/contact":"*",
        "wpackagist-plugin/wordpress-seo":"*",
        "wpackagist-plugin/imsanity":"*",
        "wpackagist-plugin/google-analytics-for-wordpress":"*",
        "wpackagist-plugin/shiftnav-responsive-mobile-menu":"*",
        "wpackagist-plugin/w3-total-cache":"*",
        "wpackagist-plugin/wp-super-cache":"*",
        "wpackagist-plugin/wp-super-cache-clear-cache-menu":"*",
        "wpackagist-plugin/ios-images-fixer":"*",
        "wpackagist-plugin/file-renaming-on-upload":"*",
        "wpackagist-plugin/simple-page-ordering":"*",
        "wpackagist-plugin/post-type-archive-links":"*",
        "wpackagist-plugin/cmb2":"*",
        "origgamiwputils/wp-own-dir-config":"dev-master",
        "origgamiwputils/wp-own-dir-ignore":"dev-master",
        "wpbrasil/odin": "2.3.0",
        "composer/installers": "v1.0.12",
        "origgami/oggone": "dev-master",
        "origgami/wp-programming-utils": "dev-master",
        "origgamiwordpressplugins/origgami-relative-url": "dev-master",
        "koodimonni-language/pt_br": "*",
        "vlucas/phpdotenv": "~2.4"
    },
    "extra": {
        "installer-paths": {
            "wp/content/plugins/{$name}": ["type:wordpress-plugin"],
            "wp/content/themes/{$name}": ["type:wordpress-theme"],
            "wp/content/mu-plugins/{$name}": ["type:wordpress-muplugin"]
        },
        "dropin-paths": {
            "wp/content/languages/": ["vendor:koodimonni-language"],
            "wp/content/languages/plugins/": ["vendor:koodimonni-plugin-language"],
            "wp/content/languages/themes/": ["vendor:koodimonni-theme-language"],
            "wp/content/themes/odin/": ["package:wpbrasil/odin"],
            "/": ["package:origgamiwputils/wp-own-dir-config","package:origgamiwputils/wp-own-dir-ignore:.gitignore"]
        },
        "wordpress-install-dir": "wp/core"
    }
}
{
    "http-basic": {
        "bitbucket.org": {
            "username": "email@origgami.com.br",
            "password": "senhanobitbucket"
        }
    }
}