Skip to content

Commit

Permalink
chore: remove PHP 5 from README
Browse files Browse the repository at this point in the history
  • Loading branch information
kamermans committed May 2, 2024
1 parent 16f2fb2 commit 6e0067a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Guzzle OAuth 2.0 Subscriber

> Tested with Guzzle 4, 5, 6, 7 and PHP 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1.
> Tested with Guzzle 4, 5, 6, 7 and PHP 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1.
This is an OAuth 2.0 client for Guzzle which aims to be 100% compatible with Guzzle 4, 5, 6, 7 and all future versions within a single package.
Although I love Guzzle, its interfaces keep changing, causing massive breaking changes every 12 months or so, so I have created this package
Expand All @@ -24,7 +24,7 @@ This project can be installed using Composer. Run `composer require kamermans/gu
```javascript
{
"require": {
"kamermans/guzzle-oauth2-subscriber": "~1.0"
"kamermans/guzzle-oauth2-subscriber": "~1.1"
}
}
```
Expand Down

0 comments on commit 6e0067a

Please sign in to comment.