From 7e956ff2b5b8bc08852266d6444becc84e783856 Mon Sep 17 00:00:00 2001 From: Oro Dev Date: Tue, 26 May 2020 18:01:33 +0300 Subject: [PATCH] Preparing release changes --- composer.lock | 338 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 201 insertions(+), 137 deletions(-) diff --git a/composer.lock b/composer.lock index e53fa4a7b4..ac1f0b7982 100644 --- a/composer.lock +++ b/composer.lock @@ -1500,33 +1500,38 @@ }, { "name": "doctrine/inflector", - "version": "1.3.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "889b42b8155f2aa274596b6e0424371b1e3c51bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/889b42b8155f2aa274596b6e0424371b1e3c51bb", + "reference": "889b42b8155f2aa274596b6e0424371b1e3c51bb", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -1555,15 +1560,35 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", - "pluralize", - "singularize", - "string" + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" + ], + "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%2Finflector", + "type": "tidelift" + } ], - "time": "2019-10-30T19:59:35+00:00" + "time": "2020-05-25T20:02:40+00:00" }, { "name": "doctrine/instantiator", @@ -1623,20 +1648,20 @@ }, { "name": "doctrine/lexer", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6" + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", @@ -1681,7 +1706,21 @@ "parser", "php" ], - "time": "2019-10-30T14:39:59+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%2Flexer", + "type": "tidelift" + } + ], + "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/orm", @@ -2238,16 +2277,16 @@ }, { "name": "gedmo/doctrine-extensions", - "version": "v2.4.39", + "version": "v2.4.41", "source": { "type": "git", "url": "https://github.com/Atlantic18/DoctrineExtensions.git", - "reference": "c549b40bff560380c53812283d25ce42ee0992e4" + "reference": "e55a6727052f91834a968937c93b6fb193be8fb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c549b40bff560380c53812283d25ce42ee0992e4", - "reference": "c549b40bff560380c53812283d25ce42ee0992e4", + "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/e55a6727052f91834a968937c93b6fb193be8fb6", + "reference": "e55a6727052f91834a968937c93b6fb193be8fb6", "shasum": "" }, "require": { @@ -2316,7 +2355,7 @@ "tree", "uploadable" ], - "time": "2020-01-18T06:26:05+00:00" + "time": "2020-05-10T22:20:03+00:00" }, { "name": "gos/pnctl-event-loop-emitter", @@ -4521,16 +4560,16 @@ }, { "name": "lcobucci/jwt", - "version": "3.3.1", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18" + "reference": "56f10808089e38623345e28af2f2d5e4eb579455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18", - "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455", + "reference": "56f10808089e38623345e28af2f2d5e4eb579455", "shasum": "" }, "require": { @@ -4572,7 +4611,17 @@ "JWS", "jwt" ], - "time": "2019-05-24T18:30:49+00:00" + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2020-05-22T08:21:12+00:00" }, { "name": "league/event", @@ -5510,16 +5559,16 @@ }, { "name": "oro/calendar-bundle", - "version": "4.1.2", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/oroinc/OroCalendarBundle.git", - "reference": "4260edf8a6b3f192c98201b1723ed0563ed3274e" + "reference": "f4de939fb0a852a056b7c7dbc6bffa5265cfed69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCalendarBundle/zipball/4260edf8a6b3f192c98201b1723ed0563ed3274e", - "reference": "4260edf8a6b3f192c98201b1723ed0563ed3274e", + "url": "https://api.github.com/repos/oroinc/OroCalendarBundle/zipball/f4de939fb0a852a056b7c7dbc6bffa5265cfed69", + "reference": "f4de939fb0a852a056b7c7dbc6bffa5265cfed69", "shasum": "" }, "require": { @@ -5563,20 +5612,20 @@ "source": "https://github.com/oroinc/OroCalendarBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCalendarBundle/issues" }, - "time": "2020-03-12T15:29:19+00:00" + "time": "2020-05-20T15:29:42+00:00" }, { "name": "oro/crm", - "version": "4.1.3", + "version": "4.1.4", "source": { "type": "git", "url": "https://github.com/oroinc/crm.git", - "reference": "def2292ed07e11c1d92a1a43057945cc2479b1c6" + "reference": "cd69b4ee221756457194304b2a449f9b6a6c762e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/crm/zipball/def2292ed07e11c1d92a1a43057945cc2479b1c6", - "reference": "def2292ed07e11c1d92a1a43057945cc2479b1c6", + "url": "https://api.github.com/repos/oroinc/crm/zipball/cd69b4ee221756457194304b2a449f9b6a6c762e", + "reference": "cd69b4ee221756457194304b2a449f9b6a6c762e", "shasum": "" }, "require": { @@ -5655,20 +5704,20 @@ "source": "https://github.com/oroinc/crm/tree/4.1", "issues": "https://github.com/oroinc/crm/issues" }, - "time": "2020-04-24T13:53:30+00:00" + "time": "2020-05-20T10:04:52+00:00" }, { "name": "oro/crm-call-bundle", - "version": "4.1.2", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMCallBundle.git", - "reference": "744cf960b7d8906d5274b55a10212d902c295f91" + "reference": "5a9fbbbab8b2fbc0753fffb80ab749015cfe1573" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMCallBundle/zipball/744cf960b7d8906d5274b55a10212d902c295f91", - "reference": "744cf960b7d8906d5274b55a10212d902c295f91", + "url": "https://api.github.com/repos/oroinc/OroCRMCallBundle/zipball/5a9fbbbab8b2fbc0753fffb80ab749015cfe1573", + "reference": "5a9fbbbab8b2fbc0753fffb80ab749015cfe1573", "shasum": "" }, "require": { @@ -5707,20 +5756,20 @@ "source": "https://github.com/oroinc/OroCRMCallBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMCallBundle/issues" }, - "time": "2020-03-19T17:52:27+00:00" + "time": "2020-05-22T11:29:43+00:00" }, { "name": "oro/crm-dotmailer", - "version": "4.1.3", + "version": "4.1.4", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMDotmailerBundle.git", - "reference": "14abc1929504ea3630d528255258b6f68c1b8958" + "reference": "c3da7ccba5a7b7617852dfbbb6314ee9048060a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMDotmailerBundle/zipball/14abc1929504ea3630d528255258b6f68c1b8958", - "reference": "14abc1929504ea3630d528255258b6f68c1b8958", + "url": "https://api.github.com/repos/oroinc/OroCRMDotmailerBundle/zipball/c3da7ccba5a7b7617852dfbbb6314ee9048060a9", + "reference": "c3da7ccba5a7b7617852dfbbb6314ee9048060a9", "shasum": "" }, "require": { @@ -5758,7 +5807,7 @@ "source": "https://github.com/oroinc/OroCRMDotmailerBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMDotmailerBundle/issues" }, - "time": "2020-04-26T21:51:01+00:00" + "time": "2020-05-20T15:30:03+00:00" }, { "name": "oro/crm-hangouts-call-bundle", @@ -5865,16 +5914,16 @@ }, { "name": "oro/crm-task-bundle", - "version": "4.1.2", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMTaskBundle.git", - "reference": "f537e7ec5d44b5d2921fed113f88f99fbcb7c46b" + "reference": "a967602921f47001a379e5de2b6afd4ec10e53a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMTaskBundle/zipball/f537e7ec5d44b5d2921fed113f88f99fbcb7c46b", - "reference": "f537e7ec5d44b5d2921fed113f88f99fbcb7c46b", + "url": "https://api.github.com/repos/oroinc/OroCRMTaskBundle/zipball/a967602921f47001a379e5de2b6afd4ec10e53a8", + "reference": "a967602921f47001a379e5de2b6afd4ec10e53a8", "shasum": "" }, "require": { @@ -5913,20 +5962,20 @@ "source": "https://github.com/oroinc/OroCRMTaskBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMTaskBundle/issues" }, - "time": "2020-04-26T21:51:41+00:00" + "time": "2020-05-22T11:29:53+00:00" }, { "name": "oro/crm-zendesk", - "version": "4.1.1", + "version": "4.1.2", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMZendeskBundle.git", - "reference": "49a15222224b88bd0338ea0a871b32c942d365a2" + "reference": "6745a0de4db8e897ead6b68118997a6160659420" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMZendeskBundle/zipball/49a15222224b88bd0338ea0a871b32c942d365a2", - "reference": "49a15222224b88bd0338ea0a871b32c942d365a2", + "url": "https://api.github.com/repos/oroinc/OroCRMZendeskBundle/zipball/6745a0de4db8e897ead6b68118997a6160659420", + "reference": "6745a0de4db8e897ead6b68118997a6160659420", "shasum": "" }, "require": { @@ -5966,7 +6015,7 @@ "source": "https://github.com/oroinc/OroCRMZendeskBundle/tree/4.1", "issues": "https://github.com/oroinc/OroCRMZendeskBundle/issues" }, - "time": "2020-02-25T07:33:16+00:00" + "time": "2020-05-20T15:29:52+00:00" }, { "name": "oro/doctrine-extensions", @@ -6025,16 +6074,16 @@ }, { "name": "oro/marketing", - "version": "4.1.2", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/oroinc/OroCRMMarketingBundle.git", - "reference": "fd8a561fb525ff39e893ff25dcd476dfb8f4584c" + "reference": "045ad28a87e78c8c91e240963726dfdeddd431c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/OroCRMMarketingBundle/zipball/fd8a561fb525ff39e893ff25dcd476dfb8f4584c", - "reference": "fd8a561fb525ff39e893ff25dcd476dfb8f4584c", + "url": "https://api.github.com/repos/oroinc/OroCRMMarketingBundle/zipball/045ad28a87e78c8c91e240963726dfdeddd431c7", + "reference": "045ad28a87e78c8c91e240963726dfdeddd431c7", "shasum": "" }, "require": { @@ -6078,7 +6127,7 @@ "support": { "source": "https://github.com/oroinc/OroCRMMarketingBundle/tree/4.1" }, - "time": "2020-04-28T16:35:38+00:00" + "time": "2020-05-22T11:30:05+00:00" }, { "name": "oro/oauth2-server", @@ -6138,16 +6187,16 @@ }, { "name": "oro/platform", - "version": "4.1.3", + "version": "4.1.4", "source": { "type": "git", "url": "https://github.com/oroinc/platform.git", - "reference": "582fcf42182f2664aa4aa398bbc2fe71c74b543b" + "reference": "42643b0d66f794ddcd48377b6949ff200371a526" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/platform/zipball/582fcf42182f2664aa4aa398bbc2fe71c74b543b", - "reference": "582fcf42182f2664aa4aa398bbc2fe71c74b543b", + "url": "https://api.github.com/repos/oroinc/platform/zipball/42643b0d66f794ddcd48377b6949ff200371a526", + "reference": "42643b0d66f794ddcd48377b6949ff200371a526", "shasum": "" }, "require": { @@ -6178,7 +6227,7 @@ "friendsofsymfony/jsrouting-bundle": "2.2.*", "friendsofsymfony/rest-bundle": "2.7.*", "gos/web-socket-bundle": "1.8.12", - "guzzle/guzzle": "3.7.*", + "guzzle/guzzle": "3.7.4", "hwi/oauth-bundle": "0.6.*", "incenteev/composer-parameter-handler": "2.1.*", "jms/cg": "1.2.*", @@ -6413,7 +6462,7 @@ "source": "https://github.com/oroinc/platform/tree/4.1", "issues": "https://github.com/oroinc/platform/issues" }, - "time": "2020-04-28T15:16:46+00:00" + "time": "2020-05-22T09:21:38+00:00" }, { "name": "oro/platform-serialised-fields", @@ -7990,23 +8039,23 @@ }, { "name": "react/promise", - "version": "v2.7.1", + "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", - "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -8032,7 +8081,7 @@ "promise", "promises" ], - "time": "2019-01-07T21:25:54+00:00" + "time": "2020-05-12T15:16:56+00:00" }, { "name": "react/promise-timer", @@ -9024,16 +9073,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", "shasum": "" }, "require": { @@ -9045,7 +9094,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9092,20 +9141,20 @@ "type": "tidelift" } ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2020-05-12T16:14:59+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8" + "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ad6d62792bfbcfc385dd34b424d4fcf9712a32c8", - "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424", + "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424", "shasum": "" }, "require": { @@ -9117,7 +9166,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9165,20 +9214,20 @@ "type": "tidelift" } ], - "time": "2020-03-09T19:04:49+00:00" + "time": "2020-05-12T16:47:27+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197" + "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197", - "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3", + "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3", "shasum": "" }, "require": { @@ -9191,7 +9240,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9237,20 +9286,20 @@ "type": "tidelift" } ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2020-05-12T16:14:59+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf" + "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", - "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a", + "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a", "shasum": "" }, "require": { @@ -9264,7 +9313,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9313,20 +9362,20 @@ "type": "tidelift" } ], - "time": "2020-03-09T19:04:49+00:00" + "time": "2020-05-12T16:47:27+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" + "reference": "fa79b11539418b02fc5e1897267673ba2c19419c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", - "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c", + "reference": "fa79b11539418b02fc5e1897267673ba2c19419c", "shasum": "" }, "require": { @@ -9338,7 +9387,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9386,20 +9435,20 @@ "type": "tidelift" } ], - "time": "2020-03-09T19:04:49+00:00" + "time": "2020-05-12T16:47:27+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "2a18e37a489803559284416df58c71ccebe50bf0" + "reference": "82225c2d7d23d7e70515496d249c0152679b468e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0", - "reference": "2a18e37a489803559284416df58c71ccebe50bf0", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e", + "reference": "82225c2d7d23d7e70515496d249c0152679b468e", "shasum": "" }, "require": { @@ -9409,7 +9458,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9445,20 +9494,34 @@ "portable", "shim" ], - "time": "2020-02-27T09:26:54+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-05-12T16:47:27+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "37b0976c78b94856543260ce09b460a7bc852747" + "reference": "f048e612a3905f34931127360bdd2def19a5e582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747", - "reference": "37b0976c78b94856543260ce09b460a7bc852747", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", + "reference": "f048e612a3905f34931127360bdd2def19a5e582", "shasum": "" }, "require": { @@ -9467,7 +9530,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9514,20 +9577,20 @@ "type": "tidelift" } ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2020-05-12T16:47:27+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7" + "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", - "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc", + "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc", "shasum": "" }, "require": { @@ -9536,7 +9599,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -9586,7 +9649,7 @@ "type": "tidelift" } ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2020-05-12T16:47:27+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -11677,25 +11740,26 @@ }, { "name": "oro/twig-inspector", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/oroinc/twig-inspector.git", - "reference": "5a66e476172b89c1f697fee2bf032acec63065a0" + "reference": "a6bfa95e3909fba2f7ee411b4a5ac6b373490e2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oroinc/twig-inspector/zipball/5a66e476172b89c1f697fee2bf032acec63065a0", - "reference": "5a66e476172b89c1f697fee2bf032acec63065a0", + "url": "https://api.github.com/repos/oroinc/twig-inspector/zipball/a6bfa95e3909fba2f7ee411b4a5ac6b373490e2f", + "reference": "a6bfa95e3909fba2f7ee411b4a5ac6b373490e2f", "shasum": "" }, "require": { - "symfony/config": "^4.1.12 | ^5.0", - "symfony/dependency-injection": "^4.1.12 | ^5.0", - "symfony/http-foundation": "^4.1.12 | ^5.0", - "symfony/http-kernel": "^4.1.12 | ^5.0", - "symfony/routing": "^4.1.12 | ^5.0", - "twig/twig": "^1.34 | ^2.4 | ^3.0" + "symfony/config": "^4.4.1 | ^5.0", + "symfony/dependency-injection": "^4.4.1 | ^5.0", + "symfony/http-foundation": "^4.4.1 | ^5.0", + "symfony/http-kernel": "^4.4.1 | ^5.0", + "symfony/routing": "^4.4.1 | ^5.0", + "symfony/web-profiler-bundle": "^4.4.1 | ^5.0", + "twig/twig": "^1.38 | ^2.7 | ^3.0" }, "type": "symfony-bundle", "extra": { @@ -11729,10 +11793,10 @@ "twig" ], "support": { - "source": "https://github.com/oroinc/twig-inspector/tree/1.0.2", + "source": "https://github.com/oroinc/twig-inspector/tree/master", "issues": "https://github.com/oroinc/twig-inspector/issues" }, - "time": "2020-01-28T10:20:35+00:00" + "time": "2020-05-13T09:34:30+00:00" }, { "name": "pdepend/pdepend",