Skip to content

Commit 864a081

Browse files
authored
Update PHP version to include v8.3
1 parent 844e667 commit 864a081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"php80",
88
"php81",
99
"php82",
10+
"php83",
1011
"analytics",
1112
"analytics 4",
1213
"google analytics",
@@ -42,7 +43,7 @@
4243
}
4344
},
4445
"require": {
45-
"php": ">=8.0,<8.3",
46+
"php": ">=8.0,<=8.3",
4647
"guzzlehttp/guzzle": "^7.0"
4748
},
4849
"require-dev": {

0 commit comments

Comments
 (0)