https://github.com/PressForward/pressforward
Raw File
Tip revision: 438629d15ed9706ebcddebfdd2eca2c39ed49947 authored by Boone B Gorges on 23 February 2023, 18:52:05 UTC
Fix strpos() logic in PF_Readability::process_in_oembeds().
Tip revision: 438629d
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