Move php composer dependency directory from vendor to _php

This commit is contained in:
2015-12-21 14:17:38 +00:00
parent 5988fe8309
commit 757ec4cf61
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,8 +4,8 @@
/private
/.jekyll-metadata
/_python
/_php
/Gemfile.lock
/vendor
/composer.lock
/composer.phar
/asset

View File

@@ -1,4 +1,7 @@
{
"config": {
"vendor-dir": "_php"
},
"require": {
"imagine/imagine": "0.5.0",
"symfony/console": "2.4.3",