Skip to content

Commit bb4dea8

Browse files
authored
Merge pull request #640 from phpDocumentor/feature/php8.4
Enable php 8.4 to start building for 8.4
2 parents 762a2bb + b6cfdc0 commit bb4dea8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": "8.1.*|8.2.*|8.3.*",
22+
"php": "8.1.*|8.2.*|8.3.*|8.4.*",
2323
"nikic/php-parser": "~4.18 || ^5.0",
2424
"phpdocumentor/reflection-common": "^2.1",
2525
"phpdocumentor/reflection-docblock": "^5",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)