We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b2eea + 9066eae commit 960a45fCopy full SHA for 960a45f
.github/workflows/code_analysis.yaml
@@ -19,7 +19,6 @@ jobs:
19
run: composer tester -- -C
20
21
php:
22
- - "7.4"
23
- "8.0"
24
- "8.1"
25
- "8.2"
composer.json
@@ -19,13 +19,13 @@
],
"homepage": "https://github.com/redbitcz/php-debug-mode-enabler",
"require": {
- "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
+ "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"nette/utils": "^3.0 || ^4.0"
},
26
"require-dev": {
27
"firebase/php-jwt": "^5.0 || ^6.0",
28
- "nette/tester": "2.4.3",
+ "nette/tester": "2.5.1",
29
"phpstan/phpstan": "1.9.14"
30
31
"suggest": {
0 commit comments