Skip to:
Content

bbPress.org

Changeset 7353 for trunk/composer.json


Ignore:
Timestamp:
11/14/2025 07:39:41 PM (7 months ago)
Author:
johnjamesjacoby
Message:

Tools - Build: Upgrade Composer, npm, and add wp-env for PHPUnit.

This commit modernizes the dev environment, bringing it up-to-speed with BuddyPress and others.

Props sirlouen.

In trunk, for 2.7.

Fixes #3610.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r7352 r7353  
    1919        "lint": [
    2020            "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
    21         ]
     21        ],
     22        "test": [
     23            "@php ./vendor/bin/phpunit -c phpunit.xml.dist"
     24        ],
     25        "phpunit": [
     26            "@test"
     27        ]
     28    },
     29    "config": {
     30        "allow-plugins": {
     31            "composer/installers": true,
     32            "dealerdirect/phpcodesniffer-composer-installer": true
     33        }
    2234    }
    2335}
Note: See TracChangeset for help on using the changeset viewer.