Bootstrap: run `composer require xrstf/composer-php52` to get the updated suggested version. Change the `vendor-dir` to `wp-vendor`.

See #36335.


git-svn-id: https://develop.svn.wordpress.org/trunk@38393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2016-08-27 03:35:35 +00:00
parent c6731b76ac
commit 1c52ad1196
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
"source": "https://core.trac.wordpress.org/browser"
},
"require": {
"xrstf/composer-php52": "1.*"
"xrstf/composer-php52": "^1.0"
},
"scripts": {
"post-install-cmd": [
@ -57,6 +57,6 @@
]
},
"config": {
"vendor-dir": "src/vendor"
"vendor-dir": "src/wp-vendor"
}
}
}