Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

orchestral/bequest

Repository files navigation

Orchestra Platform Backward Compatibility Library

Join the chat at https://gitter.im/orchestral/platform

This repository handles any backward incompatibility introduced in Orchestra Platform.

Latest Stable Version Total Downloads MIT License

Installation

To install through composer, simply put the following in your composer.json file:

{
    "require": {
        "orchestra/bequest": "~3.0"
    }
}

And then run composer install from the terminal.

Quick Installation

Above installation can also be simplify by using the following command:

composer require "orchestra/bequest=~3.0"