Created
February 19, 2015 12:16
-
-
Save mmikkel/292f692746c2dcedcc16 to your computer and use it in GitHub Desktop.
composer.json for themes running Timber (working as of February 19th 2015)
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
{ | |
"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