Skip to content

Commit 6d5a438

Browse files
committed
Composer: Add support for PHP 8.4 (RC)
1 parent 3259080 commit 6d5a438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Package is optimized for invoking in very early lifecycle phase of your App
2020
## Requirements
2121
Package requires:
2222

23-
- PHP version 8.0, 8.1, 8.2 or 8.3
23+
- PHP version 8.0, 8.1, 8.2, 8.3 or 8.4
2424

2525
Enabler requires:
2626

composer.json

+1-1
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": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
22+
"php": "~8.0",
2323
"ext-json": "*",
2424
"nette/utils": "^3.0 || ^4.0"
2525
},

0 commit comments

Comments
 (0)