Skip to content

Commit 3cb4ca6

Browse files
Merge pull request #1 from zendtech/feature/php-8.3
Add support for PHP 8.3
2 parents 23122c6 + 3328d28 commit 3cb4ca6

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"zendhq"
99
],
1010
"require": {
11-
"php": "^7.3.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
11+
"php": "^7.3.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
1212
"ext-zendhq": "*",
1313
"monolog/monolog": "^2.4 || ^3.4"
1414
},

composer.lock

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
<!-- Include all rules from Laminas Coding Standard -->
2121
<rule ref="LaminasCodingStandard"/>
2222
<rule ref="PHPCompatibility"/>
23-
<config name="testVersion" value="7.3-8.2"/>
23+
<config name="testVersion" value="7.3-8.3"/>
2424
</ruleset>

0 commit comments

Comments
 (0)