Last active
February 9, 2018 04:19
-
-
Save jarednova/dc84cf14735a870dbe3d2763e94095a1 to your computer and use it in GitHub Desktop.
This file contains 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": "upstatement/cooltheme", | |
"description": "Starter theme to build a Timber theme", | |
"type":"wordpress-theme", | |
"minimum-stability" : "dev", | |
"authors": [ | |
{ | |
"name": "andyrader", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "jarednova", | |
"email": "[email protected]" | |
} | |
], | |
"repositories":[ | |
{ | |
"type":"composer", | |
"url":"http://wpackagist.org" | |
}, | |
{ | |
"type": "package", | |
"package": { | |
"name": "Upstatement/stream-manager", | |
"version": "master", | |
"type": "wordpress-plugin", | |
"source": { | |
"type": "git", | |
"url": "[email protected]:Upstatement/stream-manager.git", | |
"reference": "master" | |
} | |
} | |
} | |
], | |
"extra": { | |
"installer-paths": { | |
"../../plugins/{$name}/": ["wpackagist-plugin/*", "type:wordpress-plugin", "advanced-custom-fields/advanced-custom-fields-pro"] | |
} | |
}, | |
"require": { | |
"timber/timber":"1.*", | |
"advanced-custom-fields/advanced-custom-fields-pro": "*", | |
"Upstatement/routes": "*" | |
}, | |
"require-dev" : { | |
"wpackagist-plugin/debug-bar" : "0.8.*", | |
"wpackagist-plugin/debug-bar-timber" : "*", | |
"satooshi/php-coveralls": "dev-master" | |
}, | |
"config": { | |
"secure-http": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment