Make WordPress Core

Changeset 49535 for trunk/composer.lock


Ignore:
Timestamp:
11/07/2020 01:18:24 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Check if all the required PHP extensions are loaded before running the test suite.

Add the GD extension as a hard requirement.

This improves the reliability of the test suite and ensures that if the test infrastructure changes in the future and a platform requirement such as GD accidentally gets removed, the tests fail with an appropriate error message.

Follow-up to [48592].

Props ayeshrajans, jrf, johnbillion.
Fixes #50640.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.lock

    r49306 r49535  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "463db2b4afb439fb63d93173c0852e27",
     7    "content-hash": "fcf040d9233a22165eeffaeb98694436",
    88    "packages": [],
    99    "packages-dev": [
     
    131131                "constructor",
    132132                "instantiate"
     133            ],
     134            "funding": [
     135                {
     136                    "url": "https://www.doctrine-project.org/sponsorship.html",
     137                    "type": "custom"
     138                },
     139                {
     140                    "url": "https://www.patreon.com/phpdoctrine",
     141                    "type": "patreon"
     142                },
     143                {
     144                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
     145                    "type": "tidelift"
     146                }
    133147            ],
    134148            "time": "2020-05-29T17:27:14+00:00"
     
    18381852        "php": ">=5.6"
    18391853    },
    1840     "platform-dev": [],
     1854    "platform-dev": {
     1855        "ext-gd": "*"
     1856    },
    18411857    "plugin-api-version": "1.1.0"
    18421858}
Note: See TracChangeset for help on using the changeset viewer.