Skip to content

Commit eb3405b

Browse files
authored
feat: allow PHP 8.2
1 parent 246aad0 commit eb3405b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0 || ^8.1",
13+
"php": "^8.0 || ^8.1 || ^8.2",
1414
"ext-json": "*",
1515
"cebe/php-openapi": "^1.7",
1616
"fakerphp/faker": "^1.20",

0 commit comments

Comments
 (0)