Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 9ce4b7c35607a2c2d7ba894bcb9149e6148cf95e
  • main default protected
  • master
  • remove-text-area
  • captcha
5 results

composer.lock

Blame
  • composer.lock 9.89 KiB
    {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
            "This file is @generated automatically"
        ],
        "content-hash": "f7aa6bb2f1909c2b8666635c52dac1ab",
        "packages": [
            {
                "name": "bacon/bacon-qr-code",
                "version": "2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Bacon/BaconQrCode.git",
                    "reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
                    "reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
                    "shasum": ""
                },
                "require": {
                    "dasprid/enum": "^1.0.3",
                    "ext-iconv": "*",
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "phly/keep-a-changelog": "^1.4",
                    "phpunit/phpunit": "^7 | ^8 | ^9",
                    "squizlabs/php_codesniffer": "^3.4"
                },
                "suggest": {
                    "ext-imagick": "to generate QR code images"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "BaconQrCode\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Ben Scholzen 'DASPRiD'",
                        "email": "mail@dasprids.de",
                        "homepage": "https://dasprids.de/",
                        "role": "Developer"
                    }
                ],
                "description": "BaconQrCode is a QR code generator for PHP.",
                "homepage": "https://github.com/Bacon/BaconQrCode",
                "support": {
                    "issues": "https://github.com/Bacon/BaconQrCode/issues",
                    "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.4"
                },
                "time": "2021-06-18T13:26:35+00:00"
            },
            {
                "name": "dasprid/enum",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/DASPRiD/Enum.git",
                    "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
                },
                "dist": {