Skip to content

Commit 32c5ba7

Browse files
committed
Add PHP 8.2 support.
1 parent 311fefc commit 32c5ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
13+
"php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*",
1414
"ext-dom": "*"
1515
},
1616
"require-dev": {
17-
"ivopetkov/docs-generator": "0.2.*"
17+
"ivopetkov/docs-generator": "1.*"
1818
},
1919
"autoload": {
2020
"files": [

0 commit comments

Comments
 (0)