123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- {
- "_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#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "f666a32d1a59518b8ecc55899e829e79",
- "content-hash": "8d110e7d8fca6eca1aa814ee35d0032b",
- "packages": [
- {
- "name": "ccampbell/chromephp",
- "version": "4.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ccampbell/chromephp.git",
- "reference": "c3c297615d48ae5b2a86a82311152d1ed095fcef"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ccampbell/chromephp/zipball/c3c297615d48ae5b2a86a82311152d1ed095fcef",
- "reference": "c3c297615d48ae5b2a86a82311152d1ed095fcef",
- "shasum": ""
- },
- "require": {
- "php": ">=5.0.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "ChromePhp": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Craig Campbell",
- "email": "iamcraigcampbell@gmail.com",
- "homepage": "http://craig.is",
- "role": "Developer"
- }
- ],
- "description": "Log variables to the Chrome console (via Chrome Logger Google Chrome extension).",
- "homepage": "http://github.com/ccampbell/chromephp",
- "keywords": [
- "log",
- "logging"
- ],
- "time": "2013-06-26 03:44:33"
- },
- {
- "name": "ckeditor/ckeditor",
- "version": "dev-full/stable",
- "source": {
- "type": "git",
- "url": "https://github.com/ckeditor/ckeditor-releases.git",
- "reference": "4a7a6d717f9a408fa8f9ea53ef2dba4d64b83e91"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ckeditor/ckeditor-releases/zipball/4a7a6d717f9a408fa8f9ea53ef2dba4d64b83e91",
- "reference": "4a7a6d717f9a408fa8f9ea53ef2dba4d64b83e91",
- "shasum": ""
- },
- "type": "library",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-2.0+",
- "LGPL-2.1+",
- "MPL-1.1+"
- ],
- "authors": [
- {
- "name": "CKSource",
- "homepage": "http://cksource.com"
- }
- ],
- "description": "JavaScript WYSIWYG web text editor.",
- "homepage": "http://ckeditor.com",
- "keywords": [
- "CKEditor",
- "editor",
- "fckeditor",
- "html",
- "javascript",
- "richtext",
- "text",
- "wysiwyg"
- ],
- "time": "2016-05-12 15:36:04"
- },
- {
- "name": "mike42/escpos-php",
- "version": "v1.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/mike42/escpos-php.git",
- "reference": "cfea4c4fc95516ac953e1e5b623f854632afa2ee"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mike42/escpos-php/zipball/cfea4c4fc95516ac953e1e5b623f854632afa2ee",
- "reference": "cfea4c4fc95516ac953e1e5b623f854632afa2ee",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "4.5.*",
- "squizlabs/php_codesniffer": "2.*"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Mike42\\": "src/Mike42"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Roni Saha",
- "email": "roni.cse@gmail.com"
- },
- {
- "name": "Michael Billington",
- "email": "michael.billington@gmail.com"
- },
- {
- "name": "Gergely Radics",
- "email": "gerifield@ustream.tv"
- },
- {
- "name": "Warren Doyle",
- "email": "w.doyle@fuelled.co"
- },
- {
- "name": "vharo",
- "email": "vharo@geepok.com"
- }
- ],
- "description": "Thermal receipt printer library, for use with ESC/POS compatible printers",
- "homepage": "https://github.com/mike42/escpos-php",
- "keywords": [
- "ESC-POS",
- "driver",
- "escpos",
- "print",
- "receipt"
- ],
- "time": "2016-04-25 01:14:07"
- },
- {
- "name": "mobiledetect/mobiledetectlib",
- "version": "2.8.17",
- "source": {
- "type": "git",
- "url": "https://github.com/serbanghita/Mobile-Detect.git",
- "reference": "b87da5f63a76e9615a0c74fcf168657b1ea7e41d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/b87da5f63a76e9615a0c74fcf168657b1ea7e41d",
- "reference": "b87da5f63a76e9615a0c74fcf168657b1ea7e41d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.0.0"
- },
- "require-dev": {
- "codeclimate/php-test-reporter": "dev-master",
- "johnkary/phpunit-speedtrap": "~1.0@dev",
- "phpunit/phpunit": "*"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "Mobile_Detect.php"
- ],
- "psr-0": {
- "Detection": "namespaced/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Serban Ghita",
- "email": "serbanghita@gmail.com",
- "homepage": "http://mobiledetect.net",
- "role": "Developer"
- }
- ],
- "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
- "homepage": "https://github.com/serbanghita/Mobile-Detect",
- "keywords": [
- "detect mobile devices",
- "mobile",
- "mobile detect",
- "mobile detector",
- "php mobile detect"
- ],
- "time": "2015-09-17 14:45:21"
- },
- {
- "name": "phpoffice/phpexcel",
- "version": "1.8.1",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPOffice/PHPExcel.git",
- "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
- "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
- "shasum": ""
- },
- "require": {
- "ext-xml": "*",
- "ext-xmlwriter": "*",
- "php": ">=5.2.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "PHPExcel": "Classes/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL"
- ],
- "authors": [
- {
- "name": "Maarten Balliauw",
- "homepage": "http://blog.maartenballiauw.be"
- },
- {
- "name": "Mark Baker"
- },
- {
- "name": "Franck Lefevre",
- "homepage": "http://blog.rootslabs.net"
- },
- {
- "name": "Erik Tilt"
- }
- ],
- "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
- "homepage": "http://phpexcel.codeplex.com",
- "keywords": [
- "OpenXML",
- "excel",
- "php",
- "spreadsheet",
- "xls",
- "xlsx"
- ],
- "time": "2015-05-01 07:00:55"
- },
- {
- "name": "restler/framework",
- "version": "3.0.0-RC6",
- "target-dir": "Luracast/Restler",
- "source": {
- "type": "git",
- "url": "https://github.com/Luracast/Restler-Framework.git",
- "reference": "bfe1139b233852b745c6a0ec14d7244ceb3b3fc6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Luracast/Restler-Framework/zipball/bfe1139b233852b745c6a0ec14d7244ceb3b3fc6",
- "reference": "bfe1139b233852b745c6a0ec14d7244ceb3b3fc6",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "replace": {
- "luracast/restler": "3.*"
- },
- "suggest": {
- "bshaffer/oauth2-server-php": "If you want to use OAuth2 for authentication",
- "illuminate/view": "If you want to use laravel blade templates with Html format",
- "mustache/mustache": "If you want to use mustache/handlebar templates with Html format",
- "rodneyrehm/plist": "If you need Apple plist binary/xml format",
- "symfony/yaml": "If you need YAML format",
- "twig/twig": "If you want to use twig templates with Html format",
- "zendframework/zendamf": "If you need AMF format"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "master": "v3.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Luracast\\Restler": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Luracast",
- "email": "arul@luracast.com"
- }
- ],
- "description": "Just the Restler Framework without the tests and examples",
- "homepage": "http://luracast.com/products/restler/",
- "keywords": [
- "api",
- "framework",
- "rest",
- "server"
- ],
- "time": "2016-02-28 15:57:37"
- },
- {
- "name": "tecnickcom/tcpdf",
- "version": "6.2.12",
- "source": {
- "type": "git",
- "url": "https://github.com/tecnickcom/TCPDF.git",
- "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
- "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "fonts",
- "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": [
- "LGPLv3"
- ],
- "authors": [
- {
- "name": "Nicola Asuni",
- "email": "info@tecnick.com",
- "homepage": "http://nicolaasuni.tecnick.com"
- }
- ],
- "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": "2015-09-12 10:08:34"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "ckeditor/ckeditor": 20,
- "restler/framework": 5
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.3.0",
- "ext-curl": "*"
- },
- "platform-dev": []
- }
|