This repository was archived by the owner on May 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All 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.
Original file line number Diff line number Diff line change 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
2310The 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
Original file line number Diff line number Diff line change 1313 "email" : " victorwelling@gmail.com"
1414 }
1515 ],
16+ "abandoned" : " shoot/shoot" ,
1617 "scripts" : {
1718 "test" : " phpunit"
1819 },
You can’t perform that action at this time.
0 commit comments