Skip to:
Content

BuddyPress.org

Changeset 13801 for trunk/composer.json


Ignore:
Timestamp:
04/24/2024 01:29:58 AM (2 years ago)
Author:
espellcaste
Message:

Upgrade the WordPress Coding Standards for PHP_CodeSniffer for the latest 3.0 version.

See #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r13794 r13801  
    3636        },
    3737        "require": {
    38                 "composer/installers": "^1.10.0",
    3938                "php": ">=5.6.0"
    4039        },
    4140        "require-dev": {
    42                 "buddypress/bp-coding-standards": "0.1.0",
     41                "buddypress/bp-coding-standards": "dev-trunk",
    4342                "yoast/phpunit-polyfills": "^1.0",
    4443                "spatie/phpunit-watcher": "^1.23"
     
    4746                "test": "@php ./vendor/phpunit/phpunit/phpunit",
    4847                "test_multi": "@php ./vendor/phpunit/phpunit/phpunit -c tests/phpunit/multisite.xml",
    49                 "phpunit": "@php ./vendor/phpunit/phpunit/phpunit",
    50                 "phpcs": "@php ./vendor/bin/phpcs",
     48                "phpunit": "@test",
     49                "phpcs": "@php ./vendor/bin/phpcs . --basepath=.",
     50                "phpcbf": "@php ./vendor/bin/phpcbf . --basepath=.",
    5151                "test:watch": [
    5252                        "Composer\\Config::disableProcessTimeout",
Note: See TracChangeset for help on using the changeset viewer.