403Webshell
Server IP : 164.138.27.172  /  Your IP : 216.73.216.143
Web Server : nginx/1.27.4
System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User : www-adm ( 1001)
PHP Version : 8.3.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/jonasn/dev/internetstiftelsen/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jonasn/dev/internetstiftelsen/composer.json
{
    "name": "iis/internetstiftelsen",
    "type": "wordpress-core",
    "version": "0.1",
    "description": "Internetstiftelsen",
    "authors": [
        {
            "name": "Jonas Nordström",
            "email": "jonas.nordstrom@internetstiftelsen.se"
        },
        {
            "name": "Richard Brattlund",
            "email": "richard.brattlund@internetstiftelsen.se"
        },
        {
            "name": "Robert Hedman",
            "email": "robert.hedman@internetstiftelsen.se"
        },
        {
            "name": "Tobias Bleckert",
            "email": "tobias.bleckert@internetstiftelsen.se"
        }
    ],
    "repositories":[
        {
            "type":"composer",
            "url":"https://wpackagist.org"
        },
        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/iis-pack.git"
        },
        {
          "type": "vcs",
          "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/iis-podcast.git"
        },
        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/iis-footer.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:westonruter/code-syntax-block.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:sewebb/iis-media-replace.git"
        },
        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/iis-mailchimp.git"
        },
        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/iis-mailman.git"
        },
        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/graphtool-block.git"
        },
        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/graphtool-embed.git"
        },
        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/plugins/lord-icon.git"
        },

        {
            "type": "vcs",
            "url": "git@gitlab.com:internetstiftelsen/internal/webbgruppen/packages/deployer.git"
        },
        {
            "type": "composer",
            "url": "https://wp-languages.github.io"
        },
        {
            "type":"composer",
            "url":"https://connect.advancedcustomfields.com"
		},
        {
            "type": "github",
            "url": "https://github.com/publishpress/publishpress-revisions",
            "only": ["publishpress/publishpress-revisions"]
        }
    ],
    "require": {
        "php": ">=8.1",
        "vlucas/phpdotenv": "^5.4",
        "johnpbloch/wordpress": "^6.3",
        "oscarotero/env":"^2.1.0",
        "iis/iis-pack": "^3.0.1",
        "iis/graphtool-block": "^4.0.1",
        "iis/graphtool-embed": "^0.1.2",
        "iis/iis-footer": "dev-master",
        "iis/lord-icon": "^0.2",
        "koodimonni-language/core-sv_se": "*",
        "wpackagist-plugin/cms-tree-page-view":"*",
        "wpackagist-plugin/wordpress-seo": "*",
        "wpackagist-plugin/wp-mail-smtp": "^4.0",
        "wpengine/advanced-custom-fields-pro": "*",
        "google/recaptcha": "^1.2",
        "iis/iis-media-replace": "dev-master",
        "gree/jose": "^2.2",
        "firebase/php-jwt": "^5.0",
        "phpseclib/phpseclib": "^2.0",
        "iis/library": "^4.5",
        "iis/blocks": "^7.0",
        "iis/iis-mailchimp": "^1.1",
        "iis/iis-mailman": "dev-master",
        "iis/podcast": "^0.6.5",
        "brainmaestro/composer-git-hooks": "^2.8",
        "ext-json": "*",
        "iis/deployer": "dev-main",
        "publishpress/publishpress-revisions": "^3.5",
        "wp-media/imagify-plugin": "^2.1",
        "wpackagist-plugin/mediaflow": "^2.0",
        "wpackagist-plugin/wp-last-modified-info": "^1.8"
    },
    "autoload": {
        "classmap": [
            "www/app/themes/internetstiftelsen/inc/"
        ]
    },
    "extra": {
        "wordpress-install-dir": "www/wp",
        "installer-paths": {
            "www/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
            "www/app/plugins/{$name}/": ["type:wordpress-plugin"],
            "www/app/themes/{$name}/": ["type:wordpress-theme"]
        },
        "dropin-paths": {
            "www/app/languages/": ["vendor:koodimonni-language"],
            "www/app/languages/plugins/": ["vendor:koodimonni-plugin-language"],
            "www/app/languages/themes/": ["vendor:koodimonni-theme-language"]
        },
        "private-composer-installer": {
          "dotenv-path": ".",
          "dotenv-name": ".env"
        },
        "hooks": {
            "pre-commit": [
                "if git diff --cached --name-only --diff-filter=ACM | xargs grep -H -n -E '^(<|>|=|\\|){7}' > /dev/null; then",
                  "echo \"Warning: You have left some Git conflict markers in.\"",
                  "echo \"Your commit is probably bad.\"",
                  "echo",
                  "git diff --cached --name-only --diff-filter=ACM | xargs grep -H -n -E '^(<|>|=|\\|){7}'",
                  "exit 1",
                "fi"
            ]
        }
    },
    "require-dev": {
        "wpackagist-plugin/query-monitor": "*",
        "wpackagist-plugin/debug-bar-console": "*",
        "wpackagist-plugin/rewrite-rules-inspector": "*",
        "squizlabs/php_codesniffer": "3.*",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
        "wp-coding-standards/wpcs": "dev-develop",
        "deployer/deployer": "^7.0",
        "larapack/dd": "1.*",
        "phpstan/phpstan": "^1.9",
        "szepeviktor/phpstan-wordpress": "^1.1"
    },
    "scripts": {
        "test": "./vendor/bin/phpcs -sp --colors --standard=phpcs.xml --extensions=php ./www/app/themes/internetstiftelsen",
        "testsummary": "./vendor/bin/phpcs -sp --standard=phpcs.xml --report=summary --extensions=php ./www/app/themes/internetstiftelsen",

        "php-fix": "./vendor/bin/phpcbf -p --standard=phpcs.xml --extensions=php ./www/app/themes/internetstiftelsen",
        "php-blame": "./vendor/bin/phpcs -p --standard=phpcs.xml --report=gitblame --extensions=php ./www/app/themes/internetstiftelsen",
        "deploy": "./vendor/bin/dep deploy stage",
        "deploy:stage": "composer deploy",
        "deploy:prod": "./vendor/bin/dep deploy prod",
        "cghooks": "vendor/bin/cghooks",
        "post-install-cmd": "cghooks add --ignore-lock",
        "post-update-cmd": "cghooks update"
    },
    "prefer-stable": true,
    "minimum-stability": "dev",
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "ffraenz/private-composer-installer": true,
            "johnpbloch/wordpress-core-installer": true,
            "koodimonni/composer-dropin-installer": true,
            "dangoodman/composer-for-wordpress": true
        },
        "preferred-install": {
            "publishpress/publishpress-authors": "dist"
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit