Skip to content

Instantly share code, notes, and snippets.

@mmikkel
Created February 19, 2015 12:16
Show Gist options
  • Save mmikkel/292f692746c2dcedcc16 to your computer and use it in GitHub Desktop.
Save mmikkel/292f692746c2dcedcc16 to your computer and use it in GitHub Desktop.
composer.json for themes running Timber (working as of February 19th 2015)
{
"require": {
"composer/installers": "~1",
"jarednova/timber": "dev-master"
},
"repositories": [
{
"type" : "package",
"package" : {
"name" : "jarednova/php-router",
"version" : "1.0.1",
"dist" : {
"url" : "https://github.com/jarednova/PHP-Router/archive/fix_psr_0.zip",
"type" : "zip"
},
"autoload": {
"psr-0": {
"PHPRouter": "src/"
}
}
}
}
],
"extra": {
"installer-paths": {
"vendor/timber": ["jarednova/timber"]
}
},
"autoload": {
"classmap": [ "vendor/timber" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment