Make WordPress Core

Changeset 57563 for trunk/composer.json


Ignore:
Timestamp:
02/08/2024 09:11:43 AM (3 years ago)
Author:
gziolo
Message:

Interactivity API: Integrate Server Directive Processing

The Interactivity API enables WordPress developers to create dynamic and interactive web experiences with ease using a set of special HTML attributes called directives. Please refer to the [Interactivity API proposal](https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/) for further details.

It syncs the changes from the Gutenberg plugin: https://github.com/WordPress/gutenberg/pull/58066.

Fixes #60356.
Props luisherranz, jonsurrell, swissspidy, westonruter, gziolo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r57378 r57563  
    1111        },
    1212        "require": {
     13                "ext-json": "*",
    1314                "php": ">=7.0"
    1415        },
Note: See TracChangeset for help on using the changeset viewer.