181 lines
6.3 KiB
JSON
181 lines
6.3 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": "ce6576e93b5103a79daa6a49875ef880",
|
|
"packages": [
|
|
{
|
|
"name": "tecnickcom/tc-lib-barcode",
|
|
"version": "1.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
|
|
"reference": "a64455fd9b7068d3b7cba31410f9d34de4de78fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/a64455fd9b7068d3b7cba31410f9d34de4de78fe",
|
|
"reference": "a64455fd9b7068d3b7cba31410f9d34de4de78fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"tecnickcom/tc-lib-color": "^1.12.1"
|
|
},
|
|
"require-dev": {
|
|
"apigen/apigen": "^4.1.2",
|
|
"bartlett/php-compatinfo": "^5.0.0",
|
|
"pdepend/pdepend": "^2.2.2",
|
|
"phploc/phploc": "^2.1.5|^3.0.0",
|
|
"phpmd/phpmd": "^2.3.2",
|
|
"phpunit/phpunit": "4.8.19|^5.0.0",
|
|
"sebastian/phpcpd": "^2.0.2",
|
|
"squizlabs/php_codesniffer": "^2.5.0|^3.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Com\\Tecnick\\Barcode\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "PHP library to generate linear and bidimensional barcodes",
|
|
"homepage": "http://www.tecnick.com",
|
|
"keywords": [
|
|
"3 of 9",
|
|
"ANSI MH10.8M-1983",
|
|
"CBC",
|
|
"CODABAR",
|
|
"CODE 11",
|
|
"CODE 128 A B C",
|
|
"CODE 39",
|
|
"CODE 93",
|
|
"EAN 13",
|
|
"EAN 8",
|
|
"ECC200",
|
|
"Intelligent Mail Barcode",
|
|
"Interleaved 2 of 5",
|
|
"KIX",
|
|
"Klant",
|
|
"MSI",
|
|
"Onecode",
|
|
"PHARMACODE",
|
|
"PHARMACODE TWO-TRACKS",
|
|
"POSTNET",
|
|
"RMS4CC",
|
|
"Standard 2 of 5",
|
|
"UPC-A",
|
|
"UPC-E",
|
|
"USD-3",
|
|
"USPS-B-3200",
|
|
"USS-93",
|
|
"barcode",
|
|
"datamatrix",
|
|
"pdf417",
|
|
"planet",
|
|
"qr-code",
|
|
"royal mail",
|
|
"tc-lib-barcode",
|
|
"upc"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
|
|
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.15.0"
|
|
},
|
|
"time": "2016-09-04T14:10:54+00:00"
|
|
},
|
|
{
|
|
"name": "tecnickcom/tc-lib-color",
|
|
"version": "1.14.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tecnickcom/tc-lib-color.git",
|
|
"reference": "ebe0b169122789e4ed6a78d7acd6cf162329c7e4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/ebe0b169122789e4ed6a78d7acd6cf162329c7e4",
|
|
"reference": "ebe0b169122789e4ed6a78d7acd6cf162329c7e4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"pdepend/pdepend": "2.10.2",
|
|
"phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
|
|
"phpmd/phpmd": "2.11.1",
|
|
"phpunit/phpunit": "9.5.11 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
|
|
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
|
|
"squizlabs/php_codesniffer": "3.6.2 || 2.9.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Com\\Tecnick\\Color\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "PHP library to manipulate various color representations",
|
|
"homepage": "http://www.tecnick.com",
|
|
"keywords": [
|
|
"cmyk",
|
|
"color",
|
|
"colors",
|
|
"colour",
|
|
"colours",
|
|
"hsl",
|
|
"hsla",
|
|
"javascript",
|
|
"rgb",
|
|
"rgba",
|
|
"tc-lib-color",
|
|
"web"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/tecnickcom/tc-lib-color/issues",
|
|
"source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.10"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-color%20project",
|
|
"type": "custom"
|
|
}
|
|
],
|
|
"time": "2021-12-31T09:40:23+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.2.0"
|
|
}
|