Sindbad~EG File Manager
{
"packages": [
{
"name": "cweagans/composer-patches",
"version": "1.7.2",
"version_normalized": "1.7.2.0",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e9969cfc0796e6dea9b4e52f77f18e1065212871",
"reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3.0"
},
"require-dev": {
"composer/composer": "~1.0 || ~2.0",
"phpunit/phpunit": "~4.6"
},
"time": "2022-01-25T19:21:20+00:00",
"type": "composer-plugin",
"extra": {
"class": "cweagans\\Composer\\Patches"
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"cweagans\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Cameron Eagans",
"email": "me@cweagans.net"
}
],
"description": "Provides a way to patch Composer packages.",
"support": {
"issues": "https://github.com/cweagans/composer-patches/issues",
"source": "https://github.com/cweagans/composer-patches/tree/1.7.2"
},
"install-path": "../cweagans/composer-patches"
},
{
"name": "deltalab/phpqrcode",
"version": "1.1.4",
"version_normalized": "1.1.4.0",
"dist": {
"type": "zip",
"url": "https://sourceforge.net/projects/phpqrcode/files/releases/phpqrcode-2010100721_1.1.4.zip/download",
"reference": "1.1.4"
},
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"phpqrcode.php"
]
},
"install-path": "../deltalab/phpqrcode"
},
{
"name": "pear/archive_tar",
"version": "1.4.14",
"version_normalized": "1.4.14.0",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
"shasum": ""
},
"require": {
"pear/pear-core-minimal": "^1.10.0alpha2",
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"ext-bz2": "Bz2 compression support.",
"ext-xz": "Lzma2 compression support.",
"ext-zlib": "Gzip compression support."
},
"time": "2021-07-20T13:53:39+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Archive_Tar": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vincent Blavet",
"email": "vincent@phpconcept.net"
},
{
"name": "Greg Beaver",
"email": "greg@chiaraquartet.net"
},
{
"name": "Michiel Rook",
"email": "mrook@php.net"
}
],
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
"homepage": "https://github.com/pear/Archive_Tar",
"keywords": [
"archive",
"tar"
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
"funding": [
{
"url": "https://github.com/mrook",
"type": "github"
},
{
"url": "https://www.patreon.com/michielrook",
"type": "patreon"
}
],
"install-path": "../pear/archive_tar"
},
{
"name": "pear/console_getopt",
"version": "v1.4.3",
"version_normalized": "1.4.3.0",
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"shasum": ""
},
"time": "2019-11-20T18:27:48+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Console": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Andrei Zmievski",
"email": "andrei@php.net",
"role": "Lead"
},
{
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Developer"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"role": "Helper"
}
],
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
},
"install-path": "../pear/console_getopt"
},
{
"name": "pear/image_barcode",
"version": "1.1.2",
"version_normalized": "1.1.2.0",
"dist": {
"type": "zip",
"url": "https://github.com/pear/Image_Barcode/archive/1.1.2.zip",
"reference": "1.1.2"
},
"type": "library",
"extra": {
"patches_applied": {
"Fix PHP 7.x / 8.x compatibility": "./patch/fix-pear-image-barcode.patch"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Image": "./"
}
},
"include-path": [
"./"
],
"install-path": "../pear/image_barcode"
},
{
"name": "pear/pear",
"version": "v1.10.13",
"version_normalized": "1.10.13.0",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core.git",
"reference": "edb8e0cf49755b1c0528c46edaa0238c63cc4d47"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/pear-core/zipball/edb8e0cf49755b1c0528c46edaa0238c63cc4d47",
"reference": "edb8e0cf49755b1c0528c46edaa0238c63cc4d47",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"ext-xml": "*",
"pear/archive_tar": "*",
"pear/console_getopt": "*",
"pear/structures_graph": "*",
"pear/xml_util": "*"
},
"replace": {
"pear/pear-core-minimal": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"pear/pear_frontend_gtk": "For GTK support",
"pear/pear_frontend_web": "For Web support"
},
"time": "2021-08-10T22:24:49+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"./"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"role": "Lead"
},
{
"name": "Pierre-Alain Joye",
"email": "pierre@php.net",
"role": "Lead"
},
{
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Lead"
},
{
"name": "Tomas V.V.Cox",
"email": "cox@idecnet.com",
"role": "Lead"
},
{
"name": "Helgi Thormar",
"email": "dufuz@php.net",
"role": "Lead"
},
{
"name": "Tias Guns",
"email": "tias@php.net",
"role": "Developer"
},
{
"name": "Tim Jackson",
"email": "timj@php.net",
"role": "Helper"
},
{
"name": "Bertrand Gugger",
"email": "toggg@php.net",
"role": "Helper"
},
{
"name": "Martin Jansen",
"email": "mj@php.net",
"role": "Helper"
}
],
"description": "This is the definitive source of PEAR's core files.",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/PEAR"
},
"install-path": "../pear/pear"
},
{
"name": "pear/structures_graph",
"version": "v1.1.1",
"version_normalized": "1.1.1.0",
"source": {
"type": "git",
"url": "https://github.com/pear/Structures_Graph.git",
"reference": "608fdc835a62fb238e61bd1cf0aaf6c7a4420b5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Structures_Graph/zipball/608fdc835a62fb238e61bd1cf0aaf6c7a4420b5c",
"reference": "608fdc835a62fb238e61bd1cf0aaf6c7a4420b5c",
"shasum": ""
},
"time": "2015-07-20T20:05:12+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Structures": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"PHP License"
],
"authors": [
{
"name": "Sérgio Carvalho",
"email": "sergiosgc@gmail.com",
"role": "Lead"
}
],
"description": "More info available on: http://pear.php.net/package/Structures_Graph",
"support": {
"source": "https://github.com/pear/Structures_Graph"
},
"install-path": "../pear/structures_graph"
},
{
"name": "pear/xml_util",
"version": "v1.4.5",
"version_normalized": "1.4.5.0",
"source": {
"type": "git",
"url": "https://github.com/pear/XML_Util.git",
"reference": "90052e3e7c099ffce3bc83ec4210f88a40b8419a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/XML_Util/zipball/90052e3e7c099ffce3bc83ec4210f88a40b8419a",
"reference": "90052e3e7c099ffce3bc83ec4210f88a40b8419a",
"shasum": ""
},
"require": {
"pear/pear-core-minimal": "^1.10.1",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "<=7"
},
"time": "2020-04-19T15:08:27+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"XML_Util": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Chuck Burgess",
"email": "ashnazg@php.net",
"role": "Lead"
},
{
"name": "Stephan Schmidt",
"email": "schst@php-tools.net",
"role": "Lead"
},
{
"name": "Davey Shafik",
"email": "davey@php.net",
"role": "Helper"
}
],
"description": "Methods to work with XML documents",
"homepage": "http://pear.php.net/package/XML_Util",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_Util",
"source": "https://github.com/pear/XML_Util"
},
"install-path": "../pear/xml_util"
},
{
"name": "rospdf/pdf-php",
"version": "0.12.63",
"version_normalized": "0.12.63.0",
"source": {
"type": "git",
"url": "https://github.com/rospdf/pdf-php.git",
"reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rospdf/pdf-php/zipball/f957e49ddfa6b7891de62c48b1de965a74db6c44",
"reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.38",
"squizlabs/php_codesniffer": "2.*"
},
"time": "2020-09-20T06:15:20+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-experimental": "0.13.x-dev",
"dev-master": "0.12.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"src/Cpdf.php",
"src/Cezpdf.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ole Koeckemann",
"email": "ole.k@web.de",
"role": "Project Head / Developer"
},
{
"name": "Lars Olesen",
"email": "lars@intraface.dk",
"role": "Developer"
},
{
"name": "Sune Jensen",
"email": "sj@sunet.dk",
"role": "Developer"
},
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "Developer"
},
{
"name": "Wayne Munro",
"email": "pdf@ros.co.nz",
"role": "Founder / Inactive"
}
],
"description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
"homepage": "https://github.com/rospdf/pdf-php",
"support": {
"issues": "https://github.com/rospdf/pdf-php/issues",
"source": "https://github.com/rospdf/pdf-php/tree/0.12.63"
},
"install-path": "../rospdf/pdf-php"
}
],
"dev": false,
"dev-package-names": []
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists