Skip to content

Commit

Permalink
Updated the composer requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Siltala committed Jun 10, 2016
1 parent d36a120 commit 0948eac
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

A DustPress plugin that provides a handy JavaScript library for using your DustPress Model methods on the front end.

- Contributors: [devgeniem](https://github.com/devgeniem) / [Nomafin](https://github.com/Nomafin), [villesiltala](https://github.com/villesiltala)
- Plugin url: https://github.com/devgeniem/dustpress-debugger
- Tags: dustpress, wordpress, plugins, dustjs, dust.js
- Requires at least: 4.2.0
- Tested up to: 4.5.2
- License: GPL-3.0
- License URI: http://www.gnu.org/licenses/gpl-3.0.html

## Usage

You can call for SomeModel's method "SomeMethod" with the following call:
Expand Down
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
{
"name": "devgeniem/dustpress-js",
"type": "wordpress-plugin",
"license": "MIT",
"license": "GPL-3.0",
"description": "A DustPress plugin that provides a handy JavaScript library for using your DustPress Model methods on the front end.",
"authors": [
{
"name": "Miika Arponen",
"email": "[email protected]",
"homepage" : "https://github.com/Nomafin"
},
{
"name": "Ville Siltala",
"email": "[email protected]",
"homepage": "http://geniem.com/",
"role": "Developer"
}
],
"require": {
"devgeniem/dustpress": ">=0.4.0",
"php": ">=5.4",
"composer/installers": "v1.0.12"
}
},
"keywords": [
"wordpress", "plugin", "dustjs", "dustpress", "debugger", "theme", "framework", "javascript"
],
"minimum-stability": "dev"
}

0 comments on commit 0948eac

Please sign in to comment.