Make WordPress Core


Ignore:
Timestamp:
11/06/2020 04:28:46 PM (4 years ago)
Author:
desrosj
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.

It also includes several minor spacing/alignment coding standards fixes that are made as a result of the package update.

Props itowhid06, jrf.
Merges [49306] to the 5.2 branch.
See #51624, #48301.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/composer.lock

    r44645 r49514  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "c7426ffeca8db395605e43bccf174b02",
     7    "content-hash": "0d68b3d8b17e827e096ecb10a063f34c",
    88    "packages": [],
    99    "packages-dev": [
    1010        {
    1111            "name": "dealerdirect/phpcodesniffer-composer-installer",
    12             "version": "v0.5.0",
     12            "version": "v0.7.0",
    1313            "source": {
    1414                "type": "git",
    1515                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
    16                 "reference": "e749410375ff6fb7a040a68878c656c2e610b132"
     16                "reference": "e8d808670b8f882188368faaf1144448c169c0b7"
    1717            },
    1818            "dist": {
    1919                "type": "zip",
    20                 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132",
    21                 "reference": "e749410375ff6fb7a040a68878c656c2e610b132",
     20                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e8d808670b8f882188368faaf1144448c169c0b7",
     21                "reference": "e8d808670b8f882188368faaf1144448c169c0b7",
    2222                "shasum": ""
    2323            },
    2424            "require": {
    25                 "composer-plugin-api": "^1.0",
    26                 "php": "^5.3|^7",
    27                 "squizlabs/php_codesniffer": "^2|^3"
     25                "composer-plugin-api": "^1.0 || ^2.0",
     26                "php": ">=5.3",
     27                "squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev"
    2828            },
    2929            "require-dev": {
     
    7272                "tests"
    7373            ],
    74             "time": "2018-10-26T13:21:45+00:00"
     74            "time": "2020-06-25T14:57:39+00:00"
    7575        },
    7676        {
    7777            "name": "squizlabs/php_codesniffer",
    78             "version": "3.4.0",
     78            "version": "3.5.8",
    7979            "source": {
    8080                "type": "git",
    8181                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    82                 "reference": "379deb987e26c7cd103a7b387aea178baec96e48"
     82                "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
    8383            },
    8484            "dist": {
    8585                "type": "zip",
    86                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48",
    87                 "reference": "379deb987e26c7cd103a7b387aea178baec96e48",
     86                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
     87                "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
    8888                "shasum": ""
    8989            },
     
    118118            ],
    119119            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
    120             "homepage": "http://www.squizlabs.com/php-codesniffer",
     120            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
    121121            "keywords": [
    122122                "phpcs",
    123123                "standards"
    124124            ],
    125             "time": "2018-12-19T23:57:18+00:00"
     125            "time": "2020-10-23T02:01:07+00:00"
    126126        },
    127127        {
     
    130130            "source": {
    131131                "type": "git",
    132                 "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
     132                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    133133                "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce"
    134134            },
    135135            "dist": {
    136136                "type": "zip",
    137                 "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce",
     137                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce",
    138138                "reference": "c9eaadaafefce36b3cb7e06eb15305b8c4cae9ce",
    139139                "shasum": ""
     
    177177    "prefer-lowest": false,
    178178    "platform": [],
    179     "platform-dev": []
     179    "platform-dev": [],
     180    "plugin-api-version": "1.1.0"
    180181}
Note: See TracChangeset for help on using the changeset viewer.