-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Thieres Tembra edited this page Jun 29, 2016
·
6 revisions
To install this package you will need:
- PHP 5.4.0+
You can run the composer require command from your terminal.
$ composer require tembra/jsonapi-errors-php
Or you may modify your composer.json file and run composer update to include the latest version of the package in your project.
"require": {
"tembra/jsonapi-errors-php": "~0.8.0"
}