{ "_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": "93aec489db3c34291da03c4542e686e7", "packages": [ { "name": "bacon/bacon-qr-code", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee", "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee", "shasum": "" }, "require": { "ext-iconv": "*", "php": "^5.4|^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8" }, "suggest": { "ext-gd": "to generate QR code images" }, "type": "library", "autoload": { "psr-0": { "BaconQrCode": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "http://www.dasprids.de", "role": "Developer" } ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", "time": "2017-10-17T09:59:25+00:00" }, { "name": "container-interop/container-interop", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { "psr/container": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Interop\\Container\\": "src/Interop/Container/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", "time": "2017-02-14T19:40:03+00:00" }, { "name": "doctrine/instantiator", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], "time": "2015-06-14T21:17:01+00:00" }, { "name": "dompdf/dompdf", "version": "v0.8.2", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5113accd9ae5d466077cce5208dcf3fb871bf8f6", "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6", "shasum": "" }, "require": { "ext-dom": "*", "ext-gd": "*", "ext-mbstring": "*", "phenx/php-font-lib": "0.5.*", "phenx/php-svg-lib": "0.3.*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "4.8.*", "squizlabs/php_codesniffer": "2.*" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" }, { "name": "Brian Sweeney", "email": "eclecticgeek@gmail.com" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" } ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "time": "2017-11-26T14:49:08+00:00" }, { "name": "endroid/qrcode", "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/endroid/qr-code.git", "reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/endroid/qr-code/zipball/6062677d3404e0ded40647b8f62ec55ff9722eb7", "reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7", "shasum": "" }, "require": { "bacon/bacon-qr-code": "^1.0.3", "ext-gd": "*", "khanamiryan/qrcode-detector-decoder": "1", "myclabs/php-enum": "^1.5", "php": ">=5.6", "symfony/options-resolver": "^2.7", "symfony/property-access": "^2.7" }, "require-dev": { "phpunit/phpunit": "^5.7", "symfony/asset": "^2.7", "symfony/browser-kit": "^2.7", "symfony/finder": "^2.7", "symfony/framework-bundle": "^2.7", "symfony/http-kernel": "^2.7", "symfony/templating": "^2.7", "symfony/twig-bundle": "^2.7", "symfony/yaml": "^2.7" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Endroid\\QrCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeroen van den Enden", "email": "info@endroid.nl", "homepage": "http://endroid.nl/" } ], "description": "Endroid QR Code", "homepage": "https://github.com/endroid/QrCode", "keywords": [ "bundle", "code", "endroid", "flex", "qr", "qrcode", "symfony" ], "abandoned": "endroid/qr-code", "time": "2018-05-09T20:26:30+00:00" }, { "name": "guzzle/guzzle", "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle3.git", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "~1.3", "monolog/monolog": "~1.0", "phpunit/phpunit": "3.7.*", "psr/log": "~1.0", "symfony/class-loader": "~2.1", "zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-log": "2.*,<2.3" }, "suggest": { "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.9-dev" } }, "autoload": { "psr-0": { "Guzzle": "src/", "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "abandoned": "guzzlehttp/guzzle", "time": "2015-03-18T18:23:50+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.7", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "8560d4314577199ba51bf2032f02cd1315587c23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23", "reference": "8560d4314577199ba51bf2032f02cd1315587c23", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2018-02-14T22:26:30+00:00" }, { "name": "khanamiryan/qrcode-detector-decoder", "version": "1", "source": { "type": "git", "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git", "reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/96d5f80680b04803c4f1b69d6e01735e876b80c7", "reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7", "shasum": "" }, "require": { "php": "^5.6|^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "type": "library", "autoload": { "classmap": [ "lib/" ], "files": [ "lib/common/customFunctions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ashot Khanamiryan", "email": "a.khanamiryan@gmail.com", "homepage": "https://github.com/khanamiryan", "role": "Developer" } ], "description": "QR code decoder / reader", "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder", "keywords": [ "barcode", "qr", "zxing" ], "time": "2017-01-13T09:11:46+00:00" }, { "name": "league/flysystem", "version": "1.0.45", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6", "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6", "shasum": "" }, "require": { "php": ">=5.5.9" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { "ext-fileinfo": "*", "phpspec/phpspec": "^3.4", "phpunit/phpunit": "^5.7" }, "suggest": { "ext-fileinfo": "Required for MimeType", "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "time": "2018-05-07T08:44:23+00:00" }, { "name": "mikey179/vfsStream", "version": "v1.6.5", "source": { "type": "git", "url": "https://github.com/mikey179/vfsStream.git", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-0": { "org\\bovigo\\vfs\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Frank Kleine", "homepage": "http://frankkleine.de/", "role": "Developer" } ], "description": "Virtual file system to mock the real file system in unit tests.", "homepage": "http://vfs.bovigo.org/", "time": "2017-08-01T08:02:14+00:00" }, { "name": "myclabs/deep-copy", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^4.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "time": "2017-10-19T19:58:43+00:00" }, { "name": "myclabs/php-enum", "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", "reference": "8c5649e4ed99acd53a40eada270154dcac089f7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/8c5649e4ed99acd53a40eada270154dcac089f7e", "reference": "8c5649e4ed99acd53a40eada270154dcac089f7e", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "^4.8.35|^5.7|^6.0", "squizlabs/php_codesniffer": "1.*" }, "type": "library", "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP Enum contributors", "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" } ], "description": "PHP Enum implementation", "homepage": "http://github.com/myclabs/php-enum", "keywords": [ "enum" ], "time": "2018-05-09T08:09:15+00:00" }, { "name": "neitanod/forceutf8", "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/neitanod/forceutf8.git", "reference": "30980a8ca2787a7730d370eac310b8987eb68229" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/30980a8ca2787a7730d370eac310b8987eb68229", "reference": "30980a8ca2787a7730d370eac310b8987eb68229", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "ForceUTF8\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastián Grignoli", "email": "grignoli@gmail.com" } ], "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.", "homepage": "https://github.com/neitanod/forceutf8", "time": "2018-10-10T23:03:52+00:00" }, { "name": "nfephp-org/atende", "version": "v0.1.2", "source": { "type": "git", "url": "https://github.com/nfephp-org/Atende.git", "reference": "fd21b836635490043fe309e9f901c029553057d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/Atende/zipball/fd21b836635490043fe309e9f901c029553057d8", "reference": "fd21b836635490043fe309e9f901c029553057d8", "shasum": "" }, "require": { "ext-curl": "*", "ext-date": "*", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", "ext-zlib": "*", "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.6" }, "type": "library", "extra": { "branch-alias": { "v0.1.x": "0.1.x-dev" } }, "autoload": { "psr-4": { "NFePHP\\Atende\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+", "LGPL-3.0+", "MIT" ], "authors": [ { "name": "Rodrigo Traleski", "email": "rodrigo@actuary.com.br", "role": "Developer" }, { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "role": "Developer" } ], "description": "API para geração e comunicação com o sistema AtendeNet.", "homepage": "http://www.actuary.com.br", "keywords": [ "actuary", "atendenet" ], "time": "2017-05-25T20:40:52+00:00" }, { "name": "nfephp-org/posprint", "version": "v0.1.3", "source": { "type": "git", "url": "https://github.com/nfephp-org/posprint.git", "reference": "293c7eb79bb7aa772f86ea7c68a8755b5ad0244f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/posprint/zipball/293c7eb79bb7aa772f86ea7c68a8755b5ad0244f", "reference": "293c7eb79bb7aa772f86ea7c68a8755b5ad0244f", "shasum": "" }, "require": { "endroid/qrcode": "^2", "php": ">=5.6" }, "require-dev": { "phpmd/phpmd": "dev-master", "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1-dev" } }, "autoload": { "psr-4": { "Posprint\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPLv3+", "GPLv3+", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com", "role": "Developer" } ], "description": "Thermal POS printer library", "homepage": "https://github.com/nfephp/posprint", "keywords": [ "driver", "escpos", "nfce", "print", "thermal" ], "time": "2017-12-10T12:25:23+00:00" }, { "name": "nfephp-org/sped-common", "version": "v5.0.36", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-common.git", "reference": "1793bd4aafe82455ab84624bece6e7854c6b7b38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-common/zipball/1793bd4aafe82455ab84624bece6e7854c6b7b38", "reference": "1793bd4aafe82455ab84624bece6e7854c6b7b38", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-soap": "*", "league/flysystem": "^1.0", "neitanod/forceutf8": "^2.0", "php": ">=5.6", "psr/log": "^1.0" }, "require-dev": { "jakub-onderka/php-console-highlighter": "^0.3.2", "jakub-onderka/php-parallel-lint": "^0.9.2", "phpstan/phpstan": "^0.9.2", "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "sebastian/phpcpd": "^3.0", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "extra": { "branch-alias": { "dev-v5.0": "5.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\Common\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-common/graphs/contributors" } ], "description": "sped-common é parte do projeto NFePHP.", "homepage": "https://github.com/nfephp-org/sped-common", "keywords": [ "nfe", "nfephp", "sped" ], "time": "2019-03-28T18:14:33+00:00" }, { "name": "nfephp-org/sped-cte", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-cte.git", "reference": "465060e3c02e9f3c6da29dfd57ba3f23c88168a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-cte/zipball/465060e3c02e9f3c6da29dfd57ba3f23c88168a7", "reference": "465060e3c02e9f3c6da29dfd57ba3f23c88168a7", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "nfephp-org/sped-common": "^5.0", "php": ">=5.6", "symfony/yaml": "^3.3" }, "require-dev": { "phpmd/phpmd": "dev-master", "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "v4.0": "4.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\CTe\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-cte/graphs/contributors" } ], "description": "API para geração e comunicação da CTe com as SEFAZ autorizadoras.", "homepage": "https://github.com/nfephp-org/sped-cte", "keywords": [ "cte", "nfephp", "sped" ], "time": "2018-06-06T13:19:50+00:00" }, { "name": "nfephp-org/sped-da", "version": "v0.1.16", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-da.git", "reference": "eb57a8a46174e70aa23dfbb65f43dfc4babf3ea7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-da/zipball/eb57a8a46174e70aa23dfbb65f43dfc4babf3ea7", "reference": "eb57a8a46174e70aa23dfbb65f43dfc4babf3ea7", "shasum": "" }, "require": { "php": ">=5.6", "tecnickcom/tc-lib-barcode": "^1.15" }, "require-dev": { "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.8", "wapmorgan/php-code-fixer": "^2.0" }, "suggest": { "nfephp-org/posprint": "^0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1.x-dev" } }, "autoload": { "psr-4": { "NFePHP\\DA\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later+", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-da/graphs/contributors" } ], "description": "sped-da contêm as classes para criação dos documentos auxiliares referidos no projeto Sped.", "homepage": "https://github.com/nfephp-org/sped-da", "keywords": [ "CCe", "Dacte", "Danfe", "nfe", "nfephp", "sped" ], "time": "2018-07-05T19:57:21+00:00" }, { "name": "nfephp-org/sped-efd", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-efd.git", "reference": "6c7d979905a5237820bbee28cf4deb01534e3bb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-efd/zipball/6c7d979905a5237820bbee28cf4deb01534e3bb3", "reference": "6c7d979905a5237820bbee28cf4deb01534e3bb3", "shasum": "" }, "require": { "php": "~5.5|~7.0" }, "require-dev": { "phpunit/phpunit": "4.*", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\EFD\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+", "LGPL-3.0+" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-efd/graphs/contributors" } ], "description": "API para geração dos arquivos para SPED EFD", "homepage": "https://github.com/nfephp-org/sped-efd", "keywords": [ "efd", "nfephp", "sped" ], "time": "2018-04-05T14:35:38+00:00" }, { "name": "nfephp-org/sped-efdreinf", "version": "v1.0-rc2", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-efdreinf.git", "reference": "e479f2e17e5e9394e3b1a84f3657e961bd2e2059" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-efdreinf/zipball/e479f2e17e5e9394e3b1a84f3657e961bd2e2059", "reference": "e479f2e17e5e9394e3b1a84f3657e961bd2e2059", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-simplexml": "*", "ext-xml": "*", "justinrainbow/json-schema": "^5.2", "nfephp-org/sped-common": "^5.0", "php": ">=7.0" }, "require-dev": { "phpstan/phpstan": "^0.9.1", "phpunit/phpunit": "^6.5", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\EFDReinf\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-efdreinf/graphs/contributors" } ], "description": "API para geração e comunicação dos eventos relativos ao projeto EFD-Reinf da Receita Federal do Brasil.", "homepage": "https://github.com/nfephp-org/sped-efdreinf", "keywords": [ "nfce", "nfe", "nfephp", "sped" ], "time": "2018-05-17T11:29:48+00:00" }, { "name": "nfephp-org/sped-efinanceira", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-efinanceira.git", "reference": "095f8527407aa54c5b11f36f63b1cb6870c454da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-efinanceira/zipball/095f8527407aa54c5b11f36f63b1cb6870c454da", "reference": "095f8527407aa54c5b11f36f63b1cb6870c454da", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-simplexml": "*", "ext-xml": "*", "justinrainbow/json-schema": "^5.2", "nfephp-org/sped-common": "^5.0", "php": ">=7.0" }, "require-dev": { "phpstan/phpstan": "^0.9.1", "phpunit/phpunit": "^6.5", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "v2.0": "2.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\eFinanc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later+", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com", "role": "Developer" }, { "name": "Rodrigo Traleski", "email": "rodrigo@actuary.com.br", "role": "Developer" }, { "name": "Ademilson Santana da Silva", "email": "ademilsonssilva1@gmail.com", "role": "Developer" } ], "description": "e-Financeira library", "homepage": "https://github.com/nfephp-org/sped-efinanceira", "keywords": [ "e-Financeira", "sped" ], "time": "2018-05-10T19:12:22+00:00" }, { "name": "nfephp-org/sped-esfinge", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-esfinge.git", "reference": "f3133654a84bc95a3a6c15a185ba66ae0514dd0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-esfinge/zipball/f3133654a84bc95a3a6c15a185ba66ae0514dd0a", "reference": "f3133654a84bc95a3a6c15a185ba66ae0514dd0a", "shasum": "" }, "require": { "league/flysystem": "^1.0", "php": "~5.5|~7.0" }, "require-dev": { "phpunit/phpunit": "4.*", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.0.1-dev" } }, "autoload": { "psr-4": { "NFePHP\\Esfinge\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+", "LGPL-3.0+", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-esfinge/graphs/contributors" } ], "description": "API para geração e comunicação com TCE SC.", "homepage": "https://github.com/nfephp-org/sped-esfinge", "keywords": [ "TCE", "consorcios", "e-Sfinge" ], "time": "2018-02-02T19:30:33+00:00" }, { "name": "nfephp-org/sped-esocial", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-esocial.git", "reference": "38fb78e527b01ff73fe246ef461723a27d18b74f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-esocial/zipball/38fb78e527b01ff73fe246ef461723a27d18b74f", "reference": "38fb78e527b01ff73fe246ef461723a27d18b74f", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-simplexml": "*", "ext-xml": "*", "justinrainbow/json-schema": "^5.2", "nfephp-org/sped-common": "^5.0", "php": ">=7.0" }, "require-dev": { "phpstan/phpstan": "^0.9.1", "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\eSocial\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com", "role": "Developer" }, { "name": "Rodrigo Traleski", "email": "rodrigo@actuary.com.br", "role": "Developer" }, { "name": "Ademilson Santana da Silva", "email": "ademilsonssilva1@gmail.com", "role": "Developer" } ], "description": "e-Social library", "homepage": "https://github.com/nfephp-org/sped-esocial", "keywords": [ "Empregados", "Folha", "eSocial", "sped" ], "time": "2018-05-23T20:33:26+00:00" }, { "name": "nfephp-org/sped-gnre", "version": "0.1.5", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-gnre.git", "reference": "4ff7f77bcfec24d7e79009a29fec53b9ca2fc487" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-gnre/zipball/4ff7f77bcfec24d7e79009a29fec53b9ca2fc487", "reference": "4ff7f77bcfec24d7e79009a29fec53b9ca2fc487", "shasum": "" }, "require": { "doctrine/instantiator": "~1.0.5", "dompdf/dompdf": "0.8.*", "mikey179/vfsstream": "^1.6", "nfephp-org/sped-nfe": "~5.0", "php": ">=7.0.0", "phpunit/phpunit": "~6.4", "satooshi/php-coveralls": "^1.0", "smarty/smarty": "~3.1", "squizlabs/php_codesniffer": "^3.1", "zendframework/zend-barcode": "^2.3", "zendframework/zend-servicemanager": "~2.0" }, "type": "library", "autoload": { "psr-4": { "Sped\\Gnre\\": "lib/Sped/Gnre/", "Sped\\Gnre\\Test\\": "testes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GNU" ], "authors": [ { "name": "Matheus Marabesi", "email": "matheus.marabesi@gmail.com" }, { "name": "Leandro Pereira", "email": "llpereiras@gmail.com" } ], "description": "API para a emissão de guias GNRE para a SEFAZ", "time": "2017-11-26T01:31:29+00:00" }, { "name": "nfephp-org/sped-gtin", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-gtin.git", "reference": "d28efb0516f9b2d068bda5e7f254635862b1b24c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-gtin/zipball/d28efb0516f9b2d068bda5e7f254635862b1b24c", "reference": "d28efb0516f9b2d068bda5e7f254635862b1b24c", "shasum": "" }, "require": { "php": ">= 5.6" }, "require-dev": { "phpmd/phpmd": "dev-master", "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "sebastian/phpcpd": "^3.0", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "v1.0": "1.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\Gtin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "https://github.com/nfephp-org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-gtin/graphs/contributors" } ], "description": "Classes for validation of GTIN codes.", "homepage": "https://github.com/nfephp-org/sped-gtin", "keywords": [ "gtin", "nfce", "nfe", "nfephp", "sped" ], "time": "2018-04-01T13:47:46+00:00" }, { "name": "nfephp-org/sped-ibpt", "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-ibpt.git", "reference": "8d05c49190259515fd3a0801efbb5b0217519c59" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-ibpt/zipball/8d05c49190259515fd3a0801efbb5b0217519c59", "reference": "8d05c49190259515fd3a0801efbb5b0217519c59", "shasum": "" }, "require": { "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "^5.5", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.6" }, "type": "library", "autoload": { "psr-4": { "NFePHP\\Ibpt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+", "LGPL-3.0+", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-nfe/graphs/contributors" } ], "description": "API para a comunicação com o servidor Restful do IBPT.", "homepage": "https://github.com/nfephp-org/sped-ibpt", "keywords": [ "IBPT", "nfce", "nfe", "nfephp" ], "time": "2017-09-01T19:30:23+00:00" }, { "name": "nfephp-org/sped-mail", "version": "v0.1.3", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-mail.git", "reference": "893bae86e1821d80506da2152870d540a74d6993" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-mail/zipball/893bae86e1821d80506da2152870d540a74d6993", "reference": "893bae86e1821d80506da2152870d540a74d6993", "shasum": "" }, "require": { "php": "~5.6|~7.0", "phpmailer/phpmailer": "^5.2", "soundasleep/html2text": "~0.3" }, "require-dev": { "phpunit/phpunit": "^5.5", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1.*-dev" } }, "autoload": { "psr-4": { "NFePHP\\Mail\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+", "LGPL-3.0+", "MIT" ], "authors": [ { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-cte/graphs/contributors" }, { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com", "homepage": "http://www.nfephp.org", "role": "Developer" } ], "description": "API para geração e envio dos emails relacionados com o SPED.", "homepage": "https://github.com/nfephp-org/sped-mail", "keywords": [ "nfephp", "nfse", "sped" ], "time": "2017-04-18T20:38:28+00:00" }, { "name": "nfephp-org/sped-nfe", "version": "v5.0.59", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-nfe.git", "reference": "65b8eb70b6ccccd4d0131348119f918506b05e85" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-nfe/zipball/65b8eb70b6ccccd4d0131348119f918506b05e85", "reference": "65b8eb70b6ccccd4d0131348119f918506b05e85", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "nfephp-org/sped-common": "^5.0", "nfephp-org/sped-gtin": "^1.0", "php": ">= 5.6" }, "require-dev": { "phpmd/phpmd": "dev-master", "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "sebastian/phpcpd": "^3.0", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "v5.0": "5.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\NFe\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later", "GPL-3.0-or-later", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-nfe/graphs/contributors" } ], "description": "API para geração e comunicação da NFe e NFCe com as SEFAZ autorizadoras.", "homepage": "https://github.com/nfephp-org/sped-nfe", "keywords": [ "nfce", "nfe", "nfephp", "sped" ], "time": "2018-07-10T15:36:12+00:00" }, { "name": "nfephp-org/sped-nfse", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-nfse.git", "reference": "10dc8f92ab2fc1637eeb0da6732b80ad80461237" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-nfse/zipball/10dc8f92ab2fc1637eeb0da6732b80ad80461237", "reference": "10dc8f92ab2fc1637eeb0da6732b80ad80461237", "shasum": "" }, "require": { "nfephp-org/sped-common": "^5.0", "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.3", "squizlabs/php_codesniffer": "^2.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1.*-dev" } }, "autoload": { "psr-4": { "NFePHP\\NFSe\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+", "LGPL-3.0+", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-nfse/graphs/contributors" } ], "description": "API para geração e comunicação da NFSe com as Prefeituras.", "homepage": "https://github.com/nfephp-org/sped-nfse", "keywords": [ "nfephp", "nfse", "sped" ], "abandoned": true, "time": "2018-03-18T13:12:11+00:00" }, { "name": "nfephp-org/sped-serializer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-serializer.git", "reference": "b2db1c1d45a5ac4e6e198a7bfd1722fce6729b7d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-serializer/zipball/b2db1c1d45a5ac4e6e198a7bfd1722fce6729b7d", "reference": "b2db1c1d45a5ac4e6e198a7bfd1722fce6729b7d", "shasum": "" }, "require": { "php": "~5.5|~7.0" }, "require-dev": { "phpunit/phpunit": "4.*", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1.0-dev" } }, "autoload": { "psr-4": { "NFePHP\\Serializer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0+", "LGPL-3.0+", "MIT" ], "authors": [ { "name": "Roberto L. Machado", "email": "linux.rlm@gmail.com.br", "homepage": "http://www.nfephp.org", "role": "Developer" }, { "name": "Comunidade NFePHP", "homepage": "https://github.com/nfephp-org/sped-serializer/graphs/contributors" } ], "description": "Serialiser XML", "homepage": "https://github.com/nfephp-org/sped-serializer", "keywords": [ "nfephp", "sped", "xml" ], "time": "2016-06-28T21:33:54+00:00" }, { "name": "phar-io/manifest", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", "shasum": "" }, "require": { "ext-dom": "*", "ext-phar": "*", "phar-io/version": "^1.0.1", "php": "^5.6 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "time": "2017-03-05T18:14:27+00:00" }, { "name": "phar-io/version", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Library for handling version information and constraints", "time": "2017-03-05T17:38:23+00:00" }, { "name": "phenx/php-font-lib", "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", "reference": "760148820110a1ae0936e5cc35851e25a938bc97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97", "reference": "760148820110a1ae0936e5cc35851e25a938bc97", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^4.8" }, "type": "library", "autoload": { "psr-4": { "FontLib\\": "src/FontLib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", "time": "2017-09-13T16:14:37+00:00" }, { "name": "phenx/php-svg-lib", "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c", "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c", "shasum": "" }, "require": { "sabberworm/php-css-parser": "8.1.*" }, "require-dev": { "phpunit/phpunit": "~5.0" }, "type": "library", "autoload": { "psr-0": { "Svg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", "time": "2018-06-03T10:10:03+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "94fd0001232e47129dd3504189fa1c7225010d08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", "reference": "94fd0001232e47129dd3504189fa1c7225010d08", "shasum": "" }, "require": { "php": "^7.0", "phpdocumentor/reflection-common": "^1.0.0", "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { "doctrine/instantiator": "~1.0.5", "mockery/mockery": "^1.0", "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2017-11-30T07:14:17+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "time": "2017-07-14T14:27:02+00:00" }, { "name": "phpmailer/phpmailer", "version": "v5.2.26", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "70362997bda4376378be7d92d81e2200550923f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/70362997bda4376378be7d92d81e2200550923f7", "reference": "70362997bda4376378be7d92d81e2200550923f7", "shasum": "" }, "require": { "ext-ctype": "*", "php": ">=5.0.0" }, "require-dev": { "doctrine/annotations": "1.2.*", "jms/serializer": "0.16.*", "phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "4.8.*", "symfony/debug": "2.8.*", "symfony/filesystem": "2.8.*", "symfony/translation": "2.8.*", "symfony/yaml": "2.8.*", "zendframework/zend-cache": "2.5.1", "zendframework/zend-config": "2.5.1", "zendframework/zend-eventmanager": "2.5.1", "zendframework/zend-filter": "2.5.1", "zendframework/zend-i18n": "2.5.1", "zendframework/zend-json": "2.5.1", "zendframework/zend-math": "2.5.1", "zendframework/zend-serializer": "2.5.*", "zendframework/zend-servicemanager": "2.5.*", "zendframework/zend-stdlib": "2.5.1" }, "suggest": { "league/oauth2-google": "Needed for Google XOAUTH2 authentication" }, "type": "library", "autoload": { "classmap": [ "class.phpmailer.php", "class.phpmaileroauth.php", "class.phpmaileroauthgoogle.php", "class.smtp.php", "class.pop3.php", "extras/EasyPeasyICS.php", "extras/ntlm_sasl_client.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "time": "2017-11-04T09:26:05+00:00" }, { "name": "phpspec/prophecy", "version": "1.7.6", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", "sebastian/comparator": "^1.1|^2.0|^3.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7.x-dev" } }, "autoload": { "psr-0": { "Prophecy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "time": "2018-04-18T13:57:24+00:00" }, { "name": "phpunit/php-code-coverage", "version": "5.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "c89677919c5dd6d3b3852f230a663118762218ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", "reference": "c89677919c5dd6d3b3852f230a663118762218ac", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^7.0", "phpunit/php-file-iterator": "^1.4.2", "phpunit/php-text-template": "^1.2.1", "phpunit/php-token-stream": "^2.0.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.0", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "suggest": { "ext-xdebug": "^2.5.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2018-04-06T15:36:58+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b", "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "^1.6.1", "phar-io/manifest": "^1.0.1", "phar-io/version": "^1.0", "php": "^7.0", "phpspec/prophecy": "^1.7", "phpunit/php-code-coverage": "^5.3", "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", "phpunit/phpunit-mock-objects": "^5.0.5", "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1", "sebastian/exporter": "^3.1", "sebastian/global-state": "^2.0", "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^1.0", "sebastian/version": "^2.0.1" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2", "phpunit/dbunit": "<3.0" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-xdebug": "*", "phpunit/php-invoker": "^1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "6.5.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "time": "2018-04-10T11:38:34+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "5.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.5", "php": "^7.0", "phpunit/php-text-template": "^1.2.1", "sebastian/exporter": "^3.1" }, "conflict": { "phpunit/phpunit": "<6.0" }, "require-dev": { "phpunit/phpunit": "^6.5" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "abandoned": true, "time": "2018-05-29T13:50:43+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/log", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10T12:19:37+00:00" }, { "name": "sabberworm/php-css-parser", "version": "8.1.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef", "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Sabberworm\\CSS": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Raphael Schweikert" } ], "description": "Parser for CSS Files written in PHP", "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", "keywords": [ "css", "parser", "stylesheet" ], "time": "2016-07-19T19:14:21+00:00" }, { "name": "satooshi/php-coveralls", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/php-coveralls/php-coveralls.git", "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", "shasum": "" }, "require": { "ext-json": "*", "ext-simplexml": "*", "guzzle/guzzle": "^2.8 || ^3.0", "php": "^5.3.3 || ^7.0", "psr/log": "^1.0", "symfony/config": "^2.1 || ^3.0 || ^4.0", "symfony/console": "^2.1 || ^3.0 || ^4.0", "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", "symfony/yaml": "^2.0 || ^3.0 || ^4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" }, "suggest": { "symfony/http-kernel": "Allows Symfony integration" }, "bin": [ "bin/coveralls" ], "type": "library", "autoload": { "psr-4": { "Satooshi\\": "src/Satooshi/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kitamura Satoshi", "email": "with.no.parachute@gmail.com", "homepage": "https://www.facebook.com/satooshi.jp" } ], "description": "PHP client library for Coveralls API", "homepage": "https://github.com/php-coveralls/php-coveralls", "keywords": [ "ci", "coverage", "github", "test" ], "abandoned": "php-coveralls/php-coveralls", "time": "2017-12-06T23:17:56+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", "shasum": "" }, "require": { "php": "^7.0", "sebastian/diff": "^2.0 || ^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2018-02-01T13:46:46+00:00" }, { "name": "sebastian/diff", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "time": "2017-08-03T08:09:46+00:00" }, { "name": "sebastian/environment", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "time": "2017-07-01T08:51:00+00:00" }, { "name": "sebastian/exporter", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", "shasum": "" }, "require": { "php": "^7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "time": "2017-04-03T13:19:02+00:00" }, { "name": "sebastian/global-state", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { "php": "^7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "time": "2017-08-03T12:35:26+00:00" }, { "name": "sebastian/object-reflector", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", "reference": "773f97c67f28de00d397be301821b06708fca0be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", "reference": "773f97c67f28de00d397be301821b06708fca0be", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "" }, "require": { "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, { "name": "smarty/smarty", "version": "v3.1.32", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", "reference": "ac9d4b587e5bf53381e21881820a9830765cb459" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/smarty-php/smarty/zipball/ac9d4b587e5bf53381e21881820a9830765cb459", "reference": "ac9d4b587e5bf53381e21881820a9830765cb459", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "files": [ "libs/bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Monte Ohrt", "email": "monte@ohrt.com" }, { "name": "Uwe Tews", "email": "uwe.tews@googlemail.com" }, { "name": "Rodney Rehm", "email": "rodney.rehm@medialize.de" } ], "description": "Smarty - the compiling PHP template engine", "homepage": "http://www.smarty.net", "keywords": [ "templating" ], "time": "2018-04-24T14:53:33+00:00" }, { "name": "soundasleep/html2text", "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/soundasleep/html2text.git", "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad", "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": ">=4.0", "soundasleep/component-tests": "dev-master" }, "type": "library", "autoload": { "psr-4": { "Html2Text\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "EPL-1.0" ], "authors": [ { "name": "Jevon Wright", "homepage": "https://jevon.org", "role": "Developer" } ], "description": "A PHP script to convert HTML into a plain text format", "homepage": "https://github.com/soundasleep/html2text", "keywords": [ "email", "html", "php", "text" ], "time": "2017-04-19T22:01:50+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d86873af43b4aa9d1f39a3601cc0cfcf02b25266", "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "http://www.squizlabs.com/php-codesniffer", "keywords": [ "phpcs", "standards" ], "time": "2018-06-06T23:58:19+00:00" }, { "name": "symfony/config", "version": "v3.4.11", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "73e055cf2e6467715f187724a0347ea32079967c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c", "reference": "73e055cf2e6467715f187724a0347ea32079967c", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/filesystem": "~2.8|~3.0|~4.0", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/dependency-injection": "<3.3", "symfony/finder": "<3.3" }, "require-dev": { "symfony/dependency-injection": "~3.3|~4.0", "symfony/event-dispatcher": "~3.3|~4.0", "symfony/finder": "~3.3|~4.0", "symfony/yaml": "~3.0|~4.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "https://symfony.com", "time": "2018-05-14T16:49:53+00:00" }, { "name": "symfony/console", "version": "v3.4.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27", "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2018-05-16T08:49:21+00:00" }, { "name": "symfony/debug", "version": "v3.4.11", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68", "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/http-kernel": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "time": "2018-05-16T14:03:39+00:00" }, { "name": "symfony/event-dispatcher", "version": "v2.8.41", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b69aad7d4c086dc94ebade2d5eb9145da5dac8c", "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "time": "2018-04-06T07:35:03+00:00" }, { "name": "symfony/filesystem", "version": "v3.4.11", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0", "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2018-05-16T08:49:21+00:00" }, { "name": "symfony/options-resolver", "version": "v2.8.41", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "7b627d71e038f65c58702ad2540d0452cf53cf67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7b627d71e038f65c58702ad2540d0452cf53cf67", "reference": "7b627d71e038f65c58702ad2540d0452cf53cf67", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony OptionsResolver Component", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "time": "2018-01-03T07:36:31+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2018-04-30T19:57:29+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "3296adf6a6454a050679cde90f95350ad604b171" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", "reference": "3296adf6a6454a050679cde90f95350ad604b171", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/property-access", "version": "v2.8.41", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "fe8dcf292aafee2684a1b496a240fc74c2541627" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/fe8dcf292aafee2684a1b496a240fc74c2541627", "reference": "fe8dcf292aafee2684a1b496a240fc74c2541627", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony PropertyAccess Component", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2018-05-01T22:52:40+00:00" }, { "name": "symfony/stopwatch", "version": "v3.4.11", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af", "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", "time": "2018-02-17T14:55:25+00:00" }, { "name": "symfony/yaml", "version": "v3.4.11", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { "symfony/console": "~3.4|~4.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2018-05-03T23:18:14+00:00" }, { "name": "tecnickcom/tc-lib-barcode", "version": "1.15.11", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-barcode.git", "reference": "e471bf39c533b5332ab31ecd53ec514be61ffa58" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/e471bf39c533b5332ab31ecd53ec514be61ffa58", "reference": "e471bf39c533b5332ab31ecd53ec514be61ffa58", "shasum": "" }, "require": { "ext-bcmath": "*", "ext-date": "*", "ext-gd": "*", "ext-pcre": "*", "php": ">=5.3", "tecnickcom/tc-lib-color": "^1.12.11" }, "require-dev": { "apigen/apigen": "^2.8.1 || ^4.1.2", "bartlett/php-compatinfo": "^4.5.2 || ^5.0.10 || ^5.0.12", "pdepend/pdepend": "^2.5.2", "phploc/phploc": "^2.1 || ^3.0 || ^4.0", "phpmd/phpmd": "^2.6.0", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1", "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0", "squizlabs/php_codesniffer": "^2.8.0 || ^3.2.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" ], "time": "2018-05-14T16:29:27+00:00" }, { "name": "tecnickcom/tc-lib-color", "version": "1.12.11", "source": { "type": "git", "url": "https://github.com/tecnickcom/tc-lib-color.git", "reference": "668548964e3a16cb87b681a784f6e74070c6f668" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/668548964e3a16cb87b681a784f6e74070c6f668", "reference": "668548964e3a16cb87b681a784f6e74070c6f668", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3" }, "require-dev": { "apigen/apigen": "^2.8.1 || ^4.1.2", "bartlett/php-compatinfo": "^4.5.2 || ^5.0.10 || ^5.0.12", "pdepend/pdepend": "^2.5.2", "phploc/phploc": "^2.1 || ^3.0 || ^4.0", "phpmd/phpmd": "^2.6.0", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1", "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0", "squizlabs/php_codesniffer": "^2.8.0 || ^3.2.0" }, "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" ], "time": "2018-05-14T14:36:54+00:00" }, { "name": "theseer/tokenizer", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2017-04-07T12:08:54+00:00" }, { "name": "webmozart/assert", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "0df1908962e7a3071564e857d86874dad1ef204a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", "reference": "0df1908962e7a3071564e857d86874dad1ef204a", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2018-01-29T19:49:41+00:00" }, { "name": "zendframework/zend-barcode", "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-barcode.git", "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-barcode/zipball/50f24f604ef2172a0127efe91e786bc2caf2e8cf", "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", "zendframework/zend-stdlib": "^2.7.7 || ^3.1", "zendframework/zend-validator": "^2.10.1" }, "require-dev": { "phpunit/phpunit": "^5.7.23 || ^6.4.3", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6 || ^3.1", "zendframework/zendpdf": "^2.0.2" }, "suggest": { "zendframework/zendpdf": "ZendPdf component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Zend\\Barcode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a generic way to generate barcodes", "keywords": [ "ZendFramework", "barcode", "zf" ], "time": "2017-12-11T15:30:02+00:00" }, { "name": "zendframework/zend-servicemanager", "version": "2.7.10", "source": { "type": "git", "url": "https://github.com/zendframework/zend-servicemanager.git", "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/ba7069c94c9af93122be9fa31cddd37f7707d5b4", "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4", "shasum": "" }, "require": { "container-interop/container-interop": "~1.0", "php": "^5.5 || ^7.0" }, "require-dev": { "athletic/athletic": "dev-master", "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-di": "~2.5", "zendframework/zend-mvc": "~2.5" }, "suggest": { "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", "zendframework/zend-di": "Zend\\Di component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "3.0-dev" } }, "autoload": { "psr-4": { "Zend\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-servicemanager", "keywords": [ "servicemanager", "zf2" ], "time": "2017-12-05T16:27:36+00:00" }, { "name": "zendframework/zend-stdlib", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpbench/phpbench": "^0.13", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", "zendframework/zend-coding-standard": "~1.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "autoload": { "psr-4": { "Zend\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "keywords": [ "ZendFramework", "stdlib", "zf" ], "time": "2018-04-30T13:50:40+00:00" }, { "name": "zendframework/zend-validator", "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git", "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9", "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "php": "^5.6 || ^7.0", "zendframework/zend-stdlib": "^2.7.6 || ^3.1" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", "zendframework/zend-db": "^2.7", "zendframework/zend-filter": "^2.6", "zendframework/zend-http": "^2.5.4", "zendframework/zend-i18n": "^2.6", "zendframework/zend-math": "^2.6", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-session": "^2.8", "zendframework/zend-uri": "^2.5" }, "suggest": { "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator", "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages", "zendframework/zend-i18n-resources": "Translations of validator messages", "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator", "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator", "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "2.11.x-dev" }, "zf": { "component": "Zend\\Validator", "config-provider": "Zend\\Validator\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Validator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed validators", "homepage": "https://github.com/zendframework/zend-validator", "keywords": [ "validator", "zf2" ], "time": "2018-02-01T17:05:33+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "nfephp-org/sped-esocial": 20, "nfephp-org/sped-efdreinf": 5, "nfephp-org/sped-nfse": 20, "nfephp-org/sped-serializer": 20, "nfephp-org/sped-esfinge": 20, "nfephp-org/sped-efd": 20, "nfephp-org/sped-cte": 20, "nfephp-org/sped-efinanceira": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }