[ { "name": "endroid/qr-code", "version": "1.6.6", "version_normalized": "1.6.6.0", "source": { "type": "git", "url": "https://github.com/endroid/qr-code.git", "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/endroid/qr-code/zipball/cef5d5b7b904d7bb0708eb744c35316364b65fa0", "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.3.0" }, "time": "2016-05-29T07:37:18+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "installation-source": "dist", "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": [ "code", "endroid", "qr", "qrcode" ] }, { "name": "pimple/pimple", "version": "v3.2.3", "version_normalized": "3.2.3.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/container": "^1.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.2" }, "time": "2018-01-21T07:42:36+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ] }, { "name": "psr/container", "version": "1.0.0", "version_normalized": "1.0.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" }, "time": "2017-02-14T16:28:37+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "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" ] }, { "name": "sentry/sentry", "version": "1.9.2", "version_normalized": "1.9.2.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b", "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b", "shasum": "" }, "require": { "ext-curl": "*", "php": "^5.3|^7.0" }, "conflict": { "raven/raven": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.8.0", "monolog/monolog": "*", "phpunit/phpunit": "^4.8.35 || ^5.7" }, "suggest": { "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", "monolog/monolog": "Automatically capture Monolog events as breadcrumbs" }, "time": "2018-08-18T19:41:03+00:00", "bin": [ "bin/sentry" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.10.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Raven_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "David Cramer", "email": "dcramer@gmail.com" } ], "description": "A PHP client for Sentry (http://getsentry.com)", "homepage": "http://getsentry.com", "keywords": [ "log", "logging" ] }, { "name": "twig/twig", "version": "v1.33.2", "version_normalized": "1.33.2.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927", "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927", "shasum": "" }, "require": { "php": ">=5.2.7" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~3.3@dev" }, "time": "2017-04-20T17:39:48+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.33-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" }, { "name": "Twig Team", "homepage": "http://twig.sensiolabs.org/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ] }, { "name": "twofas/account-sdk", "version": "v2.0.19", "version_normalized": "2.0.19.0", "source": { "type": "git", "url": "https://github.com/twofas/account-sdk.git", "reference": "c148d871520250c13c46bf6cb98faac0971b33f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twofas/account-sdk/zipball/c148d871520250c13c46bf6cb98faac0971b33f4", "reference": "c148d871520250c13c46bf6cb98faac0971b33f4", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "twofas/validation-rules": "~1.0" }, "require-dev": { "phpunit/phpunit": "4.5.0" }, "time": "2018-01-30T13:37:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TwoFAS\\Account\\": "TwoFAS/Account/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Krystian Dąbek", "email": "k.dabek@2fas.com" }, { "name": "Michał Wężowski", "email": "m.wezowski@2fas.com" }, { "name": "Szymon Czembor", "email": "s.czembor@2fas.com" } ], "description": "SDK for 2fas.com Account API" }, { "name": "twofas/encryption", "version": "v4.0.0", "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/twofas/encryption.git", "reference": "7be586110b276bd1059093ff5aa0fb6bf6f14913" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twofas/encryption/zipball/7be586110b276bd1059093ff5aa0fb6bf6f14913", "reference": "7be586110b276bd1059093ff5aa0fb6bf6f14913", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.5.0" }, "time": "2018-08-27T13:07:15+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TwoFAS\\Encryption\\": [ "src/", "tests/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "WJanusz", "email": "w.janusz@2fas.com" }, { "name": "Krystian Dąbek", "email": "k.dabek@2fas.com" } ], "description": "Encryption for TwoFAS data." }, { "name": "twofas/sdk", "version": "v6.0.0", "version_normalized": "6.0.0.0", "source": { "type": "git", "url": "https://github.com/twofas/sdk.git", "reference": "e5d6e6c3cced6c6f91646d92b7e59be321504c52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twofas/sdk/zipball/e5d6e6c3cced6c6f91646d92b7e59be321504c52", "reference": "e5d6e6c3cced6c6f91646d92b7e59be321504c52", "shasum": "" }, "require": { "endroid/qr-code": "~1.6.0", "ext-curl": "*", "ext-json": "*", "php": ">=5.3.3", "twofas/encryption": "~4.0", "twofas/validation-rules": "~1.0" }, "require-dev": { "phpunit/phpunit": "4.5.0", "squizlabs/php_codesniffer": "^2.2", "wimg/php-compatibility": "^8.0" }, "time": "2018-10-23T12:53:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TwoFAS\\": "TwoFAS/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Krystian Dąbek", "email": "k.dabek@2fas.com" }, { "name": "Michał Wężowski", "email": "m.wezowski@2fas.com" } ], "description": "SDK for 2fas.com API" }, { "name": "twofas/validation-rules", "version": "v1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/twofas/validation-rules.git", "reference": "7a5c7126843d218623a8cffebfa4a22bd8ce157c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twofas/validation-rules/zipball/7a5c7126843d218623a8cffebfa4a22bd8ce157c", "reference": "7a5c7126843d218623a8cffebfa4a22bd8ce157c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "4.5.0" }, "time": "2018-05-18T12:24:10+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TwoFAS\\ValidationRules\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Krystian Dąbek", "email": "k.dabek@2fas.com" } ], "description": "Validation rules for SDK" } ]