Build Tools: Fix running installing Composer dependencies using Composer 2.0.

This updates the `dealerdirect/phpcodesniffer-composer-installer` package to allow installing version `0.7.0` which supports Composer 2.0.

Props itowhid06, jrf.
Merges [49306] to the 5.5 branch.
See #51624.
Built from https://develop.svn.wordpress.org/branches/5.5@49313


git-svn-id: http://core.svn.wordpress.org/branches/5.5@49075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-26 22:47:06 +00:00
parent 1d0dc9f672
commit bb32328f5e

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5.2-alpha-49307';
$wp_version = '5.5.2-alpha-49313';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.