Skip to content

Commit

Permalink
Add php 8.3 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtech-pejsa-redbit committed Jan 17, 2024
1 parent 08b2eea commit 9066eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: composer tester -- -C

php:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
"require-dev": {
"firebase/php-jwt": "^5.0 || ^6.0",
"nette/tester": "2.4.3",
"nette/tester": "2.5.1",
"phpstan/phpstan": "1.9.14"
},
"suggest": {
Expand Down

0 comments on commit 9066eae

Please sign in to comment.