Skip to content

Commit 47f5ad6

Browse files
committed
Composer: Add PHP 8.2 to accepted
1 parent 4126cdd commit 47f5ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"homepage": "https://github.com/redbitcz/php-debug-mode-enabler",
2121
"require": {
22-
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
22+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
2323
"ext-json": "*",
2424
"nette/utils": "^3.0"
2525
},

0 commit comments

Comments
 (0)