HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bdedition/public_html/core/vendor/simplesoftwareio/simple-qrcode/composer.json
{
    "name": "simplesoftwareio/simple-qrcode",
    "description": "Simple QrCode is a QR code generator made for Laravel.",
    "keywords": ["qrcode", "laravel", "simple", "generator", "wrapper"],
    "homepage": "https://www.simplesoftware.io/#/docs/simple-qrcode",
    "license" : "MIT",
    "authors": [
        {
            "name": "Simple Software LLC",
            "email": "support@simplesoftware.io"
        }
    ],
    "require": {
        "php": ">=7.2|^8.0",
      	"ext-gd": "*",
        "bacon/bacon-qr-code": "^2.0"
    },
    "require-dev": {
        "mockery/mockery": "~1",
        "phpunit/phpunit": "~9"
    },
    "suggest": {
        "ext-imagick": "Allows the generation of PNG QrCodes.",
        "illuminate/support": "Allows for use within Laravel."
    },
    "autoload": {
        "psr-4": {
            "SimpleSoftwareIO\\QrCode\\": "src"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "laravel": {
            "providers": [
                "SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
            ],
            "aliases": {
                "QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
            }
        }
    }
}