Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 686 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 686 Bytes

Example-Required-Package

An example required package for use with the Satis Server talk.

Installation

Git

$ git clone git@github.com:philsown/Example-Required-Package.git Example-Required-Package
$ cd Example-Required-Package
$ php composer.phar install -o

Composer

Add something like this to your composer.json file.

{
    "repositories": [
        {
            "url": "https://github.com/philsown/Example-Required-Package.git",
            "type": "git"
        }
    ],
    "require": {
        "philsown/Example-Required-Package": "dev-master"
    }
}

I Made This

Author: Phillip Harrington.