Skip to content

Commit

Permalink
Add PHP 8.2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopetkov committed Dec 17, 2022
1 parent 311fefc commit 32c5ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
"php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*",
"ext-dom": "*"
},
"require-dev": {
"ivopetkov/docs-generator": "0.2.*"
"ivopetkov/docs-generator": "1.*"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 32c5ba7

Please sign in to comment.