Skip to content

Commit 5c6c9b2

Browse files
Merge pull request #4 from yseij2001/feature/add-php-8-3
Add php 8.3 support
2 parents 647ece8 + c523082 commit 5c6c9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
17+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
1818
"phpstan/phpstan": "^1.9.0|^2.0"
1919
},
2020
"prefer-stable": true,

0 commit comments

Comments
 (0)