Sindbad~EG File Manager

Current Path : /proc/thread-self/cwd/vendor/composer/
Upload File :
Current File : //proc/thread-self/cwd/vendor/composer/installed.json

[
    {
        "name": "codeigniter/framework",
        "version": "3.1.11",
        "version_normalized": "3.1.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bcit-ci/CodeIgniter.git",
            "reference": "b73eb19aed66190c10c9cad476da7c36c271d6dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/b73eb19aed66190c10c9cad476da7c36c271d6dc",
            "reference": "b73eb19aed66190c10c9cad476da7c36c271d6dc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.7"
        },
        "require-dev": {
            "mikey179/vfsstream": "1.1.*",
            "phpunit/phpunit": "4.* || 5.*"
        },
        "suggest": {
            "paragonie/random_compat": "Provides better randomness in PHP 5.x"
        },
        "time": "2019-09-19 12:08:45",
        "type": "project",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "The CodeIgniter framework",
        "homepage": "https://codeigniter.com"
    },
    {
        "name": "phenx/php-svg-lib",
        "version": "0.1",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-svg-lib.git",
            "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
            "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
            "shasum": ""
        },
        "time": "2015-05-06 18:49:49",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Svg\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse and export to PDF SVG files.",
        "homepage": "https://github.com/PhenX/php-svg-lib"
    },
    {
        "name": "phenx/php-font-lib",
        "version": "0.4",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-font-lib.git",
            "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
            "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
            "shasum": ""
        },
        "time": "2015-05-06 20:02:39",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "FontLib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse, export and make subsets of different types of font files.",
        "homepage": "https://github.com/PhenX/php-font-lib"
    },
    {
        "name": "dompdf/dompdf",
        "version": "v0.7.0",
        "version_normalized": "0.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dompdf/dompdf.git",
            "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
            "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-gd": "*",
            "ext-mbstring": "*",
            "phenx/php-font-lib": "0.4.*",
            "phenx/php-svg-lib": "0.1.*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2016-05-11 00:36:29",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dompdf\\": "src/"
            },
            "classmap": [
                "lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            },
            {
                "name": "Brian Sweeney",
                "email": "eclecticgeek@gmail.com"
            },
            {
                "name": "Gabriel Bull",
                "email": "me@gabrielbull.com"
            }
        ],
        "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
        "homepage": "https://github.com/dompdf/dompdf"
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.18",
        "version_normalized": "2.0.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2019-01-03 20:59:08",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "tamtamchik/namecase",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tamtamchik/namecase.git",
            "reference": "1f29341b810f75ab4beb4bdcb710dcede9107b46"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tamtamchik/namecase/zipball/1f29341b810f75ab4beb4bdcb710dcede9107b46",
            "reference": "1f29341b810f75ab4beb4bdcb710dcede9107b46",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "scrutinizer/ocular": "1.*"
        },
        "time": "2019-07-16 17:32:28",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev",
                "1.0.x": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Tamtamchik\\NameCase\\": "src"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Yuri Tkachenko",
                "email": "yuri.tam.tkachenko@gmail.com",
                "homepage": "http://tamtamchika.net"
            }
        ],
        "description": "This package allows you to convert names into the correct case where possible.",
        "homepage": "https://github.com/tamtamchik/namecase",
        "keywords": [
            "cased",
            "namecase",
            "properly",
            "strings",
            "tamtamchik"
        ]
    },
    {
        "name": "mikey179/vfsStream",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bovigo/vfsStream.git",
            "reference": "fc0fe8f4d0b527254a2dc45f0c265567c881d07e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fc0fe8f4d0b527254a2dc45f0c265567c881d07e",
            "reference": "fc0fe8f4d0b527254a2dc45f0c265567c881d07e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2012-08-25 12:49:29",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "org\\bovigo\\vfs": "src/main/php"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "homepage": "http://vfs.bovigo.org/"
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-08-06 08:03:45",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
            "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-ctype": "^1.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.0"
        },
        "time": "2019-01-29 11:11:52",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "http://www.vancelucas.com"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    }
]

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists