Skip to content

Commit 6e0067a

Browse files
committed
chore: remove PHP 5 from README
1 parent 16f2fb2 commit 6e0067a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Guzzle OAuth 2.0 Subscriber
22

3-
> 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.
3+
> Tested with Guzzle 4, 5, 6, 7 and PHP 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1.
44
55
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.
66
Although I love Guzzle, its interfaces keep changing, causing massive breaking changes every 12 months or so, so I have created this package
@@ -24,7 +24,7 @@ This project can be installed using Composer. Run `composer require kamermans/gu
2424
```javascript
2525
{
2626
"require": {
27-
"kamermans/guzzle-oauth2-subscriber": "~1.0"
27+
"kamermans/guzzle-oauth2-subscriber": "~1.1"
2828
}
2929
}
3030
```

0 commit comments

Comments
 (0)