Skip to content

Commit 52992cf

Browse files
committed
Add support for PHP 8.2 and PHP 8.3.
1 parent 5178053 commit 52992cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
19+
"php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*",
2020
"bearcms/bearframework-addon": "^1.83",
2121
"bearframework/localization-addon": "1.*",
2222
"ivopetkov/html-server-components-bearframework-addon": "1.*",

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<phpunit bootstrap="vendor/autoload.php">
22
<testsuites>
3-
<testsuite name="">
3+
<testsuite name="Tests">
44
<directory>./tests/</directory>
55
</testsuite>
66
</testsuites>

0 commit comments

Comments
 (0)