Skip to content

Commit

Permalink
Add support for PHP 8.2 and PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopetkov committed Nov 2, 2023
1 parent ba7f1fb commit 880d3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*"
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*"
},
"autoload": {
"files": ["autoload.php"]
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="">
<testsuite name="Tests">
<directory>./tests/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 880d3e4

Please sign in to comment.