Skip to content

Commit

Permalink
Add JMS Serializer files to file-bin
Browse files Browse the repository at this point in the history
Kevin Herrera of the Box project mentioned that the most likely
fix for this issue was by putting the JMS Serializer-based files
in a files-bin array int he box.json (box-project/box2#85 (comment)).

Based on his recommendation this is something that we are going
to try out.
  • Loading branch information
mvriel committed Oct 14, 2014
1 parent 9842e49 commit 6debdb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@
"vendor/autoload.php",
"VERSION"
],
"files-bin": [
"src/phpDocumentor/Configuration.php",
"src/phpDocumentor/Configuration/Logging.php",
"src/phpDocumentor/Parser/Configuration.php",
"src/phpDocumentor/Parser/Configuration/Files.php",
"src/phpDocumentor/Translator/Configuration.php",
"src/phpDocumentor/Transformer/Configuration.php",
"src/phpDocumentor/Transformer/Configuration/Transformations.php",
"src/phpDocumentor/Transformer/Configuration/ExternalClassDocumentation.php",
"src/phpDocumentor/Transformer/Configuration/Transformations/Template.php"
],
"finder": [
{
"name": "*.php",
Expand Down

0 comments on commit 6debdb9

Please sign in to comment.