Make WordPress Core

Changeset 49571 for trunk/composer.json


Ignore:
Timestamp:
11/12/2020 05:23:44 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Only enforce PHP extension requirements when running core tests.

This allows other users of the WordPress unit test suite framework to run their own unit tests without needing the GD extension, which should only be a requirement if running core tests.

Follow-up to [49535].

Props jamescollins.
Fixes #50640.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r49535 r49571  
    1717        "wp-coding-standards/wpcs": "~2.3.0",
    1818        "phpcompatibility/phpcompatibility-wp": "^2.1.0",
    19         "phpunit/phpunit": "^7.5",
    20         "ext-gd": "*"
     19        "phpunit/phpunit": "^7.5"
    2120    },
    2221    "autoload-dev": {
Note: See TracChangeset for help on using the changeset viewer.