Skip to content

Commit 960a45f

Browse files
Merge pull request #16 from vojtech-pejsa-redbit/master
Add php 8.3 to supported versions
2 parents 08b2eea + 9066eae commit 960a45f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
run: composer tester -- -C
2020

2121
php:
22-
- "7.4"
2322
- "8.0"
2423
- "8.1"
2524
- "8.2"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"homepage": "https://github.com/redbitcz/php-debug-mode-enabler",
2121
"require": {
22-
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
22+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
2323
"ext-json": "*",
2424
"nette/utils": "^3.0 || ^4.0"
2525
},
2626
"require-dev": {
2727
"firebase/php-jwt": "^5.0 || ^6.0",
28-
"nette/tester": "2.4.3",
28+
"nette/tester": "2.5.1",
2929
"phpstan/phpstan": "1.9.14"
3030
},
3131
"suggest": {

0 commit comments

Comments
 (0)