Skip to:
Content

BuddyPress.org

Changeset 13684 for trunk/composer.json


Ignore:
Timestamp:
12/30/2023 09:56:33 AM (10 months ago)
Author:
imath
Message:

Update required Node.js version to >=20.10.0

Following WordPress latest move, we're updating Node.js as well as some development dependencies.
See: https://make.wordpress.org/core/2023/12/20/updating-wordpress-to-use-more-modern-versions-of-node-js-npm-2/

This commit also bumps PHP version to 8.2 for the coding standards GitHub action and wp-phpunit/wp-phpunit to 6.4 into our composer.json file.

Props espellcaste

Fixes #9047
Closes https://github.com/buddypress/buddypress/pull/205
Closes https://github.com/buddypress/buddypress/pull/210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r13553 r13684  
    1515    "homepage": "https://buddypress.org",
    1616    "license": "GPL-2.0-or-later",
    17     "authors": [ {
    18         "name": "BuddyPress Community",
    19         "homepage": "https://buddypress.org/about/"
    20     } ],
     17    "authors": [
     18        {
     19            "name": "BuddyPress Community",
     20            "homepage": "https://buddypress.org/about/"
     21        }
     22    ],
    2123    "support": {
    2224        "forum": "https://buddypress.org/support/",
     
    4547    "require-dev": {
    4648        "buddypress/bp-coding-standards": "dev-trunk",
    47         "wp-phpunit/wp-phpunit": "^6.3",
    48         "yoast/phpunit-polyfills": "^1.0.1"
     49        "wp-phpunit/wp-phpunit": "^6.4",
     50        "yoast/phpunit-polyfills": "^1.0"
    4951    },
    5052    "scripts": {
    5153        "test": "@php ./vendor/phpunit/phpunit/phpunit",
    52         "phpcs" : "@php ./vendor/bin/phpcs"
     54        "phpcs": "@php ./vendor/bin/phpcs"
    5355    }
    5456}
Note: See TracChangeset for help on using the changeset viewer.