Skip to:
Content

BuddyPress.org

Changeset 12278 for trunk/composer.json


Ignore:
Timestamp:
11/07/2018 03:27:42 PM (8 years ago)
Author:
boonebgorges
Message:

Another try at adding exec:phpcompat Grunt task.

Changeset [12277] didn't properly apply the changes.

See #7997.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r12277 r12278  
    3232        },
    3333        "require-dev": {
    34                 "phpcompatibility/php-compatibility": "*"
    35         },
    36         "scripts": {
    37             "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
    38             "post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
     34                "phpcompatibility/phpcompatibility-wp": "*",
     35                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
    3936        }
    4037}
Note: See TracChangeset for help on using the changeset viewer.