Using forked version of the themify package.
Showing
| ... | @@ -29,10 +29,10 @@ | ... | @@ -29,10 +29,10 @@ |
| "guzzlehttp/guzzle": "~5.0", | "guzzlehttp/guzzle": "~5.0", | ||
| "mcamara/laravel-localization": "dev-Laravel5Support", | "mcamara/laravel-localization": "dev-Laravel5Support", | ||
| "dimsav/laravel-translatable": "~5.0@dev", | "dimsav/laravel-translatable": "~5.0@dev", | ||
| "mpedrera/themify": "*", | |||
| "intervention/image": "~2.0", | "intervention/image": "~2.0", | ||
| "filp/whoops": "~1.0", | "filp/whoops": "~1.0", | ||
| "baum/baum": "~1.0", | "baum/baum": "~1.0", | ||
| "mpedrera/themify": "dev-laravel5", | |||
| "cartalyst/sentry": "~2.1", | "cartalyst/sentry": "~2.1", | ||
| "asgard/demo-theme": "dev-master" | "asgard/demo-theme": "dev-master" | ||
| }, | }, | ||
| ... | @@ -47,6 +47,10 @@ | ... | @@ -47,6 +47,10 @@ |
| { | { | ||
| "type": "vcs", | "type": "vcs", | ||
| "url": "https://github.com/nWidart/laravel-localization" | "url": "https://github.com/nWidart/laravel-localization" | ||
| }, | |||
| { | |||
| "type": "vcs", | |||
| "url": "https://github.com/nWidart/themify" | |||
| } | } | ||
| ], | ], | ||
| "autoload": { | "autoload": { | ||
| ... | ... |
Please register or sign in to comment