File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## Unreleased
8+ ### Changed
9+ - Updated README with link to Packagist
10+
711## [ 1.0.0] - 2020-02-25
812Initial set up.
913
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ This might be solved by using a solution similar to the middleware defined in [P
1313
1414## Installation
1515
16- Coming soon.
16+ ``` bash
17+ composer require coolblue/http-client-middleware
18+ ```
1719
1820## Usage
1921Middleware needs to comply to the interface ` \Coolblue\Http\Client\MiddlewareInterface ` :
You can’t perform that action at this time.
0 commit comments