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

Commit 9495ac8

Browse files
authored
Merge pull request #16 from php-http/deprecate
deprecate this repository
2 parents 004bccc + 456d07b commit 9495ac8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010

1111
[HTTPlug](http://httplug.io) adapter for the [CakePHP](https://cakephp.org/) HTTP library.
1212

13-
This branch is for use with CakePHP 5.0+.
13+
# Deprecated
14+
15+
The CakePHP HTTP client implements the PSR-18 `HttpClientInterface`. If your code still relies on the HTTPlug `HttpClient`, we recommend to upgrade to rely on the compatible PSR-18 `HttpClientInterface` interface directly instead.
1416

1517
## Version Info
1618

19+
This branch is for use with CakePHP 5.0+.
20+
1721
- ^0.2: CakePHP 3
1822
- ^0.3: CakePHP 4
1923
- ^0.4: CakePHP 5

0 commit comments

Comments
 (0)