286 Zeilen
10 KiB
JSON
286 Zeilen
10 KiB
JSON
{
|
|
"_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": "48fd8001d143baf1abc5be3ae05467fd",
|
|
"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": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
|
|
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DASPRiD\\Enum\\": "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": "PHP 7.1 enum implementation",
|
|
"keywords": [
|
|
"enum",
|
|
"map"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/DASPRiD/Enum/issues",
|
|
"source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
|
|
},
|
|
"time": "2020-10-02T16:03:48+00:00"
|
|
},
|
|
{
|
|
"name": "endroid/qr-code",
|
|
"version": "4.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/endroid/qr-code.git",
|
|
"reference": "53bfce79da95bf082484301fecbc1d77a3907f78"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/endroid/qr-code/zipball/53bfce79da95bf082484301fecbc1d77a3907f78",
|
|
"reference": "53bfce79da95bf082484301fecbc1d77a3907f78",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bacon/bacon-qr-code": "^2.0",
|
|
"php": "^7.3||^8.0"
|
|
},
|
|
"require-dev": {
|
|
"endroid/quality": "dev-master",
|
|
"ext-gd": "*",
|
|
"khanamiryan/qrcode-detector-decoder": "^1.0.4",
|
|
"setasign/fpdf": "^1.8.2"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "Enables you to write PNG images",
|
|
"khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator",
|
|
"roave/security-advisories": "Makes sure package versions with known security issues are not installed",
|
|
"setasign/fpdf": "Enables you to use the PDF writer"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Endroid\\QrCode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeroen van den Enden",
|
|
"email": "info@endroid.nl"
|
|
}
|
|
],
|
|
"description": "Endroid QR Code",
|
|
"homepage": "https://github.com/endroid/qr-code",
|
|
"keywords": [
|
|
"code",
|
|
"endroid",
|
|
"php",
|
|
"qr",
|
|
"qrcode"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/endroid/qr-code/issues",
|
|
"source": "https://github.com/endroid/qr-code/tree/4.2.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/endroid",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-08-16T22:08:35+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v5.2.28",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "acba50393dd03da69a50226c139722af8b153b11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/acba50393dd03da69a50226c139722af8b153b11",
|
|
"reference": "acba50393dd03da69a50226c139722af8b153b11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "1.2.*",
|
|
"jms/serializer": "0.16.*",
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
|
"phpunit/phpunit": "4.8.*",
|
|
"symfony/debug": "2.8.*",
|
|
"symfony/filesystem": "2.8.*",
|
|
"symfony/translation": "2.8.*",
|
|
"symfony/yaml": "2.8.*",
|
|
"zendframework/zend-cache": "2.5.1",
|
|
"zendframework/zend-config": "2.5.1",
|
|
"zendframework/zend-eventmanager": "2.5.1",
|
|
"zendframework/zend-filter": "2.5.1",
|
|
"zendframework/zend-i18n": "2.5.1",
|
|
"zendframework/zend-json": "2.5.1",
|
|
"zendframework/zend-math": "2.5.1",
|
|
"zendframework/zend-serializer": "2.5.*",
|
|
"zendframework/zend-servicemanager": "2.5.*",
|
|
"zendframework/zend-stdlib": "2.5.1"
|
|
},
|
|
"suggest": {
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"class.phpmailer.php",
|
|
"class.phpmaileroauth.php",
|
|
"class.phpmaileroauthgoogle.php",
|
|
"class.smtp.php",
|
|
"class.pop3.php",
|
|
"extras/EasyPeasyICS.php",
|
|
"extras/ntlm_sasl_client.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v5.2.28"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://marcus.bointon.com/donations/",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/marcusbointon",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2020-03-19T14:29:37+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.1.0"
|
|
}
|