Skip to content

Commit 69b97fc

Browse files
committed
bug #5333 Fix file missing for php8 (jderusse)
This PR was merged into the 2.16 branch. Discussion ---------- Fix file missing for php8 ##5332 but for 2.16.x Commits ------- fb4d4e0 Fix file missing for php8
2 parents 0b47ba2 + fb4d4e0 commit 69b97fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

box.json.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"finder": [
1414
{
1515
"name": [
16-
"*.php"
16+
"*.php",
17+
"*.php8"
1718
],
1819
"exclude": [
1920
"Test",

0 commit comments

Comments
 (0)