We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a3ffe commit 96e6775Copy full SHA for 96e6775
.github/workflows/continuous-integration.yml
@@ -25,6 +25,7 @@ jobs:
25
- "8.2"
26
- "8.3"
27
- "8.4"
28
+ - "8.5"
29
operating-system:
30
- "ubuntu-latest"
31
- "windows-latest"
@@ -69,6 +70,7 @@ jobs:
69
70
71
72
73
74
75
76
@@ -110,6 +112,7 @@ jobs:
110
112
- "locked"
111
113
php-version:
114
115
116
117
118
composer.json
@@ -3,7 +3,7 @@
3
"description": "Better Reflection - an improved code reflection API",
4
"license": "MIT",
5
"require": {
6
- "php": "~8.2.0 || ~8.3.2 || ~8.4.1",
+ "php": "~8.2.0 || ~8.3.2 || ~8.4.1 || ~8.5.0",
7
"ext-json": "*",
8
"jetbrains/phpstorm-stubs": "2024.3",
9
"nikic/php-parser": "^5.6.0"
0 commit comments