File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- php-versions : ['8.1 ', '8.2']
13
+ php-versions : ['8.3 ', '8.2']
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 6
6
A [ HTTPlug plugin] ( https://docs.php-http.org/en/latest/plugins/introduction.html ) to automatically refresh expired OAuth2 access tokens.
7
7
8
8
## Requirements
9
- * PHP 8.1 or later.
9
+ * PHP 8.2 or later.
10
10
* [ jwilsson/oauth2-client] ( https://github.com/jwilsson/php-oauth2-client ) library.
11
11
12
12
## Installation
Original file line number Diff line number Diff line change 16
16
"test" : " pest --coverage"
17
17
},
18
18
"require" : {
19
- "php" : " ^8.1 " ,
19
+ "php" : " ^8.2 " ,
20
20
"jwilsson/oauth2-client" : " ^3.0" ,
21
21
"php-http/client-common" : " ^2.3" ,
22
22
"php-http/message" : " ^1.11" ,
You can’t perform that action at this time.
0 commit comments