2022-05-30 17:50:46 +02:00
|
|
|
{
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "bacon/bacon-qr-code",
|
2023-07-07 22:33:10 +02:00
|
|
|
"version": "2.0.8",
|
|
|
|
"version_normalized": "2.0.8.0",
|
2022-05-30 17:50:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
2023-07-07 22:33:10 +02:00
|
|
|
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-07 22:33:10 +02:00
|
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
|
|
|
|
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
|
2022-05-30 17:50:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"dasprid/enum": "^1.0.3",
|
|
|
|
"ext-iconv": "*",
|
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phly/keep-a-changelog": "^2.1",
|
|
|
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
|
|
|
"spatie/phpunit-snapshot-assertions": "^4.2.9",
|
|
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-imagick": "to generate QR code images"
|
|
|
|
},
|
2023-07-07 22:33:10 +02:00
|
|
|
"time": "2022-12-07T17:46:57+00:00",
|
2022-05-30 17:50:46 +02:00
|
|
|
"type": "library",
|
|
|
|
"installation-source": "dist",
|
|
|
|
"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",
|
2023-07-07 22:33:10 +02:00
|
|
|
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"install-path": "../bacon/bacon-qr-code"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "dasprid/enum",
|
2023-07-07 22:33:10 +02:00
|
|
|
"version": "1.0.4",
|
|
|
|
"version_normalized": "1.0.4.0",
|
2022-05-30 17:50:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/DASPRiD/Enum.git",
|
2023-07-07 22:33:10 +02:00
|
|
|
"reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-07 22:33:10 +02:00
|
|
|
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
|
|
|
|
"reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
|
2022-05-30 17:50:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2023-07-07 22:33:10 +02:00
|
|
|
"require": {
|
|
|
|
"php": ">=7.1 <9.0"
|
|
|
|
},
|
2022-05-30 17:50:46 +02:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
2023-07-07 22:33:10 +02:00
|
|
|
"squizlabs/php_codesniffer": "*"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
2023-07-07 22:33:10 +02:00
|
|
|
"time": "2023-03-01T18:44:03+00:00",
|
2022-05-30 17:50:46 +02:00
|
|
|
"type": "library",
|
|
|
|
"installation-source": "dist",
|
|
|
|
"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",
|
2023-07-07 22:33:10 +02:00
|
|
|
"source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"install-path": "../dasprid/enum"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "endroid/qr-code",
|
2023-07-07 22:33:10 +02:00
|
|
|
"version": "4.8.2",
|
|
|
|
"version_normalized": "4.8.2.0",
|
2022-05-30 17:50:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/endroid/qr-code.git",
|
2023-07-07 22:33:10 +02:00
|
|
|
"reference": "2436c2333a3931c95e2b96eb82f16f53143d6bba"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-07 22:33:10 +02:00
|
|
|
"url": "https://api.github.com/repos/endroid/qr-code/zipball/2436c2333a3931c95e2b96eb82f16f53143d6bba",
|
|
|
|
"reference": "2436c2333a3931c95e2b96eb82f16f53143d6bba",
|
2022-05-30 17:50:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"bacon/bacon-qr-code": "^2.0.5",
|
2023-07-07 22:33:10 +02:00
|
|
|
"php": "^8.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"khanamiryan/qrcode-detector-decoder": "^1.0.6"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"endroid/quality": "dev-master",
|
|
|
|
"ext-gd": "*",
|
2023-07-07 22:33:10 +02:00
|
|
|
"khanamiryan/qrcode-detector-decoder": "^1.0.4||^2.0.2",
|
2022-05-30 17:50:46 +02:00
|
|
|
"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"
|
|
|
|
},
|
2023-07-07 22:33:10 +02:00
|
|
|
"time": "2023-03-30T18:46:02+00:00",
|
2022-05-30 17:50:46 +02:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"installation-source": "dist",
|
|
|
|
"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",
|
2023-07-07 22:33:10 +02:00
|
|
|
"source": "https://github.com/endroid/qr-code/tree/4.8.2"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/endroid",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"install-path": "../endroid/qr-code"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wikimedia/less.php",
|
2023-07-07 22:33:10 +02:00
|
|
|
"version": "v3.2.1",
|
|
|
|
"version_normalized": "3.2.1.0",
|
2022-05-30 17:50:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wikimedia/less.php.git",
|
2023-07-07 22:33:10 +02:00
|
|
|
"reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-07 22:33:10 +02:00
|
|
|
"url": "https://api.github.com/repos/wikimedia/less.php/zipball/0d5b30ba792bdbf8991a646fc9c30561b38a5559",
|
|
|
|
"reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559",
|
2022-05-30 17:50:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.9"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-07 22:33:10 +02:00
|
|
|
"mediawiki/mediawiki-codesniffer": "40.0.1",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.0",
|
|
|
|
"mediawiki/minus-x": "1.1.1",
|
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2",
|
2022-05-30 17:50:46 +02:00
|
|
|
"phpunit/phpunit": "^8.5"
|
|
|
|
},
|
2023-07-07 22:33:10 +02:00
|
|
|
"time": "2023-02-03T06:43:41+00:00",
|
2022-05-30 17:50:46 +02:00
|
|
|
"bin": [
|
|
|
|
"bin/lessc"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"installation-source": "dist",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Less": "lib/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"lessc.inc.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
2023-07-07 22:33:10 +02:00
|
|
|
{
|
|
|
|
"name": "Timo Tijhof",
|
|
|
|
"homepage": "https://timotijhof.net"
|
|
|
|
},
|
2022-05-30 17:50:46 +02:00
|
|
|
{
|
|
|
|
"name": "Josh Schmidt",
|
|
|
|
"homepage": "https://github.com/oyejorge"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Matt Agar",
|
|
|
|
"homepage": "https://github.com/agar"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Martin Jantošovič",
|
|
|
|
"homepage": "https://github.com/Mordred"
|
|
|
|
}
|
|
|
|
],
|
2023-07-07 22:33:10 +02:00
|
|
|
"description": "PHP port of the LESS processor",
|
|
|
|
"homepage": "https://gerrit.wikimedia.org/g/mediawiki/libs/less.php",
|
2022-05-30 17:50:46 +02:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"less",
|
|
|
|
"less.js",
|
|
|
|
"lesscss",
|
|
|
|
"php",
|
|
|
|
"stylesheet"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/wikimedia/less.php/issues",
|
2023-07-07 22:33:10 +02:00
|
|
|
"source": "https://github.com/wikimedia/less.php/tree/v3.2.1"
|
2022-05-30 17:50:46 +02:00
|
|
|
},
|
|
|
|
"install-path": "../wikimedia/less.php"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"dev-package-names": []
|
|
|
|
}
|