HEX
Server: Apache
System: Linux iad1-shared-b8-22 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_7uh9vd (6523960)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/dh_7uh9vd/lifeofcanada.com/wp-content/plugins/theia-post-slider/composer.json
{
    "name": "wecodepixels/theia-post-slider",
    "description": "Transform your multi-page posts into slideshows.",
    "keywords": [
        "wordpress",
        "plugin",
        "slider"
    ],
    "homepage": "https://wecodepixels.com",
    "license": "MIT",
    "authors": [
        {
            "name": "WeCodePixels",
            "email": "contact@wecodepixels.com",
            "homepage": "https://wecodepixels.com"
        }
    ],
    "type": "wordpress-plugin",
    "repositories": [
        {
            "type": "vcs",
            "url": "git@bitbucket.org:wecodepixels/wordpress-plugin.git"
        }
    ],
    "require": {
        "php": ">=5.3",
        "ezyang/htmlpurifier": "~4.8.0",
        "wecodepixels/wordpress-plugin": "dev-master"
    },
    "scripts": {
        "post-package-install": [
            "@rename-plugin-framework"
        ],
        "post-package-update": [
            "@rename-plugin-framework"
        ],
        "rename-plugin-framework": "find ./vendor/wecodepixels/wordpress-plugin -type f -name '*.php' -exec sed -i 's#namespace WeCodePixels\\\\PluginFramework;#namespace WeCodePixels\\\\TheiaPostSliderFramework;#g' {} \\;"
    }
}