Skip to content

Commit b9cdb8a

Browse files
committed
Add support for PHP 8.5
1 parent 67b6bc5 commit b9cdb8a

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
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "8.1.*|8.2.*|8.3.*|8.4.*",
27+
"php": "8.1.*|8.2.*|8.3.*|8.4.*|8.5.*",
2828
"composer-runtime-api": "^2",
2929
"nikic/php-parser": "~4.18 || ^5.0",
3030
"phpdocumentor/reflection-common": "^2.1",

0 commit comments

Comments
 (0)