Skip to:
Content

BuddyPress.org

Changeset 13784 for trunk/composer.json


Ignore:
Timestamp:
04/05/2024 06:59:43 PM (2 years ago)
Author:
espellcaste
Message:

Use the versioned buddypress/bp-coding-standards from packagist

closes https://github.com/buddypress/buddypress/pull/248

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r13739 r13784  
    3535                }
    3636        },
    37         "repositories": [
    38                 {
    39                         "url": "https://github.com/buddypress/bp-coding-standards.git",
    40                         "type": "git"
    41                 }
    42         ],
    4337        "require": {
    4438                "composer/installers": "^1.10.0",
     
    4640        },
    4741        "require-dev": {
    48                 "buddypress/bp-coding-standards": "dev-trunk",
     42                "buddypress/bp-coding-standards": "0.1.0",
    4943                "yoast/phpunit-polyfills": "^1.0",
    5044                "spatie/phpunit-watcher": "^1.23"
Note: See TracChangeset for help on using the changeset viewer.