Laravel | Contracts |
---|---|
5.5.x | 3.5.x |
5.6.x | 3.6.x |
5.7.x | 3.7.x |
5.8.x | 3.8.x |
6.x | 4.x |
To install through composer, simply put the following in your composer.json
file:
{
"require": {
"orchestra/contracts": "^4.0"
}
}
And then run composer install
from the terminal.
Above installation can also be simplify by using the following command:
composer require "orchestra/contracts=^4.0"