Skip to content

Commit

Permalink
box.json - Include gratuitous nikic autoloader
Browse files Browse the repository at this point in the history
We don't really want this package, but we pull in `cv` (which pulls in
`psysh` which pulls in `nikic/php-parser`), and it crashes if these files
aren't available.
  • Loading branch information
totten committed Jan 2, 2017
1 parent fe9d651 commit b47388a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
],
"in": "vendor"
},
{
"name": "bootstrap.php",
"in": "vendor/nikic/php-parser/lib"
},
{
"name": "Autoloader.php",
"in": "vendor/nikic/php-parser/lib/PhpParser"
},
{
"name": "*.csv",
"in": "vendor/totten/license-data"
Expand Down

0 comments on commit b47388a

Please sign in to comment.