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 5, 2023
1 parent 5465300 commit 0948ae9
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 @@ -16,7 +16,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.*",
"bearframework/bearframework": "1.*",
"bearframework/tasks-addon": "1.*",
"bearcms/bearframework-addon": "1.*",
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 0948ae9

Please sign in to comment.