261 lines
9.2 KiB
JSON
261 lines
9.2 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "2.0.7",
|
|
"version_normalized": "2.0.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
|
|
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
|
|
"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"
|
|
},
|
|
"time": "2022-03-14T02:02:36+00: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",
|
|
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
|
|
},
|
|
"install-path": "../bacon/bacon-qr-code"
|
|
},
|
|
{
|
|
"name": "dasprid/enum",
|
|
"version": "1.0.3",
|
|
"version_normalized": "1.0.3.0",
|
|
"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"
|
|
},
|
|
"time": "2020-10-02T16:03:48+00: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",
|
|
"source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
|
|
},
|
|
"install-path": "../dasprid/enum"
|
|
},
|
|
{
|
|
"name": "endroid/qr-code",
|
|
"version": "4.4.9",
|
|
"version_normalized": "4.4.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/endroid/qr-code.git",
|
|
"reference": "bf087fa1e93a1b7310e2d94d187e26ae51db199d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/endroid/qr-code/zipball/bf087fa1e93a1b7310e2d94d187e26ae51db199d",
|
|
"reference": "bf087fa1e93a1b7310e2d94d187e26ae51db199d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bacon/bacon-qr-code": "^2.0.5",
|
|
"php": "^7.4||^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"
|
|
},
|
|
"time": "2022-05-10T07:25:08+00: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",
|
|
"source": "https://github.com/endroid/qr-code/tree/4.4.9"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/endroid",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"install-path": "../endroid/qr-code"
|
|
},
|
|
{
|
|
"name": "wikimedia/less.php",
|
|
"version": "v3.1.0",
|
|
"version_normalized": "3.1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wikimedia/less.php.git",
|
|
"reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wikimedia/less.php/zipball/a486d78b9bd16b72f237fc6093aa56d69ce8bd13",
|
|
"reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.9"
|
|
},
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "34.0.0",
|
|
"mediawiki/minus-x": "1.0.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0",
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"time": "2020-12-11T19:33:31+00: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": [
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
|
|
"keywords": [
|
|
"css",
|
|
"less",
|
|
"less.js",
|
|
"lesscss",
|
|
"php",
|
|
"stylesheet"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/wikimedia/less.php/issues",
|
|
"source": "https://github.com/wikimedia/less.php/tree/v3.1.0"
|
|
},
|
|
"install-path": "../wikimedia/less.php"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|