Skip to:
Content

BuddyPress.org

Changeset 14014 for trunk/composer.json


Ignore:
Timestamp:
09/02/2024 10:45:11 PM (3 months ago)
Author:
espellcaste
Message:

Raise the minimum supported WordPress and PHP versions.

The new minimum WordPress version supported is 6.4.
The new minimum PHP version supported is 7.0.

Props imath.
Fixes #9225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r13872 r14014  
    3636    },
    3737    "require": {
    38         "php": ">=5.6.0"
     38        "php": ">=7.0.0"
    3939    },
    4040    "require-dev": {
     
    5050        "phpcbf": "@php ./vendor/bin/phpcbf . --basepath=.",
    5151        "phpcs-escape": "@php ./vendor/bin/phpcs src --extensions=php -sp --standard=BuddyPress --sniffs=WordPress.Security.EscapeOutput,WordPress.Security.SafeRedirect",
    52         "phpcompat": "@php ./vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php -sp --runtime-set testVersion 5.6- src tests",
     52        "phpcompat": "@php ./vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php -sp --runtime-set testVersion 7.0- src tests",
    5353        "test:watch": [
    5454            "Composer\\Config::disableProcessTimeout",
Note: See TracChangeset for help on using the changeset viewer.