|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "e91f865b54abffebaf1fa3d1af9fff46",
|
|
|
|
|
|
+ "content-hash": "14008ad1f434e6913d590ac6eb386d90",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "algolia/algoliasearch-client-php",
|
|
"name": "algolia/algoliasearch-client-php",
|
|
@@ -63,6 +63,113 @@
|
|
"description": "Algolia Search API Client for PHP",
|
|
"description": "Algolia Search API Client for PHP",
|
|
"time": "2019-09-11T15:21:08+00:00"
|
|
"time": "2019-09-11T15:21:08+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "bacon/bacon-qr-code",
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/Bacon/BaconQrCode.git",
|
|
|
|
+ "reference": "eaac909da3ccc32b748a65b127acd8918f58d9b0"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/eaac909da3ccc32b748a65b127acd8918f58d9b0",
|
|
|
|
+ "reference": "eaac909da3ccc32b748a65b127acd8918f58d9b0",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "dasprid/enum": "^1.0",
|
|
|
|
+ "ext-iconv": "*",
|
|
|
|
+ "php": "^7.1"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phly/keep-a-changelog": "^1.4",
|
|
|
|
+ "phpunit/phpunit": "^6.4",
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.1"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-imagick": "to generate QR code images"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "BaconQrCode\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-2-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "description": "BaconQrCode is a QR code generator for PHP.",
|
|
|
|
+ "homepage": "https://github.com/Bacon/BaconQrCode",
|
|
|
|
+ "time": "2018-04-25T17:53:56+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "beberlei/assert",
|
|
|
|
+ "version": "v3.2.6",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/beberlei/assert.git",
|
|
|
|
+ "reference": "99508be011753690fe108ded450f5caaae180cfa"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/beberlei/assert/zipball/99508be011753690fe108ded450f5caaae180cfa",
|
|
|
|
+ "reference": "99508be011753690fe108ded450f5caaae180cfa",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-ctype": "*",
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
+ "ext-simplexml": "*",
|
|
|
|
+ "php": "^7"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "friendsofphp/php-cs-fixer": "*",
|
|
|
|
+ "phpstan/phpstan-shim": "*",
|
|
|
|
+ "phpunit/phpunit": ">=6.0.0 <8"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
|
|
|
|
+ },
|
|
|
|
+ "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"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/beberlei/assert/issues",
|
|
|
|
+ "source": "https://github.com/beberlei/assert/tree/v3.2.6"
|
|
|
|
+ },
|
|
|
|
+ "time": "2019-10-10T10:33:57+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "cebe/markdown",
|
|
"name": "cebe/markdown",
|
|
"version": "1.2.1",
|
|
"version": "1.2.1",
|
|
@@ -498,6 +605,37 @@
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "dasprid/enum",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/DASPRiD/Enum.git",
|
|
|
|
+ "reference": "631ef6e638e9494b0310837fa531bedd908fc22b"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/631ef6e638e9494b0310837fa531bedd908fc22b",
|
|
|
|
+ "reference": "631ef6e638e9494b0310837fa531bedd908fc22b",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^6.4",
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.1"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "DASPRiD\\Enum\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-2-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "description": "PHP 7.1 enum implementation",
|
|
|
|
+ "time": "2017-10-25T22:45:27+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.8.0",
|
|
"version": "v1.8.0",
|
|
@@ -1267,6 +1405,113 @@
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
|
"time": "2019-08-13T17:33:27+00:00"
|
|
"time": "2019-08-13T17:33:27+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "endroid/qr-code",
|
|
|
|
+ "version": "3.7.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/endroid/qr-code.git",
|
|
|
|
+ "reference": "eb829c121f6be259e1b8c258fa7f77114020cc72"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/endroid/qr-code/zipball/eb829c121f6be259e1b8c258fa7f77114020cc72",
|
|
|
|
+ "reference": "eb829c121f6be259e1b8c258fa7f77114020cc72",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "bacon/bacon-qr-code": "^2.0",
|
|
|
|
+ "ext-gd": "*",
|
|
|
|
+ "khanamiryan/qrcode-detector-decoder": "^1.0.2",
|
|
|
|
+ "myclabs/php-enum": "^1.5",
|
|
|
|
+ "php": ">=7.2",
|
|
|
|
+ "symfony/http-foundation": "^3.4||^4.0",
|
|
|
|
+ "symfony/options-resolver": "^3.4||^4.0",
|
|
|
|
+ "symfony/property-access": "^3.4||^4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "endroid/test": "dev-master"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.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"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Endroid QR Code",
|
|
|
|
+ "homepage": "https://github.com/endroid/qr-code",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "bundle",
|
|
|
|
+ "code",
|
|
|
|
+ "endroid",
|
|
|
|
+ "php",
|
|
|
|
+ "qr",
|
|
|
|
+ "qrcode"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/endroid/qr-code/issues",
|
|
|
|
+ "source": "https://github.com/endroid/qr-code/tree/master"
|
|
|
|
+ },
|
|
|
|
+ "time": "2019-10-24T19:09:14+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "endroid/qr-code-bundle",
|
|
|
|
+ "version": "3.3.4",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/endroid/qr-code-bundle.git",
|
|
|
|
+ "reference": "975dc3d377aba75ddc9ada47315b4edd9c0687ba"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/endroid/qr-code-bundle/zipball/975dc3d377aba75ddc9ada47315b4edd9c0687ba",
|
|
|
|
+ "reference": "975dc3d377aba75ddc9ada47315b4edd9c0687ba",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "endroid/qr-code": "^3.4.4",
|
|
|
|
+ "php": ">=7.1",
|
|
|
|
+ "symfony/framework-bundle": "^3.4|^4.0",
|
|
|
|
+ "symfony/twig-bundle": "^3.4|^4.0",
|
|
|
|
+ "symfony/yaml": "^3.4|^4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "endroid/bundle-test": "dev-master"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bundle",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Endroid\\QrCodeBundle\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Endroid QR Code Bundle",
|
|
|
|
+ "homepage": "https://github.com/endroid/qr-code-bundle",
|
|
|
|
+ "time": "2019-04-04T06:55:45+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "ezyang/htmlpurifier",
|
|
"name": "ezyang/htmlpurifier",
|
|
"version": "v4.11.0",
|
|
"version": "v4.11.0",
|
|
@@ -1982,6 +2227,43 @@
|
|
},
|
|
},
|
|
"time": "2019-09-25T14:49:45+00:00"
|
|
"time": "2019-09-25T14:49:45+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "khanamiryan/qrcode-detector-decoder",
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
|
|
|
|
+ "reference": "a75482d3bc804e3f6702332bfda6cccbb0dfaa76"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/a75482d3bc804e3f6702332bfda6cccbb0dfaa76",
|
|
|
|
+ "reference": "a75482d3bc804e3f6702332bfda6cccbb0dfaa76",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^5.6|^7.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^5.7"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Zxing\\": "lib/"
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "lib/Common/customFunctions.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "QR code decoder / reader",
|
|
|
|
+ "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
|
|
|
|
+ "time": "2018-04-26T11:41:33+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "knplabs/knp-menu",
|
|
"name": "knplabs/knp-menu",
|
|
"version": "2.6.0",
|
|
"version": "2.6.0",
|
|
@@ -2095,6 +2377,50 @@
|
|
"description": "This bundle provides an integration of the KnpMenu library",
|
|
"description": "This bundle provides an integration of the KnpMenu library",
|
|
"time": "2019-09-19T08:51:48+00:00"
|
|
"time": "2019-09-19T08:51:48+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "lcobucci/jwt",
|
|
|
|
+ "version": "3.3.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/lcobucci/jwt.git",
|
|
|
|
+ "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
|
+ "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
+ "ext-openssl": "*",
|
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "mikey179/vfsstream": "~1.5",
|
|
|
|
+ "phpmd/phpmd": "~2.2",
|
|
|
|
+ "phpunit/php-invoker": "~1.1",
|
|
|
|
+ "phpunit/phpunit": "^5.7 || ^7.3",
|
|
|
|
+ "squizlabs/php_codesniffer": "~2.3"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Lcobucci\\JWT\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
|
|
+ "time": "2019-05-24T18:30:49+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "monolog/monolog",
|
|
"name": "monolog/monolog",
|
|
"version": "1.25.1",
|
|
"version": "1.25.1",
|
|
@@ -2161,6 +2487,42 @@
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"time": "2019-09-06T13:49:17+00:00"
|
|
"time": "2019-09-06T13:49:17+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "myclabs/php-enum",
|
|
|
|
+ "version": "1.7.2",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/myclabs/php-enum.git",
|
|
|
|
+ "reference": "45f01adf6922df6082bcda36619deb466e826acf"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/myclabs/php-enum/zipball/45f01adf6922df6082bcda36619deb466e826acf",
|
|
|
|
+ "reference": "45f01adf6922df6082bcda36619deb466e826acf",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "php": ">=7.1"
|
|
|
|
+ },
|
|
|
|
+ "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"
|
|
|
|
+ ],
|
|
|
|
+ "description": "PHP Enum implementation",
|
|
|
|
+ "homepage": "http://github.com/myclabs/php-enum",
|
|
|
|
+ "time": "2019-08-19T13:53:00+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "nelmio/cors-bundle",
|
|
"name": "nelmio/cors-bundle",
|
|
"version": "1.5.6",
|
|
"version": "1.5.6",
|
|
@@ -2322,6 +2684,40 @@
|
|
"description": "Pagination for PHP",
|
|
"description": "Pagination for PHP",
|
|
"time": "2019-07-17T20:56:16+00:00"
|
|
"time": "2019-07-17T20:56:16+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "paragonie/constant_time_encoding",
|
|
|
|
+ "version": "v2.2.3",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
|
+ "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
|
|
|
|
+ "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^6|^7",
|
|
|
|
+ "vimeo/psalm": "^1|^2"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "ParagonIE\\ConstantTime\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
|
|
|
+ "time": "2019-01-03T20:26:31+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"name": "paragonie/random_compat",
|
|
"version": "v2.0.18",
|
|
"version": "v2.0.18",
|
|
@@ -3322,18 +3718,68 @@
|
|
"description": "A polyfill for getallheaders.",
|
|
"description": "A polyfill for getallheaders.",
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "scheb/two-factor-bundle",
|
|
|
|
+ "version": "v4.7.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/scheb/two-factor-bundle.git",
|
|
|
|
+ "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/170895e91bdbe2c21983f195271d42e2fcfb3d62",
|
|
|
|
+ "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "lcobucci/jwt": "^3.2",
|
|
|
|
+ "paragonie/constant_time_encoding": "^2.2",
|
|
|
|
+ "php": "^7.1.3",
|
|
|
|
+ "spomky-labs/otphp": "^9.1",
|
|
|
|
+ "symfony/config": "^3.4|^4.0",
|
|
|
|
+ "symfony/dependency-injection": "^3.4|^4.0",
|
|
|
|
+ "symfony/event-dispatcher": "^3.4|^4.0",
|
|
|
|
+ "symfony/framework-bundle": "^3.4|^4.0",
|
|
|
|
+ "symfony/http-foundation": "^3.4|^4.0",
|
|
|
|
+ "symfony/http-kernel": "^3.4|^4.0",
|
|
|
|
+ "symfony/property-access": "^3.4|^4.0",
|
|
|
|
+ "symfony/security-bundle": "^3.4|^4.0",
|
|
|
|
+ "symfony/twig-bundle": "^3.4|^4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/lexer": "^1.0.1",
|
|
|
|
+ "doctrine/orm": "^2.6",
|
|
|
|
+ "phpunit/phpunit": "^7.0|^8.0",
|
|
|
|
+ "swiftmailer/swiftmailer": "^6.0",
|
|
|
|
+ "symfony/yaml": "^3.4|^4.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bundle",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Scheb\\TwoFactorBundle\\": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides two-factor authentication for Symfony applications",
|
|
|
|
+ "homepage": "https://github.com/scheb/two-factor-bundle",
|
|
|
|
+ "time": "2019-09-02T18:36:37+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "seld/jsonlint",
|
|
"name": "seld/jsonlint",
|
|
- "version": "1.7.1",
|
|
|
|
|
|
+ "version": "1.7.2",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
|
|
|
|
|
|
+ "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
|
|
|
|
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
|
|
|
|
+ "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -3369,7 +3815,11 @@
|
|
"parser",
|
|
"parser",
|
|
"validator"
|
|
"validator"
|
|
],
|
|
],
|
|
- "time": "2018-01-24T12:46:19+00:00"
|
|
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/Seldaek/jsonlint/issues",
|
|
|
|
+ "source": "https://github.com/Seldaek/jsonlint/tree/1.7.2"
|
|
|
|
+ },
|
|
|
|
+ "time": "2019-10-24T14:27:39+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "seld/phar-utils",
|
|
"name": "seld/phar-utils",
|
|
@@ -3715,6 +4165,48 @@
|
|
"homepage": "https://github.com/snc/SncRedisBundle",
|
|
"homepage": "https://github.com/snc/SncRedisBundle",
|
|
"time": "2019-10-09T07:26:03+00:00"
|
|
"time": "2019-10-09T07:26:03+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "spomky-labs/otphp",
|
|
|
|
+ "version": "v9.1.4",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/Spomky-Labs/otphp.git",
|
|
|
|
+ "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
|
|
|
|
+ "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "beberlei/assert": "^2.4|^3.0",
|
|
|
|
+ "paragonie/constant_time_encoding": "^2.0",
|
|
|
|
+ "php": "^7.1"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^6.0",
|
|
|
|
+ "satooshi/php-coveralls": "^1.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "9.0.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "OTPHP\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
|
|
|
|
+ "homepage": "https://github.com/Spomky-Labs/otphp",
|
|
|
|
+ "time": "2019-03-18T10:08:51+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v6.2.1",
|
|
"version": "v6.2.1",
|
|
@@ -5381,80 +5873,65 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"name": "phpdocumentor/reflection-common",
|
|
- "version": "1.0.1",
|
|
|
|
|
|
+ "version": "2.0.0",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
- "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
|
|
|
|
|
+ "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
|
- "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
|
|
|
|
+ "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
- "php": ">=5.5"
|
|
|
|
|
|
+ "php": ">=7.1"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "phpunit/phpunit": "^4.6"
|
|
|
|
|
|
+ "phpunit/phpunit": "~6"
|
|
},
|
|
},
|
|
"type": "library",
|
|
"type": "library",
|
|
"extra": {
|
|
"extra": {
|
|
"branch-alias": {
|
|
"branch-alias": {
|
|
- "dev-master": "1.0.x-dev"
|
|
|
|
|
|
+ "dev-master": "2.x-dev"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"autoload": {
|
|
"autoload": {
|
|
"psr-4": {
|
|
"psr-4": {
|
|
- "phpDocumentor\\Reflection\\": [
|
|
|
|
- "src"
|
|
|
|
- ]
|
|
|
|
|
|
+ "phpDocumentor\\Reflection\\": "src/"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"license": [
|
|
"MIT"
|
|
"MIT"
|
|
],
|
|
],
|
|
- "authors": [
|
|
|
|
- {
|
|
|
|
- "name": "Jaap van Otterdijk",
|
|
|
|
- "email": "opensource@ijaap.nl"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
"homepage": "http://www.phpdoc.org",
|
|
"homepage": "http://www.phpdoc.org",
|
|
- "keywords": [
|
|
|
|
- "FQSEN",
|
|
|
|
- "phpDocumentor",
|
|
|
|
- "phpdoc",
|
|
|
|
- "reflection",
|
|
|
|
- "static analysis"
|
|
|
|
- ],
|
|
|
|
- "time": "2017-09-11T18:02:19+00:00"
|
|
|
|
|
|
+ "time": "2018-08-07T13:53:10+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
- "version": "4.3.1",
|
|
|
|
|
|
+ "version": "4.3.2",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
- "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
|
|
|
|
|
|
+ "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
|
|
|
|
- "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
|
|
|
|
+ "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
"php": "^7.0",
|
|
"php": "^7.0",
|
|
- "phpdocumentor/reflection-common": "^1.0.0",
|
|
|
|
- "phpdocumentor/type-resolver": "^0.4.0",
|
|
|
|
|
|
+ "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
|
|
|
|
+ "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
|
|
"webmozart/assert": "^1.0"
|
|
"webmozart/assert": "^1.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "doctrine/instantiator": "~1.0.5",
|
|
|
|
|
|
+ "doctrine/instantiator": "^1.0.5",
|
|
"mockery/mockery": "^1.0",
|
|
"mockery/mockery": "^1.0",
|
|
"phpunit/phpunit": "^6.4"
|
|
"phpunit/phpunit": "^6.4"
|
|
},
|
|
},
|
|
@@ -5476,54 +5953,48 @@
|
|
"MIT"
|
|
"MIT"
|
|
],
|
|
],
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
- "time": "2019-04-30T17:48:53+00:00"
|
|
|
|
|
|
+ "time": "2019-09-12T14:27:41+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"name": "phpdocumentor/type-resolver",
|
|
- "version": "0.4.0",
|
|
|
|
|
|
+ "version": "1.0.1",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
- "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
|
|
|
|
|
+ "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
|
- "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
|
|
|
|
+ "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
- "php": "^5.5 || ^7.0",
|
|
|
|
- "phpdocumentor/reflection-common": "^1.0"
|
|
|
|
|
|
+ "php": "^7.1",
|
|
|
|
+ "phpdocumentor/reflection-common": "^2.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "mockery/mockery": "^0.9.4",
|
|
|
|
- "phpunit/phpunit": "^5.2||^4.8.24"
|
|
|
|
|
|
+ "ext-tokenizer": "^7.1",
|
|
|
|
+ "mockery/mockery": "~1",
|
|
|
|
+ "phpunit/phpunit": "^7.0"
|
|
},
|
|
},
|
|
"type": "library",
|
|
"type": "library",
|
|
"extra": {
|
|
"extra": {
|
|
"branch-alias": {
|
|
"branch-alias": {
|
|
- "dev-master": "1.0.x-dev"
|
|
|
|
|
|
+ "dev-master": "1.x-dev"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"autoload": {
|
|
"autoload": {
|
|
"psr-4": {
|
|
"psr-4": {
|
|
- "phpDocumentor\\Reflection\\": [
|
|
|
|
- "src/"
|
|
|
|
- ]
|
|
|
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"license": [
|
|
"MIT"
|
|
"MIT"
|
|
],
|
|
],
|
|
- "authors": [
|
|
|
|
- {
|
|
|
|
- "name": "Mike van Riel",
|
|
|
|
- "email": "me@mikevanriel.com"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "time": "2017-07-14T14:27:02+00:00"
|
|
|
|
|
|
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
|
+ "time": "2019-08-22T18:11:29+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"name": "phpspec/prophecy",
|