X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=42f872a30d126683c19344218302aae70a10bc3a;hb=ecda7f33f283066d56d2824671f3c6b43589a488;hp=fcfc35e157e7d9588050f23f6e5de259f2a1c8d2;hpb=d44b3aa0bb31d9be0d48c56e1fa88de538155fe0;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index fcfc35e157..42f872a30d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,44 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "582096c249c04484659162a3e90f7fbd", + "content-hash": "00d8b8be8e838f8ff098162f88af562c", "packages": [ + { + "name": "adrienrn/php-mimetyper", + "version": "0.2.2", + "source": { + "type": "git", + "url": "https://github.com/adrienrn/php-mimetyper.git", + "reference": "702e00a604b4baed34d69730ce055e05c0f43932" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/adrienrn/php-mimetyper/zipball/702e00a604b4baed34d69730ce055e05c0f43932", + "reference": "702e00a604b4baed34d69730ce055e05c0f43932", + "shasum": "" + }, + "require": { + "dflydev/apache-mime-types": "^1.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "MimeTyper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Hussard", + "email": "adrien.ricartnoblet@gmail.com" + } + ], + "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db", + "time": "2018-09-27T09:45:05+00:00" + }, { "name": "cache/integration-tests", "version": "0.16.0", @@ -166,16 +202,16 @@ }, { "name": "civicrm/composer-downloads-plugin", - "version": "v2.0.0", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/civicrm/composer-downloads-plugin.git", - "reference": "869b7a12f57b2d912f0ea77d5c33c1518b8de27d" + "reference": "8722bc7d547315be39397a3078bb51ee053ca269" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/869b7a12f57b2d912f0ea77d5c33c1518b8de27d", - "reference": "869b7a12f57b2d912f0ea77d5c33c1518b8de27d", + "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/8722bc7d547315be39397a3078bb51ee053ca269", + "reference": "8722bc7d547315be39397a3078bb51ee053ca269", "shasum": "" }, "require": { @@ -213,7 +249,7 @@ } ], "description": "Composer plugin for downloading additional files within any composer package.", - "time": "2019-08-22T10:56:51+00:00" + "time": "2019-08-28T00:33:51+00:00" }, { "name": "cweagans/composer-patches", @@ -259,6 +295,61 @@ "description": "Provides a way to patch Composer packages.", "time": "2018-05-11T18:00:16+00:00" }, + { + "name": "dflydev/apache-mime-types", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-apache-mime-types.git", + "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861", + "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "twig/twig": "1.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\ApacheMimeTypes": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + } + ], + "description": "Apache MIME Types", + "keywords": [ + "apache", + "mime", + "mimetypes" + ], + "time": "2013-05-14T02:02:01+00:00" + }, { "name": "dompdf/dompdf", "version": "v0.8.3", @@ -546,51 +637,6 @@ ], "time": "2017-03-20T17:10:46+00:00" }, - { - "name": "katzien/php-mime-type", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/katzien/PhpMimeType.git", - "reference": "159dfbdcd5906442f3dad89951127f0b9dfa3b78" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/katzien/PhpMimeType/zipball/159dfbdcd5906442f3dad89951127f0b9dfa3b78", - "reference": "159dfbdcd5906442f3dad89951127f0b9dfa3b78", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "phpunit/phpunit": "5.*", - "satooshi/php-coveralls": "1.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "MimeType\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kat Zien" - } - ], - "description": "A PHP library to detect the mime type of files.", - "homepage": "https://github.com/katzien/PhpMimeType", - "keywords": [ - "mimetype", - "php" - ], - "abandoned": true, - "time": "2017-03-23T02:05:33+00:00" - }, { "name": "league/csv", "version": "9.2.1", @@ -920,6 +966,11 @@ "pear/net_smtp": "Install optionally via your project's composer.json" }, "type": "library", + "extra": { + "patches_applied": { + "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch" + } + }, "autoload": { "psr-0": { "Mail": "./" @@ -2380,7 +2431,9 @@ "version": "3.0.0+php53", "dist": { "type": "zip", - "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip" + "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", + "reference": null, + "shasum": null }, "require": { "php": ">=5.3.0" @@ -2412,6 +2465,56 @@ "time" ] }, + { + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.4", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04", + "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.0" + }, + "require-dev": { + "ext-xdebug": "*", + "phpunit/phpunit": "^6.5" + }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v3.x-dev" + } + }, + "autoload": { + "psr-4": { + "TYPO3\\PharStreamWrapper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", + "keywords": [ + "phar", + "php", + "security", + "stream-wrapper" + ], + "time": "2019-12-10T11:53:27+00:00" + }, { "name": "xkerman/restricted-unserialize", "version": "1.1.12", @@ -2663,10 +2766,10 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.0" + "php": "~7.1" }, "platform-dev": [], "platform-overrides": { - "php": "7.0.10" + "php": "7.1" } }