HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: //var/chroot/var/www/wp-content/mu-plugins/vendor/wpex/stock-photos/composer.json
{
  "name" : "wpex/stock-photos",
  "description": "Import beautiful, curated stock photos for your website.",
  "type" : "wordpress-plugin",
  "license" : "GPL-2.0+",
  "require": {},
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.5",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "wp-coding-standards/wpcs": "^2.1"
  },
  "extra": {
    "installer-paths": {
      "vendor/{$name}/": ["type:wordpress-plugin"]
    }
  },
  "scripts": {
    "post-install-cmd": [
      "npm install"
    ],
    "build-release": [
      "git archive $(git branch --show-current) -o \"../stock-photos-$(cat stock-photos.php | grep Version | sed 's/* Version://g' | awk '{$1=$1};1').zip\""
    ],
    "lint": "@php ./vendor/bin/phpcs"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}