X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=5f9e7064a070cfc754e5add0fd6ac2a983ae9cb7;hb=d13a7fcc92a5495767e365fb60a48516f4c22846;hp=6175675441323343db702a50cbda9c2b1730e25b;hpb=1930897e3f15789e5ad5ac78c236bb5c8bf3bab2;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index 6175675441..5f9e7064a0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7e6ef8d4248bce0f976048cabc185289", + "content-hash": "f32350338fcd33fb89de9bcea7a49125", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -141,39 +141,35 @@ }, { "name": "cache/integration-tests", - "version": "0.16.0", + "version": "0.17.0", "source": { "type": "git", "url": "https://github.com/php-cache/integration-tests.git", - "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee" + "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee", - "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee", + "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/eda2e6b8bc5abcd623c8047e2345cda38dd6479e", + "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e", "shasum": "" }, "require": { "cache/tag-interop": "^1.0", - "php": "^5.4|^7", + "php": ">=5.5.9", "psr/cache": "~1.0" }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, "require-dev": { - "cache/cache": "dev-master", - "illuminate/cache": "^5.0", - "madewithlove/illuminate-psr-cache-bridge": "^1.0", - "phpunit/phpunit": "^4.0|^5.0", - "symfony/cache": "^3.1", - "tedivm/stash": "dev-master" + "cache/cache": "^1.0", + "illuminate/cache": "^5.4|^5.5|^5.6", + "mockery/mockery": "^1.0", + "symfony/cache": "^3.4.31|^4.3.4|^5.0", + "symfony/phpunit-bridge": "^5.1", + "tedivm/stash": "^0.14" }, "type": "library", - "extra": { - "patches_applied": { - "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch", - "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch", - "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch" - } - }, "autoload": { "psr-4": { "Cache\\IntegrationTests\\": "src/" @@ -192,7 +188,7 @@ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" + "homepage": "https://github.com/nyholm" } ], "description": "Integration tests for PSR-6 and PSR-16 cache implementations", @@ -203,7 +199,7 @@ "psr6", "test" ], - "time": "2017-02-02T14:29:50+00:00" + "time": "2020-11-03T12:52:23+00:00" }, { "name": "cache/tag-interop", @@ -458,24 +454,24 @@ }, { "name": "cweagans/composer-patches", - "version": "1.6.5", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", - "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3" + "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3", - "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf", + "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", + "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3.0" }, "require-dev": { - "composer/composer": "~1.0", + "composer/composer": "~1.0 || ~2.0", "phpunit/phpunit": "~4.6" }, "type": "composer-plugin", @@ -498,7 +494,7 @@ } ], "description": "Provides a way to patch Composer packages.", - "time": "2018-05-11T18:00:16+00:00" + "time": "2020-09-30T17:56:20+00:00" }, { "name": "dflydev/apache-mime-types", @@ -2590,20 +2586,6 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "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-04-12T14:33:46+00:00" }, { @@ -2675,20 +2657,6 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "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-04-13T09:33:40+00:00" }, { @@ -2752,20 +2720,6 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "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-03-15T09:38:08+00:00" }, { @@ -2816,20 +2770,6 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "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-04-12T16:54:01+00:00" }, { @@ -2937,20 +2877,6 @@ "polyfill", "portable" ], - "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:14:59+00:00" }, { @@ -3010,20 +2936,6 @@ "portable", "shim" ], - "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" }, { @@ -3145,6 +3057,20 @@ "portable", "shim" ], + "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" }, { @@ -3249,20 +3175,6 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "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-04-12T14:33:46+00:00" }, {