https://github.com/PressForward/pressforward
Raw File
Tip revision: 908d0bccb03b65dccff0fc104ee58f3f2e7ed534 authored by Boone B Gorges on 16 January 2024, 22:31:29 UTC
Merge branch '5.6.x'
Tip revision: 908d0bc
composer.json
{
    "name": "pressforward/pressforward",
    "type": "project",
    "license": "AGPLv3",
    "repositories": [
      {
        "type": "git",
        "url": "https://github.com/WordPress/WordPress-Coding-Standards"
      }
    ],
    "require-dev": {
        "wp-coding-standards/wpcs": "dev-develop#2.3.0-fix-vsprintf",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
        "phpcompatibility/phpcompatibility-wp": "*",
        "phpstan/phpstan": "^1.10",
        "szepeviktor/phpstan-wordpress": "^1.3",
        "phpstan/extension-installer": "^1.2",
        "yoast/phpunit-polyfills": "^1.0"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "phpstan/extension-installer": true
        }
    },
    "require": {
        "simplehtmldom/simplehtmldom": "^2.0-RC",
        "firebase/php-jwt": "^6.4",
        "paragonie/random_compat": "^9.99",
        "davechild/textstatistics": "^1.0",
        "mattwright/urlresolver": "^2.0",
        "fivefilters/readability.php": "~3.0.0",
        "psr/log": "^1.0"
    }
}
back to top