| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695 |
- {
- "_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": "ba486ea01ac658e6950d2e5dd39542c6",
- "packages": [
- {
- "name": "hoa/consistency",
- "version": "1.17.05.02",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Consistency.git",
- "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
- "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
- "shasum": ""
- },
- "require": {
- "hoa/exception": "~1.0",
- "php": ">=5.5.0"
- },
- "require-dev": {
- "hoa/stream": "~1.0",
- "hoa/test": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Consistency\\": "."
- },
- "files": [
- "Prelude.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Consistency library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "autoloader",
- "callable",
- "consistency",
- "entity",
- "flex",
- "keyword",
- "library"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Consistency",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Consistency/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Consistency"
- },
- "abandoned": true,
- "time": "2017-05-02T12:18:12+00:00"
- },
- {
- "name": "hoa/event",
- "version": "1.17.01.13",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Event.git",
- "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
- "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
- "shasum": ""
- },
- "require": {
- "hoa/consistency": "~1.0",
- "hoa/exception": "~1.0"
- },
- "require-dev": {
- "hoa/test": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Event\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Event library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "event",
- "library",
- "listener",
- "observer"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Event",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Event/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Event"
- },
- "abandoned": true,
- "time": "2017-01-13T15:30:50+00:00"
- },
- {
- "name": "hoa/exception",
- "version": "1.17.01.16",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Exception.git",
- "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
- "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
- "shasum": ""
- },
- "require": {
- "hoa/consistency": "~1.0",
- "hoa/event": "~1.0"
- },
- "require-dev": {
- "hoa/test": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Exception\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Exception library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "exception",
- "library"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Exception",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Exception/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Exception"
- },
- "abandoned": true,
- "time": "2017-01-16T07:53:27+00:00"
- },
- {
- "name": "hoa/http",
- "version": "1.17.01.13",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Http.git",
- "reference": "6d3e114b48a63cf6b9532f9e9607cebade6314ef"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Http/zipball/6d3e114b48a63cf6b9532f9e9607cebade6314ef",
- "reference": "6d3e114b48a63cf6b9532f9e9607cebade6314ef",
- "shasum": ""
- },
- "require": {
- "hoa/consistency": "~1.0",
- "hoa/exception": "~1.0",
- "hoa/stream": "~1.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Http\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Http library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "http",
- "library",
- "request",
- "response",
- "rfc2295",
- "rfc2324",
- "rfc2518",
- "rfc2774",
- "rfc3229",
- "rfc4918",
- "rfc5842",
- "rfc6585",
- "rfc7231",
- "rfc7232",
- "rfc7233",
- "rfc7235",
- "rfc7237",
- "runtime"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Http",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Http/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Http"
- },
- "abandoned": true,
- "time": "2017-01-13T15:28:17+00:00"
- },
- {
- "name": "hoa/protocol",
- "version": "1.17.01.14",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Protocol.git",
- "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
- "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
- "shasum": ""
- },
- "require": {
- "hoa/consistency": "~1.0",
- "hoa/exception": "~1.0"
- },
- "require-dev": {
- "hoa/test": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Protocol\\": "."
- },
- "files": [
- "Wrapper.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Protocol library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "library",
- "protocol",
- "resource",
- "stream",
- "wrapper"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Protocol",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Protocol/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Protocol"
- },
- "abandoned": true,
- "time": "2017-01-14T12:26:10+00:00"
- },
- {
- "name": "hoa/socket",
- "version": "1.17.05.16",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Socket.git",
- "reference": "1a43f073d910d0f803de8cc9256779db1027906d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Socket/zipball/1a43f073d910d0f803de8cc9256779db1027906d",
- "reference": "1a43f073d910d0f803de8cc9256779db1027906d",
- "shasum": ""
- },
- "require": {
- "hoa/consistency": "~1.0",
- "hoa/exception": "~1.0",
- "hoa/stream": "~1.0"
- },
- "require-dev": {
- "hoa/test": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Socket\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Socket library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "Socket",
- "client",
- "library",
- "node",
- "server",
- "tcp",
- "udp"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Socket",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Socket/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Socket"
- },
- "abandoned": true,
- "time": "2017-05-16T07:55:41+00:00"
- },
- {
- "name": "hoa/stream",
- "version": "1.17.02.21",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Stream.git",
- "reference": "3293cfffca2de10525df51436adf88a559151d82"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
- "reference": "3293cfffca2de10525df51436adf88a559151d82",
- "shasum": ""
- },
- "require": {
- "hoa/consistency": "~1.0",
- "hoa/event": "~1.0",
- "hoa/exception": "~1.0",
- "hoa/protocol": "~1.0"
- },
- "require-dev": {
- "hoa/test": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Stream\\": "."
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Stream library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "Context",
- "bucket",
- "composite",
- "filter",
- "in",
- "library",
- "out",
- "protocol",
- "stream",
- "wrapper"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Stream",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Stream/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Stream"
- },
- "abandoned": true,
- "time": "2017-02-21T16:01:06+00:00"
- },
- {
- "name": "hoa/websocket",
- "version": "3.17.01.09",
- "source": {
- "type": "git",
- "url": "https://github.com/hoaproject/Websocket.git",
- "reference": "a1bd79cefb67278f71ac8a44873ad1416924e906"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hoaproject/Websocket/zipball/a1bd79cefb67278f71ac8a44873ad1416924e906",
- "reference": "a1bd79cefb67278f71ac8a44873ad1416924e906",
- "shasum": ""
- },
- "require": {
- "hoa/consistency": "~1.0",
- "hoa/event": "~1.0",
- "hoa/exception": "~1.0",
- "hoa/http": "~1.0",
- "hoa/socket": "~1.0"
- },
- "require-dev": {
- "ext-iconv": "*",
- "hoa/test": "~2.0"
- },
- "suggest": {
- "ext-openssl": "To get a better security when exchanging messages."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Hoa\\Websocket\\": "."
- },
- "files": [
- "Socket.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ivan Enderlin",
- "email": "ivan.enderlin@hoa-project.net"
- },
- {
- "name": "Hoa community",
- "homepage": "https://hoa-project.net/"
- }
- ],
- "description": "The Hoa\\Websocket library.",
- "homepage": "https://hoa-project.net/",
- "keywords": [
- "Socket",
- "client",
- "hybi",
- "library",
- "realtime",
- "rfc3629",
- "rfc3986",
- "rfc6455",
- "server",
- "websocket"
- ],
- "support": {
- "docs": "https://central.hoa-project.net/Documentation/Library/Websocket",
- "email": "support@hoa-project.net",
- "forum": "https://users.hoa-project.net/",
- "irc": "irc://chat.freenode.net/hoaproject",
- "issues": "https://github.com/hoaproject/Websocket/issues",
- "source": "https://central.hoa-project.net/Resource/Library/Websocket"
- },
- "abandoned": true,
- "time": "2017-01-09T13:53:08+00:00"
- },
- {
- "name": "mike42/escpos-php",
- "version": "v3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/mike42/escpos-php.git",
- "reference": "dcb569a123d75f9f6a4a927aae7625ca6b7fdcf3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mike42/escpos-php/zipball/dcb569a123d75f9f6a4a927aae7625ca6b7fdcf3",
- "reference": "dcb569a123d75f9f6a4a927aae7625ca6b7fdcf3",
- "shasum": ""
- },
- "require": {
- "ext-intl": "*",
- "ext-json": "*",
- "ext-zlib": "*",
- "mike42/gfx-php": "^0.6",
- "php": ">=7.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.5",
- "squizlabs/php_codesniffer": "^3.3"
- },
- "suggest": {
- "ext-gd": "Used for image printing if present.",
- "ext-imagick": "Will be used for image printing if present. Required for PDF printing or use of custom fonts."
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Mike42\\": "src/Mike42"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Billington",
- "email": "michael.billington@gmail.com"
- }
- ],
- "description": "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers",
- "homepage": "https://github.com/mike42/escpos-php",
- "keywords": [
- "Epson",
- "barcode",
- "escpos",
- "printer",
- "receipt-printer"
- ],
- "support": {
- "issues": "https://github.com/mike42/escpos-php/issues",
- "source": "https://github.com/mike42/escpos-php/tree/v3.0"
- },
- "time": "2019-10-13T06:27:43+00:00"
- },
- {
- "name": "mike42/gfx-php",
- "version": "v0.6",
- "source": {
- "type": "git",
- "url": "https://github.com/mike42/gfx-php.git",
- "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mike42/gfx-php/zipball/ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
- "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0.0"
- },
- "require-dev": {
- "phpbench/phpbench": "@dev",
- "phpunit/phpunit": "^6.5",
- "squizlabs/php_codesniffer": "^3.3.1"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Mike42\\": "src/Mike42"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1-or-later"
- ],
- "authors": [
- {
- "name": "Michael Billington",
- "email": "michael.billington@gmail.com"
- }
- ],
- "description": "The pure PHP graphics library",
- "homepage": "https://github.com/mike42/gfx-php",
- "support": {
- "issues": "https://github.com/mike42/gfx-php/issues",
- "source": "https://github.com/mike42/gfx-php/tree/v0.6"
- },
- "time": "2019-10-05T02:44:33+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "2.0.0"
- }
|