Skip to content

Commit

Permalink
add php8.2 to composer require
Browse files Browse the repository at this point in the history
  • Loading branch information
kinimodmeyer authored Dec 3, 2022
1 parent 6dcfee3 commit a029d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"squizlabs/php_codesniffer": "3.*"
},
"require": {
"php": "7.4.* || 8.0.* || 8.1.*",
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
"ext-xmlreader": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
Expand Down

0 comments on commit a029d95

Please sign in to comment.