We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be501eb commit 5229e81Copy full SHA for 5229e81
.github/workflows/tests.yml
@@ -134,7 +134,7 @@ jobs:
134
135
strategy:
136
matrix:
137
- php: [8.0, 8.1]
+ php: [8.0, 8.1, 8.2]
138
139
dependencies:
140
- "lowest"
composer.json
@@ -10,12 +10,12 @@
10
}
11
],
12
"require": {
13
- "php": "^8.0 || ^8.1",
+ "php": "^8.0 || ^8.1 || ^8.2",
14
"ext-json": "*",
15
"cebe/php-openapi": "^1.7",
16
"fakerphp/faker": "^1.20",
17
"league/openapi-psr7-validator": "^0.18",
18
- "thecodingmachine/safe": "^2.2"
+ "thecodingmachine/safe": "^2.4"
19
},
20
"require-dev": {
21
"doctrine/coding-standard": "^10",
0 commit comments