mirror of
https://github.com/Pathduck/gallery3.git
synced 2024-10-29 21:07:18 -04:00
434 lines
17 KiB
JSON
434 lines
17 KiB
JSON
{
|
|
"_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#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "ca1498a9efa5ac4dc59fada71549dfcc",
|
|
"packages": [
|
|
{
|
|
"name": "lsolesen/pel",
|
|
"version": "0.9.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pel/pel.git",
|
|
"reference": "04ecb8a29e4b1628414193b0df9294232a44f8a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pel/pel/zipball/04ecb8a29e4b1628414193b0df9294232a44f8a9",
|
|
"reference": "04ecb8a29e4b1628414193b0df9294232a44f8a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-exif": "*",
|
|
"ext-gd": "*",
|
|
"php-coveralls/php-coveralls": ">2.4",
|
|
"squizlabs/php_codesniffer": ">3.5",
|
|
"symfony/phpunit-bridge": "^4 || ^5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"lsolesen\\pel\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Lars Olesen",
|
|
"email": "lars@intraface.dk",
|
|
"homepage": "http://intraface.dk",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Martin Geisler",
|
|
"email": "martin@geisler.net",
|
|
"homepage": "http://geisler.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
|
|
"homepage": "http://pel.github.com/pel/",
|
|
"keywords": [
|
|
"exif",
|
|
"image"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/pel/pel/issues",
|
|
"source": "https://github.com/pel/pel/tree/0.9.10"
|
|
},
|
|
"time": "2021-01-01T22:15:50+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "050d430203105c27c30efd1dce7aa421ad882d01"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/050d430203105c27c30efd1dce7aa421ad882d01",
|
|
"reference": "050d430203105c27c30efd1dce7aa421ad882d01",
|
|
"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 or decode encoded addresses",
|
|
"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)"
|
|
},
|
|
"type": "library",
|
|
"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",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-03-31T20:06:42+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "php-parallel-lint/php-console-color",
|
|
"version": "v0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Console-Color.git",
|
|
"reference": "b6af326b2088f1ad3b264696c9fd590ec395b49e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Color/zipball/b6af326b2088f1ad3b264696c9fd590ec395b49e",
|
|
"reference": "b6af326b2088f1ad3b264696c9fd590ec395b49e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"replace": {
|
|
"jakub-onderka/php-console-color": "*"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-code-style": "1.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.0",
|
|
"php-parallel-lint/php-var-dump-check": "0.*",
|
|
"phpunit/phpunit": "~4.3",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JakubOnderka\\PhpConsoleColor\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "jakub.onderka@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Console-Color/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Console-Color/tree/master"
|
|
},
|
|
"time": "2020-05-14T05:47:14+00:00"
|
|
},
|
|
{
|
|
"name": "php-parallel-lint/php-console-highlighter",
|
|
"version": "v0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Console-Highlighter.git",
|
|
"reference": "21bf002f077b177f056d8cb455c5ed573adfdbb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/21bf002f077b177f056d8cb455c5ed573adfdbb8",
|
|
"reference": "21bf002f077b177f056d8cb455c5ed573adfdbb8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=5.4.0",
|
|
"php-parallel-lint/php-console-color": "~0.2"
|
|
},
|
|
"replace": {
|
|
"jakub-onderka/php-console-highlighter": "*"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-code-style": "~1.0",
|
|
"php-parallel-lint/php-parallel-lint": "~1.0",
|
|
"php-parallel-lint/php-var-dump-check": "~0.1",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~1.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "acci@acci.cz",
|
|
"homepage": "http://www.acci.cz/"
|
|
}
|
|
],
|
|
"description": "Highlight PHP code in terminal",
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/tree/master"
|
|
},
|
|
"time": "2020-05-13T07:37:49+00:00"
|
|
},
|
|
{
|
|
"name": "php-parallel-lint/php-parallel-lint",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
|
|
"reference": "772a954e5f119f6f5871d015b23eabed8cbdadfb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/772a954e5f119f6f5871d015b23eabed8cbdadfb",
|
|
"reference": "772a954e5f119f6f5871d015b23eabed8cbdadfb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"replace": {
|
|
"grogy/php-parallel-lint": "*",
|
|
"jakub-onderka/php-parallel-lint": "*"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "^1.3 || ^2.0",
|
|
"php-parallel-lint/php-console-highlighter": "~0.3",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"suggest": {
|
|
"php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
|
|
},
|
|
"bin": [
|
|
"parallel-lint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "ahoj@jakubonderka.cz"
|
|
}
|
|
],
|
|
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
|
|
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.0"
|
|
},
|
|
"time": "2021-04-07T14:42:48+00:00"
|
|
},
|
|
{
|
|
"name": "phpcompatibility/php-compatibility",
|
|
"version": "9.3.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
|
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
|
|
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
|
|
},
|
|
"conflict": {
|
|
"squizlabs/php_codesniffer": "2.6.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"suggest": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
|
|
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
|
},
|
|
"type": "phpcodesniffer-standard",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Wim Godden",
|
|
"homepage": "https://github.com/wimg",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"homepage": "https://github.com/jrfnl",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
|
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
|
"keywords": [
|
|
"compatibility",
|
|
"phpcs",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
|
|
"source": "https://github.com/PHPCompatibility/PHPCompatibility"
|
|
},
|
|
"time": "2019-12-27T09:44:58+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
|
|
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"bin": [
|
|
"bin/phpcs",
|
|
"bin/phpcbf"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
|
|
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
|
|
},
|
|
"time": "2021-04-09T00:54:41+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.0.0"
|
|
}
|