MOON
Server: Apache
System: Linux server.royaltuning.hu 4.18.0-425.13.1.el8_7.x86_64 #1 SMP Tue Feb 21 04:20:52 EST 2023 x86_64
User: royaltuning (1001)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/royaltuning/www/public/wp-content/plugins/upsellwp-mini-cart/composer.json
{
  "name": "upsellwp/upsellwp-mini-cart",
  "description": "UpsellWP Mini-cart WordPress plugin",
  "version": "1.0.0",
  "minimum-stability": "stable",
  "prefer-stable": true,
  "type": "wordpress-plugin",
  "authors": [
    {
      "name": "Team UpsellWP",
      "email": "team@upsellwp.com"
    }
  ],
  "license": "GPL-3.0-or-later",
  "autoload": {
    "psr-4": {
      "UWPMC\\": "",
      "UWPMC\\App\\": "app/"
    }
  },
  "scripts": {
    "cs": "phpcs --standard=phpcs.xml .",
    "cbf": "phpcbf --standard=phpcs.xml ."
  },
  "require": {
    "ext-json": "*"
  }
}