Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 256 Bytes

installation.md

File metadata and controls

15 lines (11 loc) · 256 Bytes

Installation

Queuesadilla requires PHP 5.5+

[Using Composer]

Add the plugin to your project's composer.json - something like this:

{
  "require": {
    "josegonzalez/queuesadilla": "dev-master"
  }
}