0byt3m1n1
Path:
/
home
/
k
/
a
/
s
/
kassiope
/
www
/
[
Home
]
File: composer.lock
{ "_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": "6c0d2b5edb4f8e041093363a811f9e4d", "packages": [ { "name": "css-crush/css-crush", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/peteboere/css-crush.git", "reference": "b37cd5f5a462baebac08bb033482dcc3876ef73c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/peteboere/css-crush/zipball/b37cd5f5a462baebac08bb033482dcc3876ef73c", "reference": "b37cd5f5a462baebac08bb033482dcc3876ef73c", "shasum": "" }, "require": { "php": ">=5.6.1" }, "require-dev": { "phpunit/phpunit": "5.*", "psr/log": "1.0.*@dev", "twig/twig": "1.*" }, "bin": [ "bin/csscrush" ], "type": "library", "autoload": { "psr-0": { "CssCrush": "lib/" }, "files": [ "lib/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pete Boere", "email": "pete@the-echoplex.net" }, { "name": "GitHub contributors", "homepage": "https://github.com/peteboere/css-crush/contributors" } ], "description": "CSS preprocessor", "homepage": "http://the-echoplex.net/csscrush", "keywords": [ "css", "preprocessor" ], "time": "2020-01-16T12:05:00+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0 || ^5.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2021-03-07T09:25:29+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "dc960a912984efb74d0a90222870c72c87f10c91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "time": "2021-04-26T09:17:50+00:00" }, { "name": "mashape/unirest-php", "version": "v3.0.4", "source": { "type": "git", "url": "https://github.com/Mashape/unirest-php.git", "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Mashape/unirest-php/zipball/842c0f242dfaaf85f16b72e217bf7f7c19ab12cb", "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.4.0" }, "require-dev": { "codeclimate/php-test-reporter": "0.1.*", "phpunit/phpunit": "~4.4" }, "suggest": { "ext-json": "Allows using JSON Bodies for sending and parsing requests" }, "type": "library", "autoload": { "psr-0": { "Unirest\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Unirest PHP", "homepage": "https://github.com/Mashape/unirest-php", "keywords": [ "client", "curl", "http", "https", "rest" ], "time": "2016-08-11T17:49:21+00:00" }, { "name": "phpfastcache/phpfastcache", "version": "7.1.1", "source": { "type": "git", "url": "https://github.com/PHPSocialNetwork/phpfastcache.git", "reference": "43586728fae8660d5ffc5b0d105502872ee8c17c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/43586728fae8660d5ffc5b0d105502872ee8c17c", "reference": "43586728fae8660d5ffc5b0d105502872ee8c17c", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": ">=7.0", "psr/cache": "~1.0.0", "psr/simple-cache": "~1.0.0" }, "conflict": { "basho/riak": "*", "doctrine/couchdb": "*" }, "suggest": { "ext-apc": "*", "ext-couchbase": "*", "ext-intl": "*", "ext-leveldb": "*", "ext-memcache": "*", "ext-memcached": "*", "ext-redis": "*", "ext-sqlite": "*", "ext-wincache": "*", "ext-xcache": "*", "mongodb/mongodb": "^1.1", "phpfastcache/couchdb": "~1.0.0", "phpfastcache/phpssdb": "~1.0.0", "phpfastcache/riak-client": "~1.4.4", "predis/predis": "~1.1.0" }, "type": "library", "autoload": { "psr-4": { "Phpfastcache\\": "lib/Phpfastcache/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Georges.L", "email": "contact@geolim4.com", "homepage": "https://github.com/Geolim4", "role": "Actual Project Manager/Developer" }, { "name": "Khoa Bui", "email": "khoaofgod@gmail.com", "homepage": "https://www.phpfastcache.com", "role": "Former Project Developer/Original Creator" } ], "description": "PHP Abstract Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.", "homepage": "https://www.phpfastcache.com", "keywords": [ "LevelDb", "abstract", "apc", "apcu", "cache", "cache class", "caching", "cassandra", "cookie", "couchbase", "couchdb", "files cache", "memcache", "memcached", "mongodb", "mysql cache", "pdo cache", "php cache", "predis", "redis", "ssdb", "wincache", "xcache", "zend", "zend data cache", "zend disk cache", "zend memory cache", "zend server" ], "time": "2020-04-24T21:51:24+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "time": "2017-10-23T01:57:42+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2019-03-08T08:55:37+00:00" }, { "name": "restyler/instagram-php-scraper", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/restyler/instagram-php-scraper.git", "reference": "8f1d924702c7336bbff5ced9ed9bfe51b7764fb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/restyler/instagram-php-scraper/zipball/8f1d924702c7336bbff5ced9ed9bfe51b7764fb6", "reference": "8f1d924702c7336bbff5ced9ed9bfe51b7764fb6", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "mashape/unirest-php": "3.0.*", "php": ">=5.4.0", "psr/simple-cache": "~1.0" }, "require-dev": { "phpfastcache/phpfastcache": "^7.1", "phpunit/phpunit": "5.5.*" }, "type": "library", "autoload": { "psr-4": { "InstagramScraper\\": "src/InstagramScraper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "restyler" } ], "description": "Profixied Instagram PHP Scraper. Get account information, photos and videos without any authorization, via smart proxy balancer.", "homepage": "https://github.com/restyler/instagram-php-scraper/tree/proxified", "keywords": [ "instagram", "scraper" ], "time": "2020-12-20T05:51:59+00:00" }, { "name": "sendinblue/api-v3-sdk", "version": "v7.4.0", "source": { "type": "git", "url": "https://github.com/sendinblue/APIv3-php-library.git", "reference": "0b86513957d22c3fcd0598f5c961be2513f6c8d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sendinblue/APIv3-php-library/zipball/0b86513957d22c3fcd0598f5c961be2513f6c8d6", "reference": "0b86513957d22c3fcd0598f5c961be2513f6c8d6", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^6.2 || ^7.0", "php": ">=5.6" }, "require-dev": { "friendsofphp/php-cs-fixer": "~1.12", "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "~2.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.x.x-dev" } }, "autoload": { "psr-4": { "SendinBlue\\Client\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "SendinBlue Developers", "email": "contact@sendinblue.com", "homepage": "https://www.sendinblue.com/" } ], "description": "Official SendinBlue provided RESTFul API V3 php library", "homepage": "https://github.com/sendinblue/APIv3-php-library", "keywords": [ "api", "php", "sdk", "sendinblue", "swagger" ], "time": "2021-01-22T07:13:16+00:00" }, { "name": "shoppingfeed/php-feed-generator", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/shoppingflux/php-feed-generator.git", "reference": "a72f08eba70e5652a90cf46b06a2e3f1c1e94051" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/shoppingflux/php-feed-generator/zipball/a72f08eba70e5652a90cf46b06a2e3f1c1e94051", "reference": "a72f08eba70e5652a90cf46b06a2e3f1c1e94051", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=5.5" }, "require-dev": { "fzaninotto/faker": "^1.7", "psr/log": "^1.0", "shoppingfeed/feed-xml": "1.*" }, "type": "library", "autoload": { "psr-4": { "ShoppingFeed\\Feed\\": "src" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "ShoppingFeed Feed manager", "time": "2019-05-08T17:57:15+00:00" }, { "name": "shoppingfeed/php-sdk", "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/shoppingflux/php-sdk.git", "reference": "7ca6103bce0e5355f9d49e6a16e4ab5ff4e38f15" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/shoppingflux/php-sdk/zipball/7ca6103bce0e5355f9d49e6a16e4ab5ff4e38f15", "reference": "7ca6103bce0e5355f9d49e6a16e4ab5ff4e38f15", "shasum": "" }, "require": { "ext-json": "*", "php": ">= 5.6" }, "require-dev": { "guzzlehttp/guzzle": "^6.0", "monolog/monolog": "^1.23", "overtrue/phplint": "^1.1", "phpunit/phpunit": "^5.0", "shoppingfeed/coding-style-php": "^2.0" }, "suggest": { "guzzlehttp/guzzle": "Guzzle Http 6 is the default http adapter integrated in the SDK", "psr/log": "trace HTTP requests performed by the SDK", "shoppingfeed/php-feed-generator": "Generates compliant Shopping-Feed XML feed with ease" }, "type": "library", "autoload": { "psr-4": { "ShoppingFeed\\Sdk\\": "src/", "ShoppingFeed\\Sdk\\Test\\": "tests/unit" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Shopping Feed SDK to ease integration of our API", "time": "2021-03-25T08:50:40+00:00" }, { "name": "spipu/html2pdf", "version": "v5.2.2", "source": { "type": "git", "url": "https://github.com/spipu/html2pdf.git", "reference": "e6d8ca22347b6691bb8c2652212b1be2c89b3eff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spipu/html2pdf/zipball/e6d8ca22347b6691bb8c2652212b1be2c89b3eff", "reference": "e6d8ca22347b6691bb8c2652212b1be2c89b3eff", "shasum": "" }, "require": { "ext-gd": "*", "ext-mbstring": "*", "php": "^5.6 || ^7.0", "tecnickcom/tcpdf": "^6.2" }, "require-dev": { "phake/phake": "^2.0", "phpunit/phpunit": "^5.0" }, "suggest": { "ext-gd": "Allows to embed images into the PDF", "fagundes/zff-html2pdf": "if you need to integrate Html2Pdf with Zend Framework 2 (zf2)" }, "type": "library", "autoload": { "psr-4": { "Spipu\\Html2Pdf\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "OSL-3.0" ], "authors": [ { "name": "Spipu", "homepage": "https://github.com/spipu", "role": "Developer" } ], "description": "Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE", "homepage": "http://html2pdf.fr/", "keywords": [ "html", "html2pdf", "pdf" ], "time": "2020-03-22T16:23:26+00:00" }, { "name": "stripe/stripe-php", "version": "v7.32.1", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", "reference": "dccb1358867985440dc8c370dc4ac81daa8a6a21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stripe/stripe-php/zipball/dccb1358867985440dc8c370dc4ac81daa8a6a21", "reference": "dccb1358867985440dc8c370dc4ac81daa8a6a21", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.16.1", "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.3", "symfony/process": "~3.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stripe and contributors", "homepage": "https://github.com/stripe/stripe-php/contributors" } ], "description": "Stripe PHP Library", "homepage": "https://stripe.com/", "keywords": [ "api", "payment processing", "stripe" ], "time": "2020-05-13T17:31:30+00:00" }, { "name": "tecnickcom/tcpdf", "version": "6.3.5", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-only" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "role": "lead" } ], "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "time": "2020-02-14T14:20:12+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "css-crush/css-crush": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }