Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 44a6ceb

Browse files
committed
Merge branch 'hotfix/stable-deps'
Close weierophinney/problem-details#1
2 parents 6196783 + de168d8 commit 44a6ceb

File tree

3 files changed

+19
-52
lines changed

3 files changed

+19
-52
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,7 @@ exception types for [PSR-7](http://www.php-fig.org/psr/psr-7/) applications.
88

99
## Installation
1010

11-
This library currently depends on an unreleased patch to willdurand/negotiation.
12-
Your first step is adding a repository entry to your `composer.json` for
13-
retrieving that patch:
14-
15-
```json
16-
"repositories": [
17-
{"type": "vcs", "url": "https://github.com/weierophinney/negotiation.git"}
18-
]
19-
```
20-
21-
You will then need to provide a manual specification for the
22-
`willdurand/negotiation` requirement within `composer.json`:
23-
24-
```json
25-
"require": {
26-
"willdurand/negotiation": "dev-feature/plus-part-matching as 2.3.0"
27-
}
28-
```
29-
30-
Once you have made those changes, run the following to install this library:
11+
Run the following to install this library:
3112

3213
```bash
3314
$ composer require weierophinney/problem-details

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"http-interop/http-middleware": "^0.4.1",
1010
"psr/container": "^1.0",
1111
"spatie/array-to-xml": "^2.3",
12-
"willdurand/negotiation": "dev-feature/plus-part-matching as 2.3.0",
12+
"willdurand/negotiation": "^2.3",
1313
"zendframework/zend-diactoros": "^1.4"
1414
},
1515
"require-dev": {
@@ -39,8 +39,5 @@
3939
},
4040
"config": {
4141
"sort-packages": true
42-
},
43-
"repositories": [
44-
{"type": "vcs", "url": "https://github.com/weierophinney/negotiation.git"}
45-
]
42+
}
4643
}

composer.lock

Lines changed: 16 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)