PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Shipu Ahamed   Themevel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Themevel
Manage themes and assets for Laravel applications
Author: By
Last change: change to proper license

change to proper license
Date: 4 years ago
Size: 1,244 bytes
 

Contents

Class file image Download
{ "name": "shipu/themevel", "description": "Theme and asset management for laravel 5", "keywords": ["theme", "child-theme", "multi", "themevel", "asset", "management", "laravel", "lumen"], "homepage": "https://github.com/shipu/themevel", "license": "CC-BY-3.0", "authors": [ { "name": "Shipu Ahamed", "email": "shipuahamed01@gmail.com" } ], "require": { "hassankhan/config": "^0.10.0", "symfony/yaml": "^3.3" }, "require-dev": { "graham-campbell/testbench": "^3.3", "phpunit/phpunit": "^5.0" }, "autoload": { "psr-4": { "Shipu\\Themevel\\": "src/" } }, "autoload-dev": { "psr-4": { "Shipu\\Themevel\\Tests\\": "tests/" } }, "extra": { "laravel": { "providers": [ "Shipu\\Themevel\\Providers\\ThemevelServiceProvider" ], "aliases": { "Theme": "Shipu\\Themevel\\Facades\\Theme" } } }, "minimum-stability": "dev", "prefer-stable": true, "suggest": { "symfony/yaml": "Allows for parsing of YAML theme info and change log files" } }