To install through composer, simply put the following in your composer.json
file:
{
"require": {
"katsana/allianz-motor-insurance": "^1.0",
"php-http/guzzle6-adapter": "^2.0"
}
}
Above installation can also be simplify by using the following command:
composer require "php-http/guzzle6-adapter" "katsana/allianz-motor-insurance=^1.0"