Make WordPress Core

Changeset 47927


Ignore:
Timestamp:
06/08/2020 08:09:53 PM (5 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update the wp-coding-standards/wpcs package.

This updates the version from 2.1.1 to 2.3.0, the latest version at this time.

Fixes #50258.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r47881 r47927  
    1515    "require-dev": {
    1616        "dealerdirect/phpcodesniffer-composer-installer": "~0.6.0",
    17         "wp-coding-standards/wpcs": "~2.1.0",
     17        "wp-coding-standards/wpcs": "~2.3.0",
    1818        "phpcompatibility/phpcompatibility-wp": "^2.1.0",
    1919        "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
  • trunk/composer.lock

    r47881 r47927  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "1bf57d3f7cae929b12b027ac402b8763",
     7    "content-hash": "798cd84a945e4caa3d0161ff63ec3743",
    88    "packages": [],
    99    "packages-dev": [
     
    127127                "constructor",
    128128                "instantiate"
    129             ],
    130             "funding": [
    131                 {
    132                     "url": "https://www.doctrine-project.org/sponsorship.html",
    133                     "type": "custom"
    134                 },
    135                 {
    136                     "url": "https://www.patreon.com/phpdoctrine",
    137                     "type": "patreon"
    138                 },
    139                 {
    140                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
    141                     "type": "tidelift"
    142                 }
    143129            ],
    144130            "time": "2020-05-29T17:27:14+00:00"
     
    16741660                "portable"
    16751661            ],
    1676             "funding": [
    1677                 {
    1678                     "url": "https://symfony.com/sponsor",
    1679                     "type": "custom"
    1680                 },
    1681                 {
    1682                     "url": "https://github.com/fabpot",
    1683                     "type": "github"
    1684                 },
    1685                 {
    1686                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    1687                     "type": "tidelift"
    1688                 }
    1689             ],
    16901662            "time": "2020-05-12T16:14:59+00:00"
    16911663        },
     
    17801752        {
    17811753            "name": "wp-coding-standards/wpcs",
    1782             "version": "2.1.1",
     1754            "version": "2.3.0",
    17831755            "source": {
    17841756                "type": "git",
    17851757                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    1786                 "reference": "bd9c33152115e6741e3510ff7189605b35167908"
    1787             },
    1788             "dist": {
    1789                 "type": "zip",
    1790                 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/bd9c33152115e6741e3510ff7189605b35167908",
    1791                 "reference": "bd9c33152115e6741e3510ff7189605b35167908",
     1758                "reference": "7da1894633f168fe244afc6de00d141f27517b62"
     1759            },
     1760            "dist": {
     1761                "type": "zip",
     1762                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
     1763                "reference": "7da1894633f168fe244afc6de00d141f27517b62",
    17921764                "shasum": ""
    17931765            },
     
    17971769            },
    17981770            "require-dev": {
    1799                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
     1771                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
    18001772                "phpcompatibility/php-compatibility": "^9.0",
     1773                "phpcsstandards/phpcsdevtools": "^1.0",
    18011774                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
    18021775            },
    18031776            "suggest": {
    1804                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
     1777                "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
    18051778            },
    18061779            "type": "phpcodesniffer-standard",
     
    18121785                {
    18131786                    "name": "Contributors",
    1814                     "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
     1787                    "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
    18151788                }
    18161789            ],
     
    18211794                "wordpress"
    18221795            ],
    1823             "time": "2019-05-21T02:50:00+00:00"
     1796            "time": "2020-05-13T23:57:56+00:00"
    18241797        }
    18251798    ],
     
    18321805        "php": ">=5.6"
    18331806    },
    1834     "platform-dev": [],
    1835     "plugin-api-version": "1.1.0"
     1807    "platform-dev": []
    18361808}
Note: See TracChangeset for help on using the changeset viewer.