Skip to content

Commit

Permalink
Merge pull request #46 from dxw/feature/theme-management
Browse files Browse the repository at this point in the history
Feature/theme management
  • Loading branch information
mallorydxw authored Jul 22, 2016
2 parents b071a63 + 1059e5c commit 4a6513d
Show file tree
Hide file tree
Showing 26 changed files with 2,570 additions and 107 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
"minimum-stability": "dev",
"require": {
"dxw/rubbishthorclone": "dev-master",
"aura/autoload": "2.x-dev"
"aura/autoload": "2.x-dev",
"nikita2206/result": "dev-master",
"kevinlebrun/colors.php": "dev-master"
},
"bin": ["bin/whippet"],
"require-dev": {
"phpunit/phpunit": "4.8.*",
"dxw/phar-install": "dev-master"
"dxw/phar-install": "dev-master",
"mikey179/vfsStream": "~1.6@dev",
"sebastian/environment": "1.3.6"
},
"scripts": {
"post-update-cmd": "vendor/bin/phar-install"
Expand Down
Loading

0 comments on commit 4a6513d

Please sign in to comment.