We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4801304 + 2c3ead5 commit 0abc53dCopy full SHA for 0abc53d
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
os: [ubuntu-latest, windows-latest]
12
- php: [8.2, 8.1]
+ php: [8.3, 8.2, 8.1]
13
laravel: [10.*, 9.*]
14
stability: [prefer-stable]
15
include:
CHANGELOG.md
@@ -55,6 +55,10 @@ The following changes are required when updating:
55
56
## Changes
57
58
+### 2.1.0
59
+
60
+- Add PHP 8.2 support
61
62
### 2.0.0
63
64
- Minimum PHP requirement 8.1
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "~8.2.0 | ~8.1.0",
+ "php": "~8.3.0 | ~8.2.0 | ~8.1.0",
24
"ext-json": "*",
25
"guzzlehttp/guzzle": "^7.2",
26
"illuminate/http": "^9.0 || ^10.0",
0 commit comments