diff --git a/composer/spec/fixtures/projects/version_conflict_on_update/composer.lock b/composer/spec/fixtures/projects/version_conflict_on_update/composer.lock index 1a6f90d2fa4..3967eb00b8b 100644 --- a/composer/spec/fixtures/projects/version_conflict_on_update/composer.lock +++ b/composer/spec/fixtures/projects/version_conflict_on_update/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d8ed8b91f23c9c255c7ec53adf8ab5aa", + "content-hash": "dbd43ae2edd3c0a5722cdcb46fe23344", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -309,22 +309,47 @@ }, { "name": "james-heinrich/getid3", - "version": "v1.9.15", + "version": "v1.9.21", "source": { "type": "git", "url": "https://github.com/JamesHeinrich/getID3.git", - "reference": "df9b441e547da1018b1be0e239bee095c9962c96" + "reference": "36f5dabb1325415a4b07a401113f8db2eb81eca1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/df9b441e547da1018b1be0e239bee095c9962c96", - "reference": "df9b441e547da1018b1be0e239bee095c9962c96", + "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/36f5dabb1325415a4b07a401113f8db2eb81eca1", + "reference": "36f5dabb1325415a4b07a401113f8db2eb81eca1", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.0" + }, + "suggest": { + "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).", + "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.", + "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.", + "ext-dba": "DBA extension is required to use the DBA database as a cache storage.", + "ext-exif": "EXIF extension is required for graphic modules.", + "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).", + "ext-json": "JSON extension is required to analyze Apple Quicktime videos.", + "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.", + "ext-mbstring": "mbstring extension is required to work with different character sets.", + "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).", + "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.", + "ext-rar": "RAR extension is required for RAR archive module.", + "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.", + "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.", + "ext-zlib": "Zlib extension is required for archive modules and compressed metadata." + }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9.x-dev" + } + }, "autoload": { "classmap": [ "getid3/" @@ -332,16 +357,22 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL" + "GPL-1.0-or-later", + "LGPL-3.0-only", + "MPL-2.0" ], "description": "PHP script that extracts useful information from popular multimedia file formats", - "homepage": "http://www.getid3.org/", + "homepage": "https://www.getid3.org/", "keywords": [ "codecs", "php", "tags" ], - "time": "2017-10-26T18:34:37+00:00" + "support": { + "issues": "https://github.com/JamesHeinrich/getID3/issues", + "source": "https://github.com/JamesHeinrich/getID3/tree/v1.9.21" + }, + "time": "2021-09-22T16:34:51+00:00" }, { "name": "longman/telegram-bot", @@ -757,42 +788,6 @@ ], "time": "2017-10-19T06:13:20+00:00" }, - { - "name": "shubhamjain/php-id3", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/shubhamjain/PHP-ID3.git", - "reference": "d4cae5c013097ee4ecc96693b935e9128ff51d3d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/shubhamjain/PHP-ID3/zipball/d4cae5c013097ee4ecc96693b935e9128ff51d3d", - "reference": "d4cae5c013097ee4ecc96693b935e9128ff51d3d", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "autoload": { - "psr-0": { - "PhpId3": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Shubham Jain", - "email": "shubham.jain.1@gmail.com" - } - ], - "description": "A MP3 ID3 tags reader in native PHP", - "time": "2015-09-10T04:13:26+00:00" - }, { "name": "symfony/console", "version": "v3.3.10", @@ -1048,11 +1043,10 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "shubhamjain/php-id3": 20 - }, + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [] + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.6.0" }