Skip to content

Commit 7376b7b

Browse files
committed
Allow use on PHP v8.3
I have tested the codebase using PHPCompatibility ruleset for PHP_CodeSniffer and found no incompatibilities with PHP v8.3. Fixes #11
1 parent 6cbc148 commit 7376b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"homepage": "https://github.com/fredden/magento2-module-javascript-error-reporting",
1313
"require": {
14-
"php": "~8.1.0 || ~8.2.0",
14+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1515
"ext-pcre": "*",
1616
"magento/framework": "^103.0.4",
1717
"magento/module-backend": "^102.0.4",

0 commit comments

Comments
 (0)