Skip to content

Commit c987ee7

Browse files
committed
fix BOX configuration to avoid conflict with dump-autoload feature (see box-project/box#1507)
1 parent aa16a98 commit c987ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"with this source code in the file LICENSE."
1111
],
1212
"force-autodiscovery": true,
13-
"dump-autoload": true,
13+
"dump-autoload": false,
1414
"exclude-dev-files": false,
1515
"files": [
1616
"autoload.php",

box.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"with this source code in the file LICENSE."
1111
],
1212
"force-autodiscovery": true,
13-
"dump-autoload": true,
13+
"dump-autoload": false,
1414
"exclude-dev-files": false,
1515
"files": [
1616
"autoload.php",

0 commit comments

Comments
 (0)