Make WordPress Core


Ignore:
Timestamp:
10/27/2020 01:16:58 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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.3 branch.
See #51624.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/composer.json

    r46291 r49319  
    1414    },
    1515    "require-dev": {
    16         "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0",
     16        "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
    1717        "wp-coding-standards/wpcs": "~2.1.0",
    1818        "phpcompatibility/phpcompatibility-wp": "^2.1.0"
Note: See TracChangeset for help on using the changeset viewer.