whoami7 - Manager
:
/
home
/
snapify
/
public_html
/
clients
/
deposco
/
vendor
/
composer
/
Upload File:
files >> /home/snapify/public_html/clients/deposco/vendor/composer/installed.json
{ "packages": [ { "name": "envms/fluentpdo", "version": "v2.1.2", "version_normalized": "2.1.2.0", "source": { "type": "git", "url": "https://github.com/envms/fluentpdo.git", "reference": "3af5c02ec3d38654e0346029ccbcd8aca930a663" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/envms/fluentpdo/zipball/3af5c02ec3d38654e0346029ccbcd8aca930a663", "reference": "3af5c02ec3d38654e0346029ccbcd8aca930a663", "shasum": "" }, "require-dev": { "envms/fluent-test": "^1.0", "phpunit/phpunit": "^7.0" }, "time": "2018-10-30T11:53:23+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Envms\\FluentPDO\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0", "GPL-2.0+" ], "authors": [ { "name": "envms", "homepage": "http://env.ms" } ], "description": "FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.", "homepage": "https://github.com/envms/fluentpdo", "keywords": [ "builder", "database", "db", "dbal", "fluent", "mysql", "oracle", "pdo", "query" ], "install-path": "../envms/fluentpdo" }, { "name": "gargron/fileupload", "version": "v1.4.5", "version_normalized": "1.4.5.0", "source": { "type": "git", "url": "https://github.com/Gargron/fileupload.git", "reference": "fd2b79c9b868b9987925e098f5562231e691ce7d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Gargron/fileupload/zipball/fd2b79c9b868b9987925e098f5562231e691ce7d", "reference": "fd2b79c9b868b9987925e098f5562231e691ce7d", "shasum": "" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "time": "2017-05-19T17:43:52+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "FileUpload\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "File uploading library capable of handling large/chunked/multiple file uploads", "install-path": "../gargron/fileupload" }, { "name": "league/plates", "version": "v4.0.0-alpha", "version_normalized": "4.0.0.0-alpha", "source": { "type": "git", "url": "https://github.com/thephpleague/plates.git", "reference": "f53f4c1fa4bf307d0f3858a348172ff4faf7669a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/plates/zipball/f53f4c1fa4bf307d0f3858a348172ff4faf7669a", "reference": "f53f4c1fa4bf307d0f3858a348172ff4faf7669a", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "eloquent/phony-peridot": "^2.0", "peridot-php/leo": "^1.6", "peridot-php/peridot": "^1.19", "peridot-php/peridot-code-coverage-reporters": "^3.0", "squizlabs/php_codesniffer": "~1.5" }, "time": "2018-01-31T07:20:23+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "League\\Plates\\": "src" }, "files": [ "src/Template/match.php", "src/Extension/Data/data.php", "src/Extension/Path/path.php", "src/Extension/RenderContext/func.php", "src/Extension/RenderContext/render-context.php", "src/Extension/LayoutSections/layout-sections.php", "src/Extension/Folders/folders.php", "src/Util/util.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Reinink", "email": "jonathan@reinink.ca", "role": "Developer" }, { "name": "RJ Garcia", "email": "rj@bighead.net", "role": "Developer" } ], "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", "homepage": "http://platesphp.com", "keywords": [ "league", "package", "templates", "templating", "views" ], "install-path": "../league/plates" }, { "name": "nikic/fast-route", "version": "v1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "181d480e08d9476e61381e04a71b34dc0432e812" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", "reference": "181d480e08d9476e61381e04a71b34dc0432e812", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35|~5.7" }, "time": "2018-02-13T20:26:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ], "install-path": "../nikic/fast-route" }, { "name": "phpmailer/phpmailer", "version": "v6.2.0", "version_normalized": "6.2.0.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "e38888a75c070304ca5514197d4847a59a5c853f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f", "reference": "e38888a75c070304ca5514197d4847a59a5c853f", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.2", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.5.6", "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "time": "2020-11-25T15:24:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-only" ], "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "install-path": "../phpmailer/phpmailer" }, { "name": "plasticbrain/php-flash-messages", "version": "v1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/plasticbrain/PhpFlashMessages.git", "reference": "b565762619342057ce561de20d0f2f6e14f9aa77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/plasticbrain/PhpFlashMessages/zipball/b565762619342057ce561de20d0f2f6e14f9aa77", "reference": "b565762619342057ce561de20d0f2f6e14f9aa77", "shasum": "" }, "require": { "php": ">=5.4.0" }, "time": "2016-04-01T08:39:38+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Plasticbrain\\FlashMessages\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike Everhart", "email": "mike@plasticbrain.net" } ], "description": "A modern take on PHP session-based flash messages", "keywords": [ "bootstrap", "flash", "messages", "session" ], "install-path": "../plasticbrain/php-flash-messages" } ], "dev": true, "dev-package-names": [] }
Copyright ©2021 || Defacer Indonesia