Skip to content
This repository was archived by the owner on May 2, 2019. It is now read-only.

Commit 2c4e591

Browse files
committed
Deprecates package
1 parent 3bfde86 commit 2c4e591

3 files changed

Lines changed: 9 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to Shoot/Http will be documented in this file.
33

4+
## [0.2.1] - 2019-05-02
5+
### Changed
6+
- Package has been deprecated.
7+
48
## [0.2.0] - 2018-02-05
59
### Added
610
- Removed HTTP context.

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,8 @@
33
[![Coverage][ico-coverage]][link-coverage]
44
[![Code quality][ico-code-quality]][link-code-quality]
55

6-
Shoot/Http provides PSR-15 compliant middleware and a PSR-7 compliant `Context` object, which should make use of Shoot
7-
in an HTTP context more convenient.
8-
9-
## Install
10-
``` bash
11-
$ composer require shoot/http
12-
```
13-
14-
## Changelog
15-
Please see the [changelog][link-changelog] for more information on what has changed recently.
16-
17-
## Testing
18-
``` bash
19-
$ composer run-script test
20-
```
6+
This package has been deprecated. The main [Shoot][link-shoot] package has everything you need to
7+
use Shoot in an HTTP context.
218

229
## License
2310
The MIT License (MIT). Please see the [license file][link-license] for more information.
@@ -26,6 +13,7 @@ The MIT License (MIT). Please see the [license file][link-license] for more info
2613
[ico-coverage]: https://img.shields.io/scrutinizer/coverage/g/shootphp/http.svg?style=flat-square
2714
[ico-code-quality]: https://img.shields.io/scrutinizer/g/shootphp/http.svg?style=flat-square
2815
[link-changelog]: CHANGELOG.md
29-
[link-coverage]: https://scrutinizer-ci.com/g/shootphp/http/code-structure
3016
[link-code-quality]: https://scrutinizer-ci.com/g/shootphp/http
17+
[link-coverage]: https://scrutinizer-ci.com/g/shootphp/http/code-structure
3118
[link-license]: LICENSE.md
19+
[link-shoot]: https://github.com/shootphp/shoot

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"email": "victorwelling@gmail.com"
1414
}
1515
],
16+
"abandoned": "shoot/shoot",
1617
"scripts": {
1718
"test": "phpunit"
1819
},

0 commit comments

Comments
 (0)