{
    "packages": [
        {
            "name": "james-heinrich/getid3",
            "version": "2.0.x-dev",
            "version_normalized": "2.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/JamesHeinrich/getID3.git",
                "reference": "fb172a4fa20a09c7a6ed85b992aa1248f14d13a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/fb172a4fa20a09c7a6ed85b992aa1248f14d13a8",
                "reference": "fb172a4fa20a09c7a6ed85b992aa1248f14d13a8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "php-parallel-lint/php-parallel-lint": "^1.0",
                "phpunit/phpunit": "^4.8 || ^5.0 || ^6.1 || ^7.5 || ^8.5"
            },
            "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."
            },
            "time": "2021-03-01T16:54:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "JamesHeinrich\\GetID3\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-1.0-or-later",
                "LGPL-3.0-only",
                "MPL-2.0"
            ],
            "authors": [
                {
                    "name": "James Heinrich",
                    "email": "info@getid3.org",
                    "homepage": "https://github.com/JamesHeinrich",
                    "role": "Developer"
                },
                {
                    "name": "Craig Duncan",
                    "email": "git@duncanc.co.uk",
                    "homepage": "https://github.com/duncan3dc",
                    "role": "Developer"
                }
            ],
            "description": "Extract and write useful information to/from popular multimedia file formats",
            "homepage": "https://www.getid3.org/",
            "keywords": [
                "audio",
                "codecs",
                "id3",
                "metadata",
                "tags",
                "video"
            ],
            "support": {
                "issues": "https://github.com/JamesHeinrich/getID3/issues",
                "source": "https://github.com/JamesHeinrich/getID3/tree/2.0"
            },
            "install-path": "../james-heinrich/getid3"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
