Skip to content

.devcontainer/library-scripts/github-debian.sh #38794

@fawn2848

Description

@fawn2848

{

"name": "hcaptcha/hcaptcha-wordpress-plugin",

"description": "hCaptcha WordPress plugin",

"license": "GPL-2.0-or-later",

"keywords": [

"hcaptcha"

],

"homepage": "",

"type": "wordpress-plugin",

"authors": [

{

  "name": "hCaptcha",

  "homepage": ""

},

{

  "name": "KAGG Design",

  "email": "",

  "homepage": ""

}

],

"support": {

"issues": ""

},

"minimum-stability": "dev",

"prefer-stable": true,

"config": {

"allow-plugins": {

  "kylekatarnls/update-helper": true,

  "dealerdirect/phpcodesniffer-composer-installer": true

}

},

"require": {

"ext-json": "*",

"matthiasmullie/minify": "^1.3.73",

"woocommerce/action-scheduler": "^3.9.2"

},

"require-dev": {

"roave/security-advisories": "dev-latest",

"antecedent/patchwork": "^2.2.1",

"10up/wp_mock": "0.4.2 - 1.0.1",

"codeception/codeception": "4.2.2",

"codeception/module-db": "1.2.0 - 3.1.4",

"codeception/module-webdriver": "1.4.1 - 4.0.2",

"lucatume/function-mocker": "^2.0.0",

"lucatume/wp-browser": "3.7.11 - 4.4.1",

"squizlabs/php_codesniffer": "^3.11.2",

"phpcompatibility/php-compatibility": "^9.3.5",

"phpcompatibility/phpcompatibility-wp": "^2.1.6",

"wp-coding-standards/wpcs": "^3.1.0"

},

"autoload": {

"psr-4": {

  "HCaptcha\\": "src/php",

  "HCaptcha\\Scoper\\": ".php-scoper/src",

  "KAGG\\Settings\\Abstracts\\": "src/php/Settings/Abstracts"

},

"classmap": [

  "vendors"

],

"exclude-from-classmap": [

  "src/php/Divi/WPTestCaseStub.php"

]

},

"autoload-dev": {

"psr-4": {

  "HCaptcha\\": "src/php",

  "HCaptcha\\Tests\\Integration\\": ".tests/php/integration",

  "HCaptcha\\Tests\\Unit\\": ".tests/php/unit"

}

},

"scripts": {

"post-cmd": "HCaptcha\\Scoper\\Scoper::post_cmd",

"post-install-cmd": "@post-cmd",

"post-update-cmd": "@post-cmd",

"post-package-install": "HCaptcha\\Scoper\\Scoper::post_package_install",

"post-package-update": "HCaptcha\\Scoper\\Scoper::post_package_update",

"post-package-uninstall": "HCaptcha\\Scoper\\Scoper::post_package_uninstall",

"phpcs": "vendor/bin/phpcs --colors --standard=phpcs.xml",

"integration": "codecept run integration -c codeception.yml",

"unit": "codecept run unit -c codeception.yml"

},

"extra": {

"scope-packages": [

  "matthiasmullie/minify",

  "matthiasmullie/path-converter"

]

}

}

Originally posted by @ApTeMkA59rus in 74b37a0

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis issue/PR is invalidtriageDo not begin working on this issue until triaged by the team

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions