Make WordPress Core

Ticket #48086: 48086.diff

File 48086.diff, 4.0 KB (added by dingo_d, 4 years ago)
  • composer.json

    diff --git composer.json composer.json
    index 2020779623..0d30d0aff3 100644
     
    99        "support": {
    1010                "issues": "https://core.trac.wordpress.org/"
    1111        },
     12        "require": {
     13                "ext-date": "*",
     14                "ext-dom": "*",
     15                "ext-filter": "*",
     16                "ext-ftp": "*",
     17                "ext-gd": "*",
     18                "ext-hash": "*",
     19                "ext-json": "*",
     20                "ext-mbstring": "*",
     21                "ext-mysqli": "*",
     22                "ext-posix": "*",
     23                "ext-SimpleXML": "*",
     24                "ext-sockets": "*",
     25                "ext-SPL": "*",
     26                "ext-tokenizer": "*",
     27                "ext-xml": "*",
     28                "ext-xmlreader": "*",
     29                "ext-zlib": "*",
     30                "lib-curl": "*",
     31                "lib-iconv": "*",
     32                "lib-libxml": "*",
     33                "lib-openssl": "*",
     34                "lib-pcre": "*"
     35        },
    1236        "require-dev": {
    1337                "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0",
    1438                "wp-coding-standards/wpcs": "~2.1.0"
    1539        },
     40        "suggest": {
     41                "ext-ssh2": "*",
     42                "ext-exif": "*",
     43                "ext-imagick":  "* || It's possible to use gmagick extension instead, but not both at the same time."
     44        },
    1645        "scripts": {
    1746                "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source --cache -d memory_limit=256M",
    1847                "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source --cache -d memory_limit=256M",
  • composer.lock

    diff --git composer.lock composer.lock
    index a6cf6d0905..2304104a66 100644
     
    44        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "54fbee5534d4ee1d332bb374c5442e79",
     7    "content-hash": "255cd790861085659e3e24c2c1771bf1",
    88    "packages": [],
    99    "packages-dev": [
    1010        {
     
    7575        },
    7676        {
    7777            "name": "squizlabs/php_codesniffer",
    78             "version": "3.4.0",
     78            "version": "3.4.2",
    7979            "source": {
    8080                "type": "git",
    8181                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    82                 "reference": "379deb987e26c7cd103a7b387aea178baec96e48"
     82                "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
    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/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
     87                "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
    8888                "shasum": ""
    8989            },
    9090            "require": {
     
    117117                }
    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": "2019-04-10T23:49:02+00:00"
    126126        },
    127127        {
    128128            "name": "wp-coding-standards/wpcs",
     
    175175    "stability-flags": [],
    176176    "prefer-stable": false,
    177177    "prefer-lowest": false,
    178     "platform": [],
     178    "platform": {
     179        "ext-date": "*",
     180        "ext-dom": "*",
     181        "ext-filter": "*",
     182        "ext-ftp": "*",
     183        "ext-gd": "*",
     184        "ext-hash": "*",
     185        "ext-json": "*",
     186        "ext-mbstring": "*",
     187        "ext-mysqli": "*",
     188        "ext-posix": "*",
     189        "ext-simplexml": "*",
     190        "ext-sockets": "*",
     191        "ext-spl": "*",
     192        "ext-tokenizer": "*",
     193        "ext-xml": "*",
     194        "ext-xmlreader": "*",
     195        "ext-zlib": "*",
     196        "lib-curl": "*",
     197        "lib-iconv": "*",
     198        "lib-libxml": "*",
     199        "lib-openssl": "*",
     200        "lib-pcre": "*"
     201    },
    179202    "platform-dev": []
    180203}