Skip to content

Commit 1c67bd3

Browse files
committed
fix(composer.json): Change PHP require to >=8.2.
1 parent 4349780 commit 1c67bd3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.9.2
4+
5+
* fix(`composer.json`): Change PHP require to `>=8.2`.
6+
37
## 0.9.1
48

59
* perf(`TypeResolver`): Optimize `getSimpleTypes`.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.2",
26+
"php": ">=8.2",
2727
"doctrine/collections": "^2.1",
2828
"phpdocumentor/reflection-docblock": "^5.3",
2929
"phpstan/phpdoc-parser": "^1.25",

0 commit comments

Comments
 (0)