428 lines
16 KiB
JSON
428 lines
16 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "5.3.4",
|
|
"version_normalized": "5.3.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
|
|
"reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/ringphp": "^1.1",
|
|
"php": ">=5.4.0",
|
|
"react/promise": "^2.2"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "^4.0"
|
|
},
|
|
"time": "2019-10-30T09:32:00+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
"source": "https://github.com/guzzle/guzzle/tree/5.3"
|
|
},
|
|
"install-path": "../guzzlehttp/guzzle"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/ringphp",
|
|
"version": "1.1.1",
|
|
"version_normalized": "1.1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/RingPHP.git",
|
|
"reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
|
|
"reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/streams": "~3.0",
|
|
"php": ">=5.4.0",
|
|
"react/promise": "~2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Guzzle will use specific adapters if cURL is present"
|
|
},
|
|
"time": "2018-07-31T13:22:33+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Ring\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/RingPHP/issues",
|
|
"source": "https://github.com/guzzle/RingPHP/tree/1.1.1"
|
|
},
|
|
"abandoned": true,
|
|
"install-path": "../guzzlehttp/ringphp"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/streams",
|
|
"version": "3.0.0",
|
|
"version_normalized": "3.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/streams.git",
|
|
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
|
"reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"time": "2014-10-12T19:18:40+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Stream\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Provides a simple abstraction over streams of data",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"stream"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/streams/issues",
|
|
"source": "https://github.com/guzzle/streams/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"install-path": "../guzzlehttp/streams"
|
|
},
|
|
{
|
|
"name": "prestashow/presta-core",
|
|
"version": "dev-master",
|
|
"version_normalized": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://matt:4_ry3g3ez3-VGiT8Adig@gitlab.layersshow.com/prestashow/lib/presta-core.git",
|
|
"reference": "ef848852f2cf1b47eb9925b4aecf4bc4a7feb118"
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": "~5.0"
|
|
},
|
|
"time": "2021-04-26T19:31:25+00:00",
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"files": [
|
|
"functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Prestashow\\PrestaCore\\": "./"
|
|
}
|
|
},
|
|
"license": [
|
|
"proprietary"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PrestaShow.pl",
|
|
"email": "kontakt@prestashow.pl",
|
|
"homepage": "https://prestashow.pl"
|
|
}
|
|
],
|
|
"install-path": "../prestashow/presta-core"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v2.8.0",
|
|
"version_normalized": "2.8.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
|
|
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
|
|
},
|
|
"time": "2020-05-12T15:16:56+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Promise\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com"
|
|
}
|
|
],
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
"keywords": [
|
|
"promise",
|
|
"promises"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/promise/issues",
|
|
"source": "https://github.com/reactphp/promise/tree/v2.8.0"
|
|
},
|
|
"install-path": "../react/promise"
|
|
},
|
|
{
|
|
"name": "rosell-dk/image-mime-type-guesser",
|
|
"version": "0.3",
|
|
"version_normalized": "0.3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/image-mime-type-guesser.git",
|
|
"reference": "204fd61ca81e3b0ba46c6165dab8f74816b1fe99"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/image-mime-type-guesser/zipball/204fd61ca81e3b0ba46c6165dab8f74816b1fe99",
|
|
"reference": "204fd61ca81e3b0ba46c6165dab8f74816b1fe99",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpunit/phpunit": "^5.7.27",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"time": "2019-03-29T09:33:28+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ImageMimeTypeGuesser\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
}
|
|
],
|
|
"description": "Guess mime type of images",
|
|
"keywords": [
|
|
"image",
|
|
"images",
|
|
"mime",
|
|
"mime type"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/image-mime-type-guesser/issues",
|
|
"source": "https://github.com/rosell-dk/image-mime-type-guesser/tree/0.3"
|
|
},
|
|
"install-path": "../rosell-dk/image-mime-type-guesser"
|
|
},
|
|
{
|
|
"name": "rosell-dk/webp-convert",
|
|
"version": "2.5.0",
|
|
"version_normalized": "2.5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/rosell-dk/webp-convert.git",
|
|
"reference": "b349da7b6e04a4c269bbbbf7c279e0e433a71fd0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/b349da7b6e04a4c269bbbbf7c279e0e433a71fd0",
|
|
"reference": "b349da7b6e04a4c269bbbbf7c279e0e433a71fd0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 | ^7.0 | ^8.0",
|
|
"rosell-dk/image-mime-type-guesser": "^0.3"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
"phpunit/phpunit": "^9.3",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD extension for converting. Note: Gd must be compiled with webp support",
|
|
"ext-imagick": "to use Imagick extension for converting. Note: Gd must be compiled with webp support",
|
|
"ext-vips": "to use Vips extension for converting.",
|
|
"php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
|
|
},
|
|
"time": "2021-05-06T15:18:48+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"scripts-descriptions": {
|
|
"ci": "Run tests before CI",
|
|
"phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
|
|
"phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
|
|
"cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard",
|
|
"cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
|
|
"test": "Launches the preconfigured PHPUnit"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebPConvert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bjørn Rosell",
|
|
"homepage": "https://www.bitwise-it.dk/contact",
|
|
"role": "Project Author"
|
|
},
|
|
{
|
|
"name": "Martin Folkers",
|
|
"homepage": "https://twobrain.io",
|
|
"role": "Collaborator"
|
|
}
|
|
],
|
|
"description": "Convert JPEG & PNG to WebP with PHP",
|
|
"keywords": [
|
|
"Webp",
|
|
"cwebp",
|
|
"gd",
|
|
"image conversion",
|
|
"images",
|
|
"imagick",
|
|
"jpg",
|
|
"jpg2webp",
|
|
"png",
|
|
"png2webp"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/rosell-dk/webp-convert/issues",
|
|
"source": "https://github.com/rosell-dk/webp-convert/tree/2.5.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/rosell-dk",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://ko-fi.com/rosell",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"install-path": "../rosell-dk/webp-convert"
|
|
}
|
|
],
|
|
"dev": false,
|
|
"dev-package-names": []
|
|
}
|