{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "61892ee2c11b78220a998dcb837ccc5c", "packages": [ { "name": "beberlei/assert", "version": "v2.9.5", "source": { "type": "git", "url": "https://github.com/beberlei/assert.git", "reference": "c07fe163d6a3b3e4b1275981ec004397954afa89" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beberlei/assert/zipball/c07fe163d6a3b3e4b1275981ec004397954afa89", "reference": "c07fe163d6a3b3e4b1275981ec004397954afa89", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.1.1", "phpunit/phpunit": "^4.8.35|^5.7" }, "type": "library", "autoload": { "psr-4": { "Assert\\": "lib/Assert" }, "files": [ "lib/Assert/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de", "role": "Lead Developer" }, { "name": "Richard Quadling", "email": "rquadling@gmail.com", "role": "Collaborator" } ], "description": "Thin assertion library for input validation in business models.", "keywords": [ "assert", "assertion", "validation" ], "time": "2018-04-16T11:18:27+00:00" }, { "name": "blockvis/civic-sip-php", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/blockvis/civic-sip-php.git", "reference": "a61010d25f7ac786ad8f96d579a89a39157e363f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/blockvis/civic-sip-php/zipball/a61010d25f7ac786ad8f96d579a89a39157e363f", "reference": "a61010d25f7ac786ad8f96d579a89a39157e363f", "shasum": "" }, "require": { "ext-gmp": "*", "guzzlehttp/guzzle": "^6.3", "php": "^5.6 || ^7.0", "ramsey/uuid": "^3.7", "spomky-labs/jose": "^6.1|^7.0" }, "require-dev": { "phpspec/phpspec": "^4.0" }, "type": "library", "autoload": { "psr-4": { "Blockvis\\Civic\\Sip\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Blockvis Team", "email": "blockvis@blockvis.com", "homepage": "https://blockvis.com" } ], "description": "The Civic Secure Identity Platform (SIP) API client.", "keywords": [ "api", "authorization", "blockchain", "civic", "sip" ], "time": "2018-03-17T14:50:15+00:00" }, { "name": "fgrosse/phpasn1", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fgrosse/PHPASN1.git", "reference": "734e1a94dfb292199f4f285be99a5645ea66fb58" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/734e1a94dfb292199f4f285be99a5645ea66fb58", "reference": "734e1a94dfb292199f4f285be99a5645ea66fb58", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.3", "satooshi/php-coveralls": "~2.0" }, "suggest": { "ext-gmp": "GMP is the preferred extension for big integer calculations", "php-curl": "For loading OID information from the web if they have not bee defined statically" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "FG\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Friedrich Große", "email": "friedrich.grosse@gmail.com", "homepage": "https://github.com/FGrosse", "role": "Author" }, { "name": "All contributors", "homepage": "https://github.com/FGrosse/PHPASN1/contributors" } ], "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", "homepage": "https://github.com/FGrosse/PHPASN1", "keywords": [ "DER", "asn.1", "asn1", "ber", "binary", "decoding", "encoding", "x.509", "x.690", "x509", "x690" ], "time": "2018-03-31T08:32:19+00:00" }, { "name": "guzzlehttp/guzzle", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "0773d442aa96baf19d7195f14ba6e9c2da11f8ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0773d442aa96baf19d7195f14ba6e9c2da11f8ed", "reference": "0773d442aa96baf19d7195f14ba6e9c2da11f8ed", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2018-04-23T13:18:18+00:00" }, { "name": "guzzlehttp/promises", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "136531aa4e42f9b1971a47fb0faf60da00d2fefa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/136531aa4e42f9b1971a47fb0faf60da00d2fefa", "reference": "136531aa4e42f9b1971a47fb0faf60da00d2fefa", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2018-03-25T01:26:01+00:00" }, { "name": "guzzlehttp/psr7", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "239912a01c502f2d8f3c642eb2fcd4e58cf82a72" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/239912a01c502f2d8f3c642eb2fcd4e58cf82a72", "reference": "239912a01c502f2d8f3c642eb2fcd4e58cf82a72", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "request", "response", "stream", "uri", "url" ], "time": "2018-04-24T00:35:57+00:00" }, { "name": "mdanter/ecc", "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/phpecc/phpecc.git", "reference": "ed5c6d496f5310de1b7071b8375fafa3559a1344" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpecc/phpecc/zipball/ed5c6d496f5310de1b7071b8375fafa3559a1344", "reference": "ed5c6d496f5310de1b7071b8375fafa3559a1344", "shasum": "" }, "require": { "ext-gmp": "*", "fgrosse/phpasn1": "v2.0.x", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0", "squizlabs/php_codesniffer": "~2", "symfony/yaml": "~2.6|~3.0" }, "type": "library", "autoload": { "psr-4": { "Mdanter\\Ecc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matyas Danter", "homepage": "http://matejdanter.com/", "role": "Author" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io", "homepage": "http://aztech.io", "role": "Maintainer" }, { "name": "Thomas Kerin", "email": "afk11@users.noreply.github.com", "role": "Maintainer" } ], "description": "PHP Elliptic Curve Cryptography library", "homepage": "https://github.com/phpecc/phpecc", "keywords": [ "Diffie", "ECDSA", "Hellman", "curve", "ecdh", "elliptic", "nistp192", "nistp224", "nistp256", "nistp384", "nistp521", "phpecc", "secp256k1", "secp256r1" ], "time": "2017-10-09T16:05:37+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.12", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb", "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2018-04-04T21:24:14+00:00" }, { "name": "psr/cache", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/78c5a01ddbf11cf731f1338a4f5aba23b14d5b47", "reference": "78c5a01ddbf11cf731f1338a4f5aba23b14d5b47", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "time": "2016-10-13T14:48:10+00:00" }, { "name": "psr/http-message", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "ralouphie/getallheaders", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2016-02-11T07:05:27+00:00" }, { "name": "ramsey/uuid", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "29fb62b48611761b4c0c4e8f4a428cad19c2b690" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/29fb62b48611761b4c0c4e8f4a428cad19c2b690", "reference": "29fb62b48611761b4c0c4e8f4a428cad19c2b690", "shasum": "" }, "require": { "paragonie/random_compat": "^1.0|^2.0", "php": "^5.4 || ^7.0" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "codeception/aspect-mock": "^1.0 | ~2.0.0", "doctrine/annotations": "~1.2.0", "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", "ircmaxell/random-lib": "^1.1", "jakub-onderka/php-parallel-lint": "^0.9.0", "mockery/mockery": "^0.9.9", "moontoast/math": "^1.1", "php-mock/php-mock-phpunit": "^0.3|^1.1", "phpunit/phpunit": "^4.7|^5.0|^6.5", "squizlabs/php_codesniffer": "^2.3" }, "suggest": { "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io" }, { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" } ], "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], "time": "2018-04-25T19:14:32+00:00" }, { "name": "spomky-labs/aes-key-wrap", "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/aes-key-wrap.git", "reference": "072e312ea119c4cc33012edc5e7e8c3f3def0d66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/072e312ea119c4cc33012edc5e7e8c3f3def0d66", "reference": "072e312ea119c4cc33012edc5e7e8c3f3def0d66", "shasum": "" }, "require": { "beberlei/assert": "^2.4", "ext-mbstring": "*", "lib-openssl": "*", "php": "^5.4|^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5|^5.0", "satooshi/php-coveralls": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "AESKW\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky-Labs/aes-key-wrap/contributors" } ], "description": "AES Key Wrap for PHP.", "homepage": "https://github.com/Spomky-Labs/aes-key-wrap", "keywords": [ "A128KW", "A192KW", "A256KW", "RFC3394", "RFC5649", "aes", "key", "padding", "wrap" ], "time": "2017-03-25T21:07:11+00:00" }, { "name": "spomky-labs/base64url", "version": "v1.x-dev", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/base64url.git", "reference": "a6d123a94f7b9b9dacebd1d8db205d81289fa2ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/a6d123a94f7b9b9dacebd1d8db205d81289fa2ea", "reference": "a6d123a94f7b9b9dacebd1d8db205d81289fa2ea", "shasum": "" }, "require": { "php": "^5.3|^7.0" }, "require-dev": { "phpunit/phpunit": "^4.0|^5.0", "satooshi/php-coveralls": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Base64Url\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky-Labs/base64url/contributors" } ], "description": "Base 64 URL Safe Encoding/decoding PHP Library", "homepage": "https://github.com/Spomky-Labs/base64url", "keywords": [ "base64", "rfc4648", "safe", "url" ], "time": "2016-07-21T11:54:04+00:00" }, { "name": "spomky-labs/jose", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/jose.git", "reference": "7f34e21e9d258cd7e1462b69e993e069e7968950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Spomky-Labs/jose/zipball/7f34e21e9d258cd7e1462b69e993e069e7968950", "reference": "7f34e21e9d258cd7e1462b69e993e069e7968950", "shasum": "" }, "require": { "beberlei/assert": "^2.4", "fgrosse/phpasn1": "^2.0", "lib-openssl": "*", "mdanter/ecc": "0.5.*", "php": "^7.0", "psr/cache": "^1.0", "spomky-labs/aes-key-wrap": "^3.0", "spomky-labs/base64url": "^1.0", "spomky-labs/php-aes-gcm": "^1.2", "symfony/polyfill-mbstring": "^1.1" }, "require-dev": { "phpunit/phpunit": "^6.0", "satooshi/php-coveralls": "^1.0", "symfony/cache": "^2.0|^3.0" }, "suggest": { "ext-crypto": "Highly recommended when you use AES GCM based algorithms.", "ext-curve25519": "For EdDSA with X25519 curves support.", "ext-ed25519": "For EdDSA with Ed25519 curves support." }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.0.x-dev" } }, "autoload": { "psr-4": { "Jose\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky" }, { "name": "All contributors", "homepage": "https://github.com/Spomky-Labs/jose/contributors" } ], "description": "JSON Object Signing and Encryption library for PHP.", "homepage": "https://github.com/Spomky-Labs/Jose", "keywords": [ "JOSE", "JWE", "JWK", "JWKSet", "JWS", "Jot", "RFC7515", "RFC7516", "RFC7517", "RFC7518", "RFC7519", "RFC7520", "jwa", "jwt" ], "time": "2018-02-14T08:28:10+00:00" }, { "name": "spomky-labs/php-aes-gcm", "version": "v1.x-dev", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/php-aes-gcm.git", "reference": "b655bef0d4f0fa2f36c11c5122e284951e81961c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Spomky-Labs/php-aes-gcm/zipball/b655bef0d4f0fa2f36c11c5122e284951e81961c", "reference": "b655bef0d4f0fa2f36c11c5122e284951e81961c", "shasum": "" }, "require": { "beberlei/assert": "^2.4", "lib-openssl": "*", "php": ">=5.4", "symfony/polyfill-mbstring": "^1.1" }, "require-dev": { "phpunit/phpunit": "^4.5|^5.0", "satooshi/php-coveralls": "^1.0" }, "suggest": { "ext-crypto": "Highly recommended for better performance." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "AESGCM\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky" }, { "name": "All contributors", "homepage": "https://github.com/Spomky-Labs/php-aes-gcm/contributors" } ], "description": "AES GCM (Galois Counter Mode) PHP implementation.", "homepage": "https://github.com/Spomky-Labs/php-aes-gcm", "keywords": [ "AES-GCM", "Galois Counter Mode", "aes", "gcm" ], "time": "2016-11-22T21:11:11+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "dev-master", "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" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }