Skip to:
Content

BuddyPress.org

Changeset 12277 for trunk/package.json


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

Introduce PHP compatibility build/test tools.

The new exec:phpcompat Grunt task uses the phpcompatibility-wp library
to do a WordPress-sensitive check for incompatibilities between our codebase
and the PHP versions that we support.

A new Travis CI job is dedicated to running the phpcompat tests. This
pattern parallels our travis:grunt job.

The new exec:phpcompat tests supercede the phplint task introduced in #7925.

See #7997.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r12262 r12277  
    77        "devDependencies": {
    88                "@wordpress/browserslist-config": "~2.1.4",
    9                 "autoprefixer": "~8.5.1",
    10                 "grunt": "~1.0.2",
     9                "autoprefixer": "~8.5.2",
     10                "grunt": "~1.0.3",
    1111                "grunt-check-dependencies": "~1.0.0",
    1212                "grunt-checktextdomain": "~1.0.1",
     
    2929                "grunt-wp-i18n": "~1.0.2",
    3030                "matchdep": "~1.0.1",
    31                 "postcss-scss": "~1.0.5",
     31                "postcss-scss": "~1.0.6",
    3232                "stylelint": "~7.10.1",
    3333                "stylelint-config-wordpress": "~11.0.0"
Note: See TracChangeset for help on using the changeset viewer.