Make WordPress Core

Ticket #43558: 43558.diff

File 43558.diff, 7.7 KB (added by netweb, 5 years ago)
  • composer.json

     
     1{
     2        "name": "wordpress/wordpress",
     3        "license": "GPL-2.0-or-later",
     4        "description": "WordPress is web software you can use to create a beautiful website or blog.",
     5        "homepage": "https://wordpress.org",
     6        "keywords": [
     7                "blog", "cms", "wordpress", "wp"
     8        ],
     9        "support": {
     10                "issues": "https://core.trac.wordpress.org/"
     11        },
     12        "require-dev": {
     13                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
     14                "squizlabs/php_codesniffer": "^3.2.3",
     15                "wp-coding-standards/wpcs": "dev-feature/new-multi-line-comment-formatting-sniffs"
     16        },
     17        "scripts": {
     18                "format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
     19                "lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source"
     20        }
     21}
  • composer.lock

     
     1{
     2    "_readme": [
     3        "This file locks the dependencies of your project to a known state",
     4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
     5        "This file is @generated automatically"
     6    ],
     7    "content-hash": "4b409623b2bc5d8e87b7f45d57a60990",
     8    "packages": [],
     9    "packages-dev": [
     10        {
     11            "name": "dealerdirect/phpcodesniffer-composer-installer",
     12            "version": "v0.4.4",
     13            "source": {
     14                "type": "git",
     15                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
     16                "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
     17            },
     18            "dist": {
     19                "type": "zip",
     20                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
     21                "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
     22                "shasum": ""
     23            },
     24            "require": {
     25                "composer-plugin-api": "^1.0",
     26                "php": "^5.3|^7",
     27                "squizlabs/php_codesniffer": "*"
     28            },
     29            "require-dev": {
     30                "composer/composer": "*",
     31                "wimg/php-compatibility": "^8.0"
     32            },
     33            "suggest": {
     34                "dealerdirect/qa-tools": "All the PHP QA tools you'll need"
     35            },
     36            "type": "composer-plugin",
     37            "extra": {
     38                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
     39            },
     40            "autoload": {
     41                "psr-4": {
     42                    "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
     43                }
     44            },
     45            "notification-url": "https://packagist.org/downloads/",
     46            "license": [
     47                "MIT"
     48            ],
     49            "authors": [
     50                {
     51                    "name": "Franck Nijhof",
     52                    "email": "f.nijhof@dealerdirect.nl",
     53                    "homepage": "http://workingatdealerdirect.eu",
     54                    "role": "Developer"
     55                }
     56            ],
     57            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
     58            "homepage": "http://workingatdealerdirect.eu",
     59            "keywords": [
     60                "PHPCodeSniffer",
     61                "PHP_CodeSniffer",
     62                "code quality",
     63                "codesniffer",
     64                "composer",
     65                "installer",
     66                "phpcs",
     67                "plugin",
     68                "qa",
     69                "quality",
     70                "standard",
     71                "standards",
     72                "style guide",
     73                "stylecheck",
     74                "tests"
     75            ],
     76            "time": "2017-12-06T16:27:17+00:00"
     77        },
     78        {
     79            "name": "squizlabs/php_codesniffer",
     80            "version": "3.2.3",
     81            "source": {
     82                "type": "git",
     83                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
     84                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
     85            },
     86            "dist": {
     87                "type": "zip",
     88                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
     89                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
     90                "shasum": ""
     91            },
     92            "require": {
     93                "ext-simplexml": "*",
     94                "ext-tokenizer": "*",
     95                "ext-xmlwriter": "*",
     96                "php": ">=5.4.0"
     97            },
     98            "require-dev": {
     99                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
     100            },
     101            "bin": [
     102                "bin/phpcs",
     103                "bin/phpcbf"
     104            ],
     105            "type": "library",
     106            "extra": {
     107                "branch-alias": {
     108                    "dev-master": "3.x-dev"
     109                }
     110            },
     111            "notification-url": "https://packagist.org/downloads/",
     112            "license": [
     113                "BSD-3-Clause"
     114            ],
     115            "authors": [
     116                {
     117                    "name": "Greg Sherwood",
     118                    "role": "lead"
     119                }
     120            ],
     121            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
     122            "homepage": "http://www.squizlabs.com/php-codesniffer",
     123            "keywords": [
     124                "phpcs",
     125                "standards"
     126            ],
     127            "time": "2018-02-20T21:35:23+00:00"
     128        },
     129        {
     130            "name": "wp-coding-standards/wpcs",
     131            "version": "dev-feature/new-multi-line-comment-formatting-sniffs",
     132            "source": {
     133                "type": "git",
     134                "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
     135                "reference": "ce4d719296ebbecd01f57bc3729833e89b39ad99"
     136            },
     137            "dist": {
     138                "type": "zip",
     139                "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/ce4d719296ebbecd01f57bc3729833e89b39ad99",
     140                "reference": "ce4d719296ebbecd01f57bc3729833e89b39ad99",
     141                "shasum": ""
     142            },
     143            "require": {
     144                "php": ">=5.3",
     145                "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
     146            },
     147            "suggest": {
     148                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
     149            },
     150            "type": "phpcodesniffer-standard",
     151            "notification-url": "https://packagist.org/downloads/",
     152            "license": [
     153                "MIT"
     154            ],
     155            "authors": [
     156                {
     157                    "name": "Contributors",
     158                    "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
     159                }
     160            ],
     161            "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
     162            "keywords": [
     163                "phpcs",
     164                "standards",
     165                "wordpress"
     166            ],
     167            "time": "2017-11-30T18:28:51+00:00"
     168        }
     169    ],
     170    "aliases": [],
     171    "minimum-stability": "stable",
     172    "stability-flags": {
     173        "wp-coding-standards/wpcs": 20
     174    },
     175    "prefer-stable": false,
     176    "prefer-lowest": false,
     177    "platform": [],
     178    "platform-dev": []
     179}