diff --git a/composer.lock b/composer.lock index 4c3eeadaf2..048e42c9b4 100644 --- a/composer.lock +++ b/composer.lock @@ -287,22 +287,22 @@ }, { "name": "cboden/ratchet", - "version": "v0.4.2", + "version": "v0.4.3", "source": { "type": "git", "url": "https://github.com/ratchetphp/Ratchet.git", - "reference": "57721e1f184f9e29378fc5363867c47ddda743fd" + "reference": "466a0ecc83209c75b76645eb823401b5c52e5f21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/57721e1f184f9e29378fc5363867c47ddda743fd", - "reference": "57721e1f184f9e29378fc5363867c47ddda743fd", + "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/466a0ecc83209c75b76645eb823401b5c52e5f21", + "reference": "466a0ecc83209c75b76645eb823401b5c52e5f21", "shasum": "" }, "require": { "guzzlehttp/psr7": "^1.0", "php": ">=5.4.2", - "ratchet/rfc6455": "^0.2", + "ratchet/rfc6455": "^0.3", "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5", "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0", "symfony/routing": "^2.6|^3.0|^4.0|^5.0" @@ -325,6 +325,10 @@ "name": "Chris Boden", "email": "cboden@gmail.com", "role": "Developer" + }, + { + "name": "Matt Bonneau", + "role": "Developer" } ], "description": "PHP WebSocket library", @@ -336,7 +340,7 @@ "sockets", "websocket" ], - "time": "2020-01-27T23:08:40+00:00" + "time": "2020-07-07T15:50:14+00:00" }, { "name": "clue/stream-filter", @@ -822,16 +826,16 @@ }, { "name": "doctrine/cache", - "version": "1.10.1", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3" + "reference": "13e3381b25847283a91948d04640543941309727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3", - "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3", + "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", + "reference": "13e3381b25847283a91948d04640543941309727", "shasum": "" }, "require": { @@ -914,7 +918,7 @@ "type": "tidelift" } ], - "time": "2020-05-27T16:24:54+00:00" + "time": "2020-07-07T18:54:01+00:00" }, { "name": "doctrine/collections", @@ -1130,29 +1134,32 @@ }, { "name": "doctrine/dbal", - "version": "v2.7.2", + "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "c0e5736016a51b427a8cba8bc470fbea78165819" + "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/c0e5736016a51b427a8cba8bc470fbea78165819", - "reference": "c0e5736016a51b427a8cba8bc470fbea78165819", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8", + "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8", "shasum": "" }, "require": { - "doctrine/common": "^2.7.1", + "doctrine/cache": "^1.0", + "doctrine/event-manager": "^1.0", "ext-pdo": "*", - "php": "^7.1" + "php": "^7.2" }, "require-dev": { - "doctrine/coding-standard": "^4.0", - "phpunit/phpunit": "^7.0", - "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", - "symfony/console": "^2.0.5||^3.0", - "symfony/phpunit-bridge": "^3.4.5|^4.0.5" + "doctrine/coding-standard": "^6.0", + "jetbrains/phpstorm-stubs": "^2019.1", + "nikic/php-parser": "^4.4", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^8.4.1", + "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", + "vimeo/psalm": "^3.11" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -1163,12 +1170,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7.x-dev" + "dev-master": "2.10.x-dev", + "dev-develop": "3.0.x-dev" } }, "autoload": { - "psr-0": { - "Doctrine\\DBAL\\": "lib/" + "psr-4": { + "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } }, "notification-url": "https://packagist.org/downloads/", @@ -1176,6 +1184,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -1184,24 +1196,49 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], - "description": "Database Abstraction Layer", - "homepage": "http://www.doctrine-project.org", + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ + "abstraction", "database", + "db2", "dbal", - "persistence", - "queryobject" + "mariadb", + "mssql", + "mysql", + "oci8", + "oracle", + "pdo", + "pgsql", + "postgresql", + "queryobject", + "sasql", + "sql", + "sqlanywhere", + "sqlite", + "sqlserver", + "sqlsrv" ], - "time": "2018-07-13T04:49:01+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", + "type": "tidelift" + } + ], + "time": "2020-04-20T17:19:26+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -1994,16 +2031,16 @@ }, { "name": "egulias/email-validator", - "version": "2.1.17", + "version": "2.1.18", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ade6887fd9bd74177769645ab5c474824f8a418a" + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a", - "reference": "ade6887fd9bd74177769645ab5c474824f8a418a", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", "shasum": "" }, "require": { @@ -2027,7 +2064,7 @@ }, "autoload": { "psr-4": { - "Egulias\\EmailValidator\\": "EmailValidator" + "Egulias\\EmailValidator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2048,7 +2085,7 @@ "validation", "validator" ], - "time": "2020-02-13T22:36:52+00:00" + "time": "2020-06-16T20:11:17+00:00" }, { "name": "evenement/evenement", @@ -2435,6 +2472,7 @@ "event loop", "reactphp" ], + "abandoned": true, "time": "2018-04-09T11:12:07+00:00" }, { @@ -5587,16 +5625,16 @@ }, { "name": "oro/calendar-bundle", - "version": "4.1.4", + "version": "4.1.5", "source": { "type": "git", "url": "https://github.com/oroinc/OroCalendarBundle.git", - "reference": "8567fcdecde8c25837d5aa9966a2060eac8f608d" + "reference": "754729be27ef88a0c1a119ab20a7a529e1163df6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCalendarBundle/zipball/8567fcdecde8c25837d5aa9966a2060eac8f608d", - "reference": "8567fcdecde8c25837d5aa9966a2060eac8f608d", + "url": "https://api.github.com/repos/oroinc/OroCalendarBundle/zipball/754729be27ef88a0c1a119ab20a7a529e1163df6", + "reference": "754729be27ef88a0c1a119ab20a7a529e1163df6", "shasum": "" }, "require": { @@ -5640,20 +5678,20 @@ "source": "https://github.com/oroinc/OroCalendarBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCalendarBundle/issues" }, - "time": "2020-05-31T18:11:49+00:00" + "time": "2020-07-02T13:51:10+00:00" }, { "name": "oro/crm", - "version": "4.1.5", + "version": "4.1.6", "source": { "type": "git", "url": "https://github.com/oroinc/crm.git", - "reference": "6bf0e38bd2767660b9adea32b6a32a49008396eb" + "reference": "c7c3b13c3c2250f092311f0dc4388c8fcca936ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/crm/zipball/6bf0e38bd2767660b9adea32b6a32a49008396eb", - "reference": "6bf0e38bd2767660b9adea32b6a32a49008396eb", + "url": "https://api.github.com/repos/oroinc/crm/zipball/c7c3b13c3c2250f092311f0dc4388c8fcca936ee", + "reference": "c7c3b13c3c2250f092311f0dc4388c8fcca936ee", "shasum": "" }, "require": { @@ -5732,20 +5770,20 @@ "source": "https://github.com/oroinc/crm/tree/4.1", "issues": "https://github.com/oroinc/crm/issues" }, - "time": "2020-06-05T12:23:47+00:00" + "time": "2020-06-30T14:29:30+00:00" }, { "name": "oro/crm-call-bundle", - "version": "4.1.4", + "version": "4.1.5", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMCallBundle.git", - "reference": "72b763c053964c34043f6a6f839afc8c9219088c" + "reference": "43e05b9fdd7efe93d97b01de5e4198924bf835ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMCallBundle/zipball/72b763c053964c34043f6a6f839afc8c9219088c", - "reference": "72b763c053964c34043f6a6f839afc8c9219088c", + "url": "https://api.github.com/repos/oroinc/OroCRMCallBundle/zipball/43e05b9fdd7efe93d97b01de5e4198924bf835ca", + "reference": "43e05b9fdd7efe93d97b01de5e4198924bf835ca", "shasum": "" }, "require": { @@ -5784,20 +5822,20 @@ "source": "https://github.com/oroinc/OroCRMCallBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMCallBundle/issues" }, - "time": "2020-05-31T20:22:07+00:00" + "time": "2020-07-02T13:52:11+00:00" }, { "name": "oro/crm-dotmailer", - "version": "4.1.4", + "version": "4.1.5", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMDotmailerBundle.git", - "reference": "c3da7ccba5a7b7617852dfbbb6314ee9048060a9" + "reference": "1777173c2fdb925ffb397425dc0e6afb987654a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMDotmailerBundle/zipball/c3da7ccba5a7b7617852dfbbb6314ee9048060a9", - "reference": "c3da7ccba5a7b7617852dfbbb6314ee9048060a9", + "url": "https://api.github.com/repos/oroinc/OroCRMDotmailerBundle/zipball/1777173c2fdb925ffb397425dc0e6afb987654a1", + "reference": "1777173c2fdb925ffb397425dc0e6afb987654a1", "shasum": "" }, "require": { @@ -5835,7 +5873,7 @@ "source": "https://github.com/oroinc/OroCRMDotmailerBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMDotmailerBundle/issues" }, - "time": "2020-05-20T15:30:03+00:00" + "time": "2020-07-02T13:51:32+00:00" }, { "name": "oro/crm-hangouts-call-bundle", @@ -5894,16 +5932,16 @@ }, { "name": "oro/crm-magento-embedded-contact-us", - "version": "4.1.1", + "version": "4.1.2", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMMagentoContactUsBundle.git", - "reference": "37a80031c9537ae973765ce97fb69332f2ae2e2f" + "reference": "c498dc33de933253dc020648aecbd8482b3a933b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMMagentoContactUsBundle/zipball/37a80031c9537ae973765ce97fb69332f2ae2e2f", - "reference": "37a80031c9537ae973765ce97fb69332f2ae2e2f", + "url": "https://api.github.com/repos/oroinc/OroCRMMagentoContactUsBundle/zipball/c498dc33de933253dc020648aecbd8482b3a933b", + "reference": "c498dc33de933253dc020648aecbd8482b3a933b", "shasum": "" }, "require": { @@ -5938,20 +5976,20 @@ "source": "https://github.com/oroinc/OroCRMMagentoContactUsBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMMagentoContactUsBundle/issues" }, - "time": "2020-02-25T08:47:07+00:00" + "time": "2020-07-02T13:58:43+00:00" }, { "name": "oro/crm-task-bundle", - "version": "4.1.3", + "version": "4.1.4", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMTaskBundle.git", - "reference": "a967602921f47001a379e5de2b6afd4ec10e53a8" + "reference": "6577877f8265d24eb3e0bca020d8597385df550f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMTaskBundle/zipball/a967602921f47001a379e5de2b6afd4ec10e53a8", - "reference": "a967602921f47001a379e5de2b6afd4ec10e53a8", + "url": "https://api.github.com/repos/oroinc/OroCRMTaskBundle/zipball/6577877f8265d24eb3e0bca020d8597385df550f", + "reference": "6577877f8265d24eb3e0bca020d8597385df550f", "shasum": "" }, "require": { @@ -5990,20 +6028,20 @@ "source": "https://github.com/oroinc/OroCRMTaskBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMTaskBundle/issues" }, - "time": "2020-05-22T11:29:53+00:00" + "time": "2020-07-02T13:52:23+00:00" }, { "name": "oro/crm-zendesk", - "version": "4.1.2", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMZendeskBundle.git", - "reference": "6745a0de4db8e897ead6b68118997a6160659420" + "reference": "1038fdecadf21f4be2fd8e5fcb61d0d49e5d25dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMZendeskBundle/zipball/6745a0de4db8e897ead6b68118997a6160659420", - "reference": "6745a0de4db8e897ead6b68118997a6160659420", + "url": "https://api.github.com/repos/oroinc/OroCRMZendeskBundle/zipball/1038fdecadf21f4be2fd8e5fcb61d0d49e5d25dd", + "reference": "1038fdecadf21f4be2fd8e5fcb61d0d49e5d25dd", "shasum": "" }, "require": { @@ -6043,7 +6081,7 @@ "source": "https://github.com/oroinc/OroCRMZendeskBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMZendeskBundle/issues" }, - "time": "2020-05-20T15:29:52+00:00" + "time": "2020-07-02T13:51:22+00:00" }, { "name": "oro/doctrine-extensions", @@ -6102,16 +6140,16 @@ }, { "name": "oro/marketing", - "version": "4.1.3", + "version": "4.1.4", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMMarketingBundle.git", - "reference": "045ad28a87e78c8c91e240963726dfdeddd431c7" + "reference": "39ec188da6474aafced579bc7c8093f2f2022c86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMMarketingBundle/zipball/045ad28a87e78c8c91e240963726dfdeddd431c7", - "reference": "045ad28a87e78c8c91e240963726dfdeddd431c7", + "url": "https://api.github.com/repos/oroinc/OroCRMMarketingBundle/zipball/39ec188da6474aafced579bc7c8093f2f2022c86", + "reference": "39ec188da6474aafced579bc7c8093f2f2022c86", "shasum": "" }, "require": { @@ -6155,7 +6193,7 @@ "support": { "source": "https://github.com/oroinc/OroCRMMarketingBundle/tree/4.1" }, - "time": "2020-05-22T11:30:05+00:00" + "time": "2020-07-02T13:52:34+00:00" }, { "name": "oro/oauth2-server", @@ -6215,16 +6253,16 @@ }, { "name": "oro/platform", - "version": "4.1.5", + "version": "4.1.6", "source": { "type": "git", "url": "https://github.com/oroinc/platform.git", - "reference": "17d081ca32c9ee9fc770ef226ca7908a6dbc5f70" + "reference": "d15f76e7691967f5fefd9a66d234861dc3ccc8d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/platform/zipball/17d081ca32c9ee9fc770ef226ca7908a6dbc5f70", - "reference": "17d081ca32c9ee9fc770ef226ca7908a6dbc5f70", + "url": "https://api.github.com/repos/oroinc/platform/zipball/d15f76e7691967f5fefd9a66d234861dc3ccc8d8", + "reference": "d15f76e7691967f5fefd9a66d234861dc3ccc8d8", "shasum": "" }, "require": { @@ -6236,7 +6274,7 @@ "doctrine/annotations": "1.7.*", "doctrine/collections": "1.5.*", "doctrine/data-fixtures": "1.3.*", - "doctrine/dbal": "2.7.*", + "doctrine/dbal": "2.10.*", "doctrine/doctrine-bundle": "1.9.*", "doctrine/doctrine-fixtures-bundle": "2.4.*", "doctrine/orm": "2.6.4", @@ -6491,20 +6529,20 @@ "source": "https://github.com/oroinc/platform/tree/4.1", "issues": "https://github.com/oroinc/platform/issues" }, - "time": "2020-06-08T08:34:24+00:00" + "time": "2020-07-01T14:42:23+00:00" }, { "name": "oro/platform-serialised-fields", - "version": "4.1.1", + "version": "4.1.2", "source": { "type": "git", "url": "https://github.com/oroinc/OroEntitySerializedFieldsBundle.git", - "reference": "2bdff2c66ab5205e3363c622ba2835b5c03ced53" + "reference": "7e41bbda72ee4b441254ac61d774fc4ce2b79960" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroEntitySerializedFieldsBundle/zipball/2bdff2c66ab5205e3363c622ba2835b5c03ced53", - "reference": "2bdff2c66ab5205e3363c622ba2835b5c03ced53", + "url": "https://api.github.com/repos/oroinc/OroEntitySerializedFieldsBundle/zipball/7e41bbda72ee4b441254ac61d774fc4ce2b79960", + "reference": "7e41bbda72ee4b441254ac61d774fc4ce2b79960", "shasum": "" }, "require": { @@ -6545,7 +6583,7 @@ "source": "https://github.com/oroinc/OroEntitySerializedFieldsBundle/tree/4.1", "issues": "https://github.com/oroinc/OroEntitySerializedFieldsBundle/issues" }, - "time": "2020-02-25T07:32:56+00:00" + "time": "2020-07-02T13:50:59+00:00" }, { "name": "oro/redis-config", @@ -6712,16 +6750,16 @@ }, { "name": "php-http/discovery", - "version": "1.7.4", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0" + "reference": "9ab7668fee74a5ad61996095e50917bd50ee8bfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0", - "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0", + "url": "https://api.github.com/repos/php-http/discovery/zipball/9ab7668fee74a5ad61996095e50917bd50ee8bfe", + "reference": "9ab7668fee74a5ad61996095e50917bd50ee8bfe", "shasum": "" }, "require": { @@ -6744,7 +6782,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -6773,7 +6811,7 @@ "message", "psr7" ], - "time": "2020-01-03T11:25:47+00:00" + "time": "2020-07-02T11:43:45+00:00" }, { "name": "php-http/httplug", @@ -7111,21 +7149,24 @@ }, { "name": "php-http/promise", - "version": "v1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", - "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" + "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", - "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", + "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", + "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", "shasum": "" }, + "require": { + "php": "^7.1 || ^8.0" + }, "require-dev": { - "henrikbjorn/phpspec-code-coverage": "^1.0", - "phpspec/phpspec": "^2.4" + "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", + "phpspec/phpspec": "^5.1.2 || ^6.2" }, "type": "library", "extra": { @@ -7143,13 +7184,13 @@ "MIT" ], "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - }, { "name": "Joel Wurtz", "email": "joel.wurtz@gmail.com" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" } ], "description": "Promise used for asynchronous HTTP requests", @@ -7157,7 +7198,7 @@ "keywords": [ "promise" ], - "time": "2016-01-26T13:27:02+00:00" + "time": "2020-07-07T09:29:14+00:00" }, { "name": "php-http/stopwatch-plugin", @@ -7214,25 +7255,25 @@ }, { "name": "phpdocumentor/reflection-common", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", - "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "php": ">=7.1" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-2.x": "2.x-dev" } }, "autoload": { @@ -7259,7 +7300,7 @@ "reflection", "static analysis" ], - "time": "2020-04-27T09:25:28+00:00" + "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -7315,30 +7356,29 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.1.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "7462d5f123dfc080dfdf26897032a6513644fc95" + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95", - "reference": "7462d5f123dfc080dfdf26897032a6513644fc95", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", "shasum": "" }, "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "ext-tokenizer": "^7.2", - "mockery/mockery": "~1" + "ext-tokenizer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-1.x": "1.x-dev" } }, "autoload": { @@ -7357,7 +7397,7 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2020-02-18T18:59:58+00:00" + "time": "2020-06-27T10:12:23+00:00" }, { "name": "piwik/device-detector", @@ -7560,20 +7600,20 @@ }, { "name": "psr/http-client", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "496a823ef742b632934724bf769560c2a5c7c44e" + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e", - "reference": "496a823ef742b632934724bf769560c2a5c7c44e", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { - "php": "^7.0", + "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", @@ -7605,7 +7645,7 @@ "psr", "psr-18" ], - "time": "2018-10-30T23:29:13+00:00" + "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", @@ -7895,16 +7935,16 @@ }, { "name": "ratchet/rfc6455", - "version": "v0.2.6", + "version": "v0.3", "source": { "type": "git", "url": "https://github.com/ratchetphp/RFC6455.git", - "reference": "879e48c840f8dbc296d68d6a5030673df79bd916" + "reference": "c8651c7938651c2d55f5d8c2422ac5e57a183341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/879e48c840f8dbc296d68d6a5030673df79bd916", - "reference": "879e48c840f8dbc296d68d6a5030673df79bd916", + "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/c8651c7938651c2d55f5d8c2422ac5e57a183341", + "reference": "c8651c7938651c2d55f5d8c2422ac5e57a183341", "shasum": "" }, "require": { @@ -7912,7 +7952,7 @@ "php": ">=5.4.2" }, "require-dev": { - "phpunit/phpunit": "4.8.*", + "phpunit/phpunit": "5.7.*", "react/socket": "^1.3" }, "type": "library", @@ -7930,6 +7970,10 @@ "name": "Chris Boden", "email": "cboden@gmail.com", "role": "Developer" + }, + { + "name": "Matt Bonneau", + "role": "Developer" } ], "description": "RFC6455 WebSocket protocol handler", @@ -7939,7 +7983,7 @@ "rfc6455", "websocket" ], - "time": "2019-12-15T10:18:18+00:00" + "time": "2020-05-15T18:31:24+00:00" }, { "name": "react/cache", @@ -8167,16 +8211,16 @@ }, { "name": "react/socket", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "97522e24987365e1ed873f0f4884900747a668e0" + "reference": "842dcd71df86671ee9491734035b3d2cf4a80ece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/97522e24987365e1ed873f0f4884900747a668e0", - "reference": "97522e24987365e1ed873f0f4884900747a668e0", + "url": "https://api.github.com/repos/reactphp/socket/zipball/842dcd71df86671ee9491734035b3d2cf4a80ece", + "reference": "842dcd71df86671ee9491734035b3d2cf4a80ece", "shasum": "" }, "require": { @@ -8190,7 +8234,7 @@ }, "require-dev": { "clue/block-react": "^1.2", - "phpunit/phpunit": "^7.5 || ^6.4 || ^5.7 || ^4.8.35", + "phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35", "react/promise-stream": "^1.2" }, "type": "library", @@ -8211,7 +8255,7 @@ "reactphp", "stream" ], - "time": "2020-03-12T12:15:14+00:00" + "time": "2020-07-01T12:50:00+00:00" }, { "name": "react/stream", @@ -8580,16 +8624,16 @@ }, { "name": "seld/phar-utils", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", - "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0" + "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0", - "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", + "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", "shasum": "" }, "require": { @@ -8620,7 +8664,7 @@ "keywords": [ "phar" ], - "time": "2020-02-14T15:25:33+00:00" + "time": "2020-07-07T18:42:57+00:00" }, { "name": "sensio/framework-extra-bundle", @@ -9102,16 +9146,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.17.0", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" + "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", + "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", "shasum": "" }, "require": { @@ -9124,6 +9168,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -9170,20 +9218,20 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:14:59+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.17.0", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424" + "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424", - "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035", + "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035", "shasum": "" }, "require": { @@ -9196,6 +9244,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -9243,20 +9295,20 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:47:27+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.17.0", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3" + "reference": "7b5e03aeb88cc8b4b2b136e34b0fc0830e86cd4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3", - "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/7b5e03aeb88cc8b4b2b136e34b0fc0830e86cd4d", + "reference": "7b5e03aeb88cc8b4b2b136e34b0fc0830e86cd4d", "shasum": "" }, "require": { @@ -9270,6 +9322,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -9315,20 +9371,20 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:14:59+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.17.0", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a" + "reference": "a57f8161502549a742a63c09f0a604997bf47027" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a", - "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027", + "reference": "a57f8161502549a742a63c09f0a604997bf47027", "shasum": "" }, "require": { @@ -9343,6 +9399,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -9391,20 +9451,20 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:47:27+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.17.0", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fa79b11539418b02fc5e1897267673ba2c19419c" + "reference": "7110338d81ce1cbc3e273136e4574663627037a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c", - "reference": "fa79b11539418b02fc5e1897267673ba2c19419c", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7", + "reference": "7110338d81ce1cbc3e273136e4574663627037a7", "shasum": "" }, "require": { @@ -9417,6 +9477,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -9464,20 +9528,20 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:47:27+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.17.0", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "82225c2d7d23d7e70515496d249c0152679b468e" + "reference": "471b096aede7025bace8eb356b9ac801aaba7e2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e", - "reference": "82225c2d7d23d7e70515496d249c0152679b468e", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/471b096aede7025bace8eb356b9ac801aaba7e2d", + "reference": "471b096aede7025bace8eb356b9ac801aaba7e2d", "shasum": "" }, "require": { @@ -9488,6 +9552,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -9537,7 +9605,7 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:47:27+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-php72", @@ -9610,16 +9678,16 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.17.0", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc" + "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc", - "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a", + "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a", "shasum": "" }, "require": { @@ -9629,6 +9697,10 @@ "extra": { "branch-alias": { "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -9678,7 +9750,7 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:47:27+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -10314,23 +10386,24 @@ }, { "name": "webmozart/assert", - "version": "1.8.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", - "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", + "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0", + "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { + "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<3.9.1" }, "require-dev": { @@ -10358,7 +10431,7 @@ "check", "validate" ], - "time": "2020-04-18T12:12:48+00:00" + "time": "2020-07-08T17:02:28+00:00" }, { "name": "willdurand/jsonp-callback-validator", @@ -11837,16 +11910,16 @@ }, { "name": "pdepend/pdepend", - "version": "2.7.1", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "daba1cf0a6edaf172fa02a17807ae29f4c1c7471" + "reference": "c64472f8e76ca858c79ad9a4cf1e2734b3f8cc38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/daba1cf0a6edaf172fa02a17807ae29f4c1c7471", - "reference": "daba1cf0a6edaf172fa02a17807ae29f4c1c7471", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/c64472f8e76ca858c79ad9a4cf1e2734b3f8cc38", + "reference": "c64472f8e76ca858c79ad9a4cf1e2734b3f8cc38", "shasum": "" }, "require": { @@ -11880,7 +11953,13 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", - "time": "2020-02-08T12:06:13+00:00" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", + "type": "tidelift" + } + ], + "time": "2020-06-20T10:53:13+00:00" }, { "name": "phar-io/manifest", @@ -13264,7 +13343,7 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.41", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git",