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:
parent
c6731b76ac
commit
1c52ad1196
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user