Skip to content

Commit 5960960

Browse files
committed
Bump min required PHP version to 8.2
1 parent 0b3fbdd commit 5960960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php-versions: ['8.1', '8.2']
13+
php-versions: ['8.3', '8.2']
1414

1515
steps:
1616
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A [HTTPlug plugin](https://docs.php-http.org/en/latest/plugins/introduction.html) to automatically refresh expired OAuth2 access tokens.
77

88
## Requirements
9-
* PHP 8.1 or later.
9+
* PHP 8.2 or later.
1010
* [jwilsson/oauth2-client](https://github.com/jwilsson/php-oauth2-client) library.
1111

1212
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "pest --coverage"
1717
},
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"jwilsson/oauth2-client": "^3.0",
2121
"php-http/client-common": "^2.3",
2222
"php-http/message": "^1.11",

0 commit comments

Comments
 (0)