Created
August 16, 2016 20:42
-
-
Save alibo/aacc2e72337131ed2d96bccaf1bbb144 to your computer and use it in GitHub Desktop.
Persian wordpress using bedrock, composer, wp-languages and wpackagist-plugin/wp-jalali
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "roots/bedrock", | |
| "type": "project", | |
| "license": "MIT", | |
| "description": "A modern WordPress stack", | |
| "homepage": "https://roots.io/bedrock/", | |
| "authors": [ | |
| { | |
| "name": "Scott Walkinshaw", | |
| "email": "scott.walkinshaw@gmail.com", | |
| "homepage": "https://github.com/swalkinshaw" | |
| }, | |
| { | |
| "name": "Ben Word", | |
| "email": "ben@benword.com", | |
| "homepage": "https://github.com/retlehs" | |
| } | |
| ], | |
| "keywords": [ | |
| "bedrock", | |
| "roots", | |
| "wordpress", | |
| "stack", | |
| "composer", | |
| "vagrant", | |
| "wp" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/roots/bedrock/issues", | |
| "forum": "https://discourse.roots.io/category/bedrock" | |
| }, | |
| "config": { | |
| "preferred-install": "dist" | |
| }, | |
| "repositories": [ | |
| { | |
| "type": "composer", | |
| "url": "https://wp-languages.github.io" | |
| }, | |
| { | |
| "type": "composer", | |
| "url": "https://wpackagist.org" | |
| } | |
| ], | |
| "require": { | |
| "php": ">=5.6", | |
| "composer/installers": "~1.0.12", | |
| "vlucas/phpdotenv": "^2.0.1", | |
| "johnpbloch/wordpress": "4.5.3", | |
| "oscarotero/env": "^1.0", | |
| "roots/wp-password-bcrypt": "1.0.0", | |
| "koodimonni-language/fa_ir": "^4.5", | |
| "wpackagist-plugin/wp-jalali": "^5.0" | |
| }, | |
| "require-dev": { | |
| "squizlabs/php_codesniffer": "^2.5.1" | |
| }, | |
| "extra": { | |
| "installer-paths": { | |
| "web/app/mu-plugins/{$name}/": [ | |
| "type:wordpress-muplugin" | |
| ], | |
| "web/app/plugins/{$name}/": [ | |
| "type:wordpress-plugin" | |
| ], | |
| "web/app/themes/{$name}/": [ | |
| "type:wordpress-theme" | |
| ] | |
| }, | |
| "dropin-paths": { | |
| "web/app/languages/": [ | |
| "vendor:koodimonni-language" | |
| ], | |
| "web/app/languages/plugins/": [ | |
| "vendor:koodimonni-plugin-language" | |
| ], | |
| "web/app/languages/themes/": [ | |
| "vendor:koodimonni-theme-language" | |
| ] | |
| }, | |
| "wordpress-install-dir": "web/wp" | |
| }, | |
| "scripts": { | |
| "test": [ | |
| "vendor/bin/phpcs --ignore=web/wp/,vendor/ -n -s ." | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment