Skip to content

Commit 5229e81

Browse files
github-actions[bot]dependabot[bot]canvural
authored
Merge release 2.0.2 into 2.1.x (#120)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Can Vural <can9119@gmail.com>
1 parent be501eb commit 5229e81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
strategy:
136136
matrix:
137-
php: [8.0, 8.1]
137+
php: [8.0, 8.1, 8.2]
138138

139139
dependencies:
140140
- "lowest"

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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",
1717
"league/openapi-psr7-validator": "^0.18",
18-
"thecodingmachine/safe": "^2.2"
18+
"thecodingmachine/safe": "^2.4"
1919
},
2020
"require-dev": {
2121
"doctrine/coding-standard": "^10",

0 commit comments

Comments
 (0)