X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=b6daf4ece7c8bd25892ee1cdb48adcfd6a0079cd;hb=f0612cdbc2535059be727b2354ebf336d15cef09;hp=1443ab232447399f0ce1fa45cb2254c7d065eb0c;hpb=2410caab9403d004bdb212e582c00f6ba8e287df;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index 1443ab2324..b6daf4ece7 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": "705221f636824b774ef9fb35f3bfc987", + "content-hash": "3d22226af501e1f685b799acc269da69", "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", @@ -109,7 +145,7 @@ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" + "homepage": "https://github.com/nyholm" }, { "name": "Nicolas Grekas", @@ -164,55 +200,18 @@ "description": "RPC library for CiviConnect", "time": "2019-01-08T19:20:09+00:00" }, - { - "name": "civicrm/civicrm-setup", - "version": "v0.4.0", - "source": { - "type": "git", - "url": "https://github.com/civicrm/civicrm-setup.git", - "reference": "8417d0c62b6e725ef7a49a75935995d0269cbbe8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/civicrm/civicrm-setup/zipball/8417d0c62b6e725ef7a49a75935995d0269cbbe8", - "reference": "8417d0c62b6e725ef7a49a75935995d0269cbbe8", - "shasum": "" - }, - "require": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "^2.6.13 || ~3.0" - }, - "type": "library", - "autoload": { - "files": [ - "civicrm-setup-autoload.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "CiviCRM LLC", - "email": "info@civicrm.org" - } - ], - "description": "CiviCRM installation library", - "time": "2020-01-18T03:46:43+00:00" - }, { "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": { @@ -250,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", @@ -296,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", @@ -583,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", @@ -2417,7 +2426,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" @@ -2700,10 +2711,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" } }