Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 356 Bytes

base-widget

The preferred way to install this extension is through composer.

Note: Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json. Either run

$ php composer.phar require mywidgets/base "dev-master"

or add

"mywidgets/base": "dev-master"

to the require section of your composer.json file.