Skip to content

Commit 4dc5854

Browse files
Merge pull request #2 from doppynl/php8.3
PHP 8.3 support
2 parents 06868ad + e4106ea commit 4dc5854

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/full-checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "8.0"
2525
- "8.1"
2626
- "8.2"
27+
- "8.3"
2728
operating-system:
2829
- "ubuntu-22.04"
2930

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Library to help make testing of PHPStan rules easier",
44
"type": "library",
55
"require": {
6-
"php": ">=8.0 <8.3",
6+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
77
"phpstan/phpstan": "^1.6"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)