Skip to content

Commit

Permalink
Add composer autoload patch fix and re-enable the setting
Browse files Browse the repository at this point in the history
  • Loading branch information
richdynamix committed Jul 11, 2016
1 parent 53e3f1d commit e03d93c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion provision/puphpet/magestead/magento/stubs/composer.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"magento-root-dir": "public",
"magento-force": true,
"auto-append-gitignore": true,
"with-bootstrap-patch": false
"with-bootstrap-patch": true
},
"config": {
"bin-dir": "bin"
Expand All @@ -70,6 +70,9 @@
"features/bootstrap"
],
"Mage": "public/app/code/core"
},
"psr-4": {
"PhpParser\\": "vendor/nikic/php-parser/lib/PhpParser/"
}
}
}

0 comments on commit e03d93c

Please sign in to comment.