https://github.com/PressForward/pressforward
Raw File
Tip revision: 6574fc369f5d200caa1257f849ff8d2e213c877e authored by Boone B Gorges on 01 March 2023, 19:55:47 UTC
Stable tag 5.4.0.
Tip revision: 6574fc3
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.9",
        "szepeviktor/phpstan-wordpress": "^1.1",
        "phpstan/extension-installer": "^1.2"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "phpstan/extension-installer": true
        }
    }
}
back to top