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

View File

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