Skip to content

Commit 1ec73fe

Browse files
authored
Merge pull request #656 from skilld-labs/php85
Declare PHP 8.5 compatibility
2 parents 9500f93 + 283f388 commit 1ec73fe

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
@@ -18,7 +18,7 @@
1818
],
1919

2020
"require": {
21-
"php": "8.2.* || 8.3.* || 8.4.*",
21+
"php": "8.2.* || 8.3.* || 8.4.* || 8.5.*",
2222
"phpdocumentor/reflection-docblock": "^5.2",
2323
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
2424
"doctrine/instantiator": "^1.2 || ^2.0",

0 commit comments

Comments
 (0)