2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"_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"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"content-hash": "eff31001982f1fe3bd949b1e34f806a3",
|
2019-01-23 13:30:58 +01:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "amphp/amp",
|
2019-12-03 00:33:40 +01:00
|
|
|
"version": "v2.4.0",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/amp.git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"reference": "13930a582947831bb66ff1aeac28672fd91c38ea"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/amp/zipball/13930a582947831bb66ff1aeac28672fd91c38ea",
|
|
|
|
"reference": "13930a582947831bb66ff1aeac28672fd91c38ea",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-31 03:24:23 +02:00
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
2019-01-23 13:30:58 +01:00
|
|
|
"amphp/phpunit-util": "^1",
|
2019-06-05 23:48:26 +02:00
|
|
|
"ext-json": "*",
|
2019-01-23 13:30:58 +01:00
|
|
|
"phpstan/phpstan": "^0.8.5",
|
2019-11-08 23:30:12 +01:00
|
|
|
"phpunit/phpunit": "^6.0.9 | ^7",
|
2019-01-23 13:30:58 +01:00
|
|
|
"react/promise": "^2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php",
|
|
|
|
"lib/Internal/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@php.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2019-08-15 22:17:49 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bob Weinand",
|
|
|
|
"email": "bobwei9@hotmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A non-blocking concurrency framework for PHP applications.",
|
|
|
|
"homepage": "http://amphp.org/amp",
|
|
|
|
"keywords": [
|
|
|
|
"async",
|
|
|
|
"asynchronous",
|
|
|
|
"awaitable",
|
|
|
|
"concurrency",
|
|
|
|
"event",
|
|
|
|
"event-loop",
|
|
|
|
"future",
|
|
|
|
"non-blocking",
|
|
|
|
"promise"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-11-11T19:32:05+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
2019-05-15 00:31:11 +02:00
|
|
|
{
|
|
|
|
"name": "amphp/artax",
|
2019-06-20 17:45:53 +02:00
|
|
|
"version": "dev-master",
|
2019-05-15 00:31:11 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/artax.git",
|
2019-11-08 23:30:12 +01:00
|
|
|
"reference": "9bc1ceba3d03622730f40a53ca30f8454f5bec6c"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-11-08 23:30:12 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/artax/zipball/9bc1ceba3d03622730f40a53ca30f8454f5bec6c",
|
|
|
|
"reference": "9bc1ceba3d03622730f40a53ca30f8454f5bec6c",
|
2019-05-15 00:31:11 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1.1.6",
|
|
|
|
"amphp/file": "^0.2 || ^0.3",
|
|
|
|
"amphp/socket": "^0.10.5",
|
|
|
|
"amphp/uri": "^0.1",
|
|
|
|
"kelunik/certificate": "^1.1",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-06-20 17:45:53 +02:00
|
|
|
"amphp/http-server": "^1",
|
2019-05-15 00:31:11 +02:00
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Artax\\": "lib"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@gmail.com"
|
2019-11-08 23:30:12 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2019-05-15 00:31:11 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework",
|
|
|
|
"homepage": "https://github.com/amphp/artax",
|
|
|
|
"keywords": [
|
|
|
|
"async",
|
|
|
|
"client",
|
|
|
|
"http",
|
|
|
|
"non-blocking",
|
|
|
|
"parallel",
|
|
|
|
"rest"
|
|
|
|
],
|
2019-11-08 23:30:12 +01:00
|
|
|
"time": "2019-11-04T19:29:21+00:00"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"name": "amphp/byte-stream",
|
2019-11-08 23:30:12 +01:00
|
|
|
"version": "v1.7.1",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/byte-stream.git",
|
2019-11-08 23:30:12 +01:00
|
|
|
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-11-08 23:30:12 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/9d8205686a004948475dc43f8a88d2fa5e75a113",
|
|
|
|
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
|
|
"infection/infection": "^0.9.3",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\ByteStream\\": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2019-08-15 22:17:49 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A stream abstraction to make working with non-blocking I/O simple.",
|
|
|
|
"homepage": "http://amphp.org/byte-stream",
|
|
|
|
"keywords": [
|
|
|
|
"amp",
|
|
|
|
"amphp",
|
|
|
|
"async",
|
|
|
|
"io",
|
|
|
|
"non-blocking",
|
|
|
|
"stream"
|
|
|
|
],
|
2019-11-08 23:30:12 +01:00
|
|
|
"time": "2019-10-27T14:33:41+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/cache",
|
2019-12-03 00:33:40 +01:00
|
|
|
"version": "v1.3.0",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/cache.git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"reference": "14d9fa01a2518eda31b10a421660b41a55249736"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/cache/zipball/14d9fa01a2518eda31b10a421660b41a55249736",
|
|
|
|
"reference": "14d9fa01a2518eda31b10a421660b41a55249736",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/sync": "^1.2",
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"amphp/file": "<0.2 || >=2"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"amphp/file": "^1.0",
|
2019-11-08 23:30:12 +01:00
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
2019-01-23 13:30:58 +01:00
|
|
|
"amphp/phpunit-util": "^1",
|
2019-11-08 23:30:12 +01:00
|
|
|
"phpunit/phpunit": "^6 | ^7 | ^8"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Cache\\": "lib"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A promise-aware caching API for Amp.",
|
|
|
|
"homepage": "https://github.com/amphp/cache",
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-11-29T18:47:04+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/dns",
|
2019-12-03 00:33:40 +01:00
|
|
|
"version": "v0.9.x-dev",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/dns.git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"reference": "2a3e7376f42b289230c0921aceaec5bbf253299d"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/dns/zipball/2a3e7376f42b289230c0921aceaec5bbf253299d",
|
|
|
|
"reference": "2a3e7376f42b289230c0921aceaec5bbf253299d",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1.1",
|
|
|
|
"amphp/cache": "^1.2",
|
|
|
|
"amphp/parser": "^1",
|
|
|
|
"amphp/windows-registry": "^0.3",
|
|
|
|
"daverandom/libdns": "^2.0.1",
|
|
|
|
"ext-filter": "*",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
2019-01-23 13:30:58 +01:00
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Dns\\": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-08-15 22:17:49 +02:00
|
|
|
"name": "Bob Weinand",
|
|
|
|
"email": "bobwei9@hotmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
2019-12-03 00:33:40 +01:00
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@php.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Chris Wright",
|
|
|
|
"email": "addr@daverandom.com"
|
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Async DNS resolution for Amp.",
|
|
|
|
"homepage": "https://github.com/amphp/dns",
|
|
|
|
"keywords": [
|
|
|
|
"amp",
|
|
|
|
"amphp",
|
|
|
|
"async",
|
|
|
|
"client",
|
|
|
|
"dns",
|
|
|
|
"resolve"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-07-08T20:58:50+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/file",
|
2019-06-05 23:48:26 +02:00
|
|
|
"version": "v0.3.x-dev",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/file.git",
|
2019-06-05 23:48:26 +02:00
|
|
|
"reference": "ba57064e7c0cbcae89429afb2ba93b8f31bd7fc8"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-05 23:48:26 +02:00
|
|
|
"url": "https://api.github.com/repos/amphp/file/zipball/ba57064e7c0cbcae89429afb2ba93b8f31bd7fc8",
|
|
|
|
"reference": "ba57064e7c0cbcae89429afb2ba93b8f31bd7fc8",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1",
|
|
|
|
"amphp/parallel": "^1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\File\\": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@php.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Allows non-blocking access to the filesystem for Amp.",
|
|
|
|
"homepage": "https://github.com/amphp/file",
|
|
|
|
"keywords": [
|
|
|
|
"amp",
|
|
|
|
"amphp",
|
|
|
|
"async",
|
|
|
|
"disk",
|
|
|
|
"file",
|
|
|
|
"filesystem",
|
|
|
|
"io",
|
|
|
|
"non-blocking",
|
|
|
|
"static"
|
|
|
|
],
|
2019-06-05 23:48:26 +02:00
|
|
|
"time": "2019-03-01T16:38:04+00:00"
|
2019-03-31 03:24:23 +02:00
|
|
|
},
|
2019-02-03 19:17:38 +01:00
|
|
|
{
|
|
|
|
"name": "amphp/http",
|
2019-11-08 23:30:12 +01:00
|
|
|
"version": "v1.5.0",
|
2019-02-03 19:17:38 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/http.git",
|
2019-11-08 23:30:12 +01:00
|
|
|
"reference": "9bc6ad5b2d92afb959068a65a21ce0409c7db67e"
|
2019-02-03 19:17:38 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-11-08 23:30:12 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/http/zipball/9bc6ad5b2d92afb959068a65a21ce0409c7db67e",
|
|
|
|
"reference": "9bc6ad5b2d92afb959068a65a21ce0409c7db67e",
|
2019-02-03 19:17:38 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2019-02-13 22:54:37 +01:00
|
|
|
"require": {
|
2019-07-17 23:13:06 +02:00
|
|
|
"php": ">=7.1"
|
2019-02-13 22:54:37 +01:00
|
|
|
},
|
2019-02-03 19:17:38 +01:00
|
|
|
"require-dev": {
|
2019-02-13 22:54:37 +01:00
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
2019-02-03 19:17:38 +01:00
|
|
|
"phpunit/phpunit": "^6.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Http\\": "src"
|
2019-07-17 23:13:06 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
2019-02-03 19:17:38 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Basic HTTP primitives which can be shared by servers and clients.",
|
2019-11-08 23:30:12 +01:00
|
|
|
"time": "2019-11-04T21:24:40+00:00"
|
2019-02-03 19:17:38 +01:00
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"name": "amphp/parallel",
|
2019-06-30 02:47:22 +02:00
|
|
|
"version": "v1.2.0",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/parallel.git",
|
2019-06-30 02:47:22 +02:00
|
|
|
"reference": "53aa422eaf89a539b4df58284f7bdf5219e37f66"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-30 02:47:22 +02:00
|
|
|
"url": "https://api.github.com/repos/amphp/parallel/zipball/53aa422eaf89a539b4df58284f7bdf5219e37f66",
|
|
|
|
"reference": "53aa422eaf89a539b4df58284f7bdf5219e37f66",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1.5",
|
|
|
|
"amphp/parser": "^1",
|
|
|
|
"amphp/process": "^1",
|
|
|
|
"amphp/sync": "^1.0.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Parallel\\": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/Worker/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Stephen Coakley",
|
|
|
|
"email": "me@stephencoakley.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parallel processing component for Amp.",
|
|
|
|
"homepage": "https://github.com/amphp/parallel",
|
|
|
|
"keywords": [
|
|
|
|
"async",
|
|
|
|
"asynchronous",
|
|
|
|
"concurrent",
|
|
|
|
"multi-processing",
|
|
|
|
"multi-threading"
|
|
|
|
],
|
2019-06-30 02:47:22 +02:00
|
|
|
"time": "2019-05-11T17:13:47+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/parser",
|
|
|
|
"version": "v1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/parser.git",
|
|
|
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
|
|
|
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Parser\\": "lib"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A generator parser to make streaming parsers simple.",
|
|
|
|
"homepage": "https://github.com/amphp/parser",
|
|
|
|
"keywords": [
|
|
|
|
"async",
|
|
|
|
"non-blocking",
|
|
|
|
"parser",
|
|
|
|
"stream"
|
|
|
|
],
|
|
|
|
"time": "2017-06-06T05:29:10+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/process",
|
2019-03-05 15:28:32 +01:00
|
|
|
"version": "v1.1.0",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/process.git",
|
2019-03-05 15:28:32 +01:00
|
|
|
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-05 15:28:32 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/process/zipball/355b1e561b01c16ab3d78fada1ad47ccc96df70e",
|
|
|
|
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1.4",
|
|
|
|
"php": ">=7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Process\\": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
2019-03-05 15:28:32 +01:00
|
|
|
"lib/functions.php"
|
2019-01-23 13:30:58 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Bob Weinand",
|
|
|
|
"email": "bobwei9@hotmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Asynchronous process manager.",
|
|
|
|
"homepage": "https://github.com/amphp/process",
|
2019-03-05 15:28:32 +01:00
|
|
|
"time": "2019-02-26T16:33:03+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/socket",
|
2019-12-03 00:33:40 +01:00
|
|
|
"version": "v0.10.x-dev",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/socket.git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"reference": "d84f6e09675488a52fb6ff5e2d53ecc5d587667a"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/socket/zipball/d84f6e09675488a52fb6ff5e2d53ecc5d587667a",
|
|
|
|
"reference": "d84f6e09675488a52fb6ff5e2d53ecc5d587667a",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1.1",
|
|
|
|
"amphp/dns": "^0.9",
|
|
|
|
"amphp/uri": "^0.1",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Socket\\": "src"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php",
|
|
|
|
"src/Internal/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2019-12-03 00:33:40 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Async socket connection / server tools for Amp.",
|
|
|
|
"homepage": "https://github.com/amphp/socket",
|
|
|
|
"keywords": [
|
|
|
|
"amp",
|
|
|
|
"async",
|
|
|
|
"encryption",
|
|
|
|
"non-blocking",
|
|
|
|
"sockets",
|
|
|
|
"tcp",
|
|
|
|
"tls"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-11-05T22:34:12+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/sync",
|
2019-11-08 23:30:12 +01:00
|
|
|
"version": "v1.x-dev",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/sync.git",
|
2019-11-08 23:30:12 +01:00
|
|
|
"reference": "eafe96a8f25fc01e08666dbddeb2e60d60488f7f"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-11-08 23:30:12 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/sync/zipball/eafe96a8f25fc01e08666dbddeb2e60d60488f7f",
|
|
|
|
"reference": "eafe96a8f25fc01e08666dbddeb2e60d60488f7f",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Sync\\": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2019-11-08 23:30:12 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Stephen Coakley",
|
|
|
|
"email": "me@stephencoakley.com"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Mutex, Semaphore, and other synchronization tools for Amp.",
|
|
|
|
"homepage": "https://github.com/amphp/sync",
|
|
|
|
"keywords": [
|
|
|
|
"async",
|
|
|
|
"asynchronous",
|
|
|
|
"mutex",
|
|
|
|
"semaphore",
|
|
|
|
"synchronization"
|
|
|
|
],
|
2019-11-08 23:30:12 +01:00
|
|
|
"time": "2019-09-20T03:24:36+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/uri",
|
2019-06-05 23:48:26 +02:00
|
|
|
"version": "v0.1.4",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/uri.git",
|
2019-05-15 00:31:11 +02:00
|
|
|
"reference": "30065946d5c69f44c8a47bf8838244029984ff61"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-05-15 00:31:11 +02:00
|
|
|
"url": "https://api.github.com/repos/amphp/uri/zipball/30065946d5c69f44c8a47bf8838244029984ff61",
|
|
|
|
"reference": "30065946d5c69f44c8a47bf8838244029984ff61",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Uri\\": "src"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Uri Parser and Resolver.",
|
|
|
|
"homepage": "https://github.com/amphp/uri",
|
2019-05-15 00:31:11 +02:00
|
|
|
"time": "2019-05-13T18:25:34+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
2019-02-13 22:54:37 +01:00
|
|
|
{
|
|
|
|
"name": "amphp/websocket",
|
2019-12-03 00:33:40 +01:00
|
|
|
"version": "v0.2.3",
|
2019-02-13 22:54:37 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/websocket.git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"reference": "162a7ac822a62bd7c64c74fc708fa278341d965e"
|
2019-02-13 22:54:37 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://api.github.com/repos/amphp/websocket/zipball/162a7ac822a62bd7c64c74fc708fa278341d965e",
|
|
|
|
"reference": "162a7ac822a62bd7c64c74fc708fa278341d965e",
|
2019-02-13 22:54:37 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1",
|
|
|
|
"amphp/http": "^1",
|
|
|
|
"amphp/socket": "^0.10",
|
|
|
|
"league/uri-parser": "^1.4",
|
|
|
|
"php": ">=7"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-11-22 18:54:13 +01:00
|
|
|
"amphp/http-server": "^1",
|
|
|
|
"amphp/phpunit-util": "^1",
|
2019-12-03 00:33:40 +01:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.9",
|
2019-11-22 18:54:13 +01:00
|
|
|
"phpunit/phpunit": "^6"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"Amp\\Websocket\\": "lib"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"files": [
|
2019-12-03 00:33:40 +01:00
|
|
|
"lib/functions.php"
|
2019-01-23 13:30:58 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Bob Weinand",
|
|
|
|
"email": "bobwei9@hotmail.com"
|
|
|
|
},
|
2019-09-02 23:07:41 +02:00
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2019-11-22 18:54:13 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Async WebSocket client for PHP based on Amp.",
|
|
|
|
"keywords": [
|
|
|
|
"amp",
|
|
|
|
"amphp",
|
|
|
|
"async",
|
|
|
|
"client",
|
|
|
|
"http",
|
|
|
|
"non-blocking",
|
|
|
|
"websocket"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-01-30T16:44:55+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/windows-registry",
|
|
|
|
"version": "v0.3.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/windows-registry.git",
|
|
|
|
"reference": "834af7a30ad7c006b0326ccd2686ddc6e6943366"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/amphp/windows-registry/zipball/834af7a30ad7c006b0326ccd2686ddc6e6943366",
|
|
|
|
"reference": "834af7a30ad7c006b0326ccd2686ddc6e6943366",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1.4",
|
|
|
|
"amphp/process": "^1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\WindowsRegistry\\": "lib"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Windows Registry Reader.",
|
|
|
|
"time": "2018-10-24T03:34:54+00:00"
|
|
|
|
},
|
2019-06-20 17:45:53 +02:00
|
|
|
{
|
|
|
|
"name": "danog/dns-over-https",
|
2019-12-03 00:33:40 +01:00
|
|
|
"version": "dev-master",
|
2019-06-20 17:45:53 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://github.com/xtrime-ru/dns-over-https.git",
|
|
|
|
"reference": "18ff21e702ff2a1f6981e0fbf625fd5b2c8ed567"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
2019-12-03 00:33:40 +01:00
|
|
|
"amphp/artax": "*",
|
2019-06-20 17:45:53 +02:00
|
|
|
"amphp/cache": "^1.2",
|
2019-12-03 00:33:40 +01:00
|
|
|
"amphp/dns": "*",
|
2019-06-20 17:45:53 +02:00
|
|
|
"amphp/parser": "^1",
|
|
|
|
"danog/libdns-json": "^0.1",
|
|
|
|
"daverandom/libdns": "^2.0.1",
|
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\DoH\\": "lib"
|
|
|
|
}
|
|
|
|
},
|
2019-12-03 00:33:40 +01:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\DoH\\Test\\": "test"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"check": [
|
|
|
|
"@cs",
|
|
|
|
"@test"
|
|
|
|
],
|
|
|
|
"cs": [
|
|
|
|
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --dry-run"
|
|
|
|
],
|
|
|
|
"cs-fix": [
|
|
|
|
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff"
|
|
|
|
],
|
|
|
|
"test": [
|
|
|
|
"@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text"
|
|
|
|
]
|
|
|
|
},
|
2019-06-20 17:45:53 +02:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-12-03 00:33:40 +01:00
|
|
|
"name": "Daniil Gentili",
|
|
|
|
"email": "daniil@daniil.it"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
|
|
|
{
|
2019-12-03 00:33:40 +01:00
|
|
|
"name": "Chris Wright",
|
|
|
|
"email": "addr@daverandom.com"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@php.net"
|
|
|
|
},
|
|
|
|
{
|
2019-12-03 00:33:40 +01:00
|
|
|
"name": "Bob Weinand",
|
|
|
|
"email": "bobwei9@hotmail.com"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
|
|
|
{
|
2019-12-03 00:33:40 +01:00
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
|
|
|
{
|
2019-12-03 00:33:40 +01:00
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2019-06-20 17:45:53 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Async DNS-over-HTTPS resolution for Amp.",
|
|
|
|
"homepage": "https://github.com/danog/dns-over-https",
|
|
|
|
"keywords": [
|
|
|
|
"amp",
|
|
|
|
"amphp",
|
|
|
|
"async",
|
|
|
|
"client",
|
|
|
|
"dns",
|
|
|
|
"dns-over-https",
|
|
|
|
"doh",
|
|
|
|
"https",
|
|
|
|
"resolve"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-12-02T23:11:05+00:00"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "danog/libdns-json",
|
2019-07-17 23:13:06 +02:00
|
|
|
"version": "0.1.1",
|
2019-06-20 17:45:53 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/danog/LibDNSJson.git",
|
2019-07-17 23:13:06 +02:00
|
|
|
"reference": "7d5e07815d57afa64ef7cdbe1a65fbead9a3e7bd"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-07-17 23:13:06 +02:00
|
|
|
"url": "https://api.github.com/repos/danog/LibDNSJson/zipball/7d5e07815d57afa64ef7cdbe1a65fbead9a3e7bd",
|
|
|
|
"reference": "7d5e07815d57afa64ef7cdbe1a65fbead9a3e7bd",
|
2019-06-20 17:45:53 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"daverandom/libdns": "^2.0.1",
|
|
|
|
"ext-json": "*",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"danog\\LibDNSJson\\": "lib"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Chris Wright",
|
|
|
|
"email": "addr@daverandom.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniil Gentili",
|
|
|
|
"email": "daniil@daniil.it"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Encoder/decoder for google's JSON DNS message format based on libdns",
|
|
|
|
"homepage": "https://github.com/danog/libdns-json",
|
|
|
|
"keywords": [
|
|
|
|
"dns",
|
|
|
|
"dns-over-https",
|
|
|
|
"doh",
|
|
|
|
"https",
|
|
|
|
"json",
|
|
|
|
"libdns",
|
|
|
|
"message"
|
|
|
|
],
|
2019-07-17 23:13:06 +02:00
|
|
|
"time": "2019-07-14T14:59:51+00:00"
|
2019-06-20 17:45:53 +02:00
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"name": "danog/madelineproto",
|
2019-12-03 00:33:40 +01:00
|
|
|
"version": "dev-composer_fix",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://github.com/xtrime-ru/MadelineProto.git",
|
|
|
|
"reference": "382c7e1940a2f09f41be31de79642b4117dbb116"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2.0",
|
2019-12-03 00:33:40 +01:00
|
|
|
"amphp/artax": "*",
|
|
|
|
"amphp/byte-stream": "*",
|
|
|
|
"amphp/file": "*",
|
|
|
|
"amphp/uri": "*",
|
|
|
|
"amphp/websocket": "*",
|
|
|
|
"danog/dns-over-https": "dev-master",
|
2019-01-23 13:30:58 +01:00
|
|
|
"danog/magicalserializer": "^1.0",
|
2019-06-20 17:45:53 +02:00
|
|
|
"danog/primemodule": "^1",
|
2019-07-17 23:13:06 +02:00
|
|
|
"erusev/parsedown": "^1.7",
|
2019-06-09 14:47:55 +02:00
|
|
|
"ext-fileinfo": "*",
|
2019-01-23 13:30:58 +01:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-xml": "*",
|
2019-06-05 23:48:26 +02:00
|
|
|
"php": ">=7.1.0",
|
2019-06-30 02:47:22 +02:00
|
|
|
"phpseclib/phpseclib": "dev-master#5e7d39153270dfd19d585504b0a29ac65a62adf9 as 2.0.15",
|
2019-05-15 00:31:11 +02:00
|
|
|
"vlucas/phpdotenv": "^3"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"krakjoe/pthreads-polyfill": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-09-15 13:04:51 +02:00
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
2019-05-01 23:31:18 +02:00
|
|
|
"ennexa/amp-update-cache": "dev-master",
|
2019-12-03 00:33:40 +01:00
|
|
|
"haydenpierce/class-finder": "^0.4",
|
2019-11-08 23:30:12 +01:00
|
|
|
"phpdocumentor/reflection-docblock": "^4.3",
|
2019-05-15 00:31:11 +02:00
|
|
|
"phpunit/phpunit": "^8"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-06-05 23:48:26 +02:00
|
|
|
"ext-libtgvoip": "Install the php-libtgvoip extension to make phone calls (https://github.com/danog/php-libtgvoip)"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"type": "project",
|
|
|
|
"autoload": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"psr-4": {
|
|
|
|
"danog\\MadelineProto\\": "src/danog/MadelineProto"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/BigIntegor.php",
|
2019-06-20 17:45:53 +02:00
|
|
|
"src/YieldReturnValue.php",
|
2019-06-23 22:32:39 +02:00
|
|
|
"src/ReflectionGenerator.php",
|
2019-06-20 17:45:53 +02:00
|
|
|
"src/polyfill.php"
|
2019-01-23 13:30:58 +01:00
|
|
|
]
|
|
|
|
},
|
2019-12-03 00:33:40 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": [
|
|
|
|
"@docs",
|
|
|
|
"@cs-fix"
|
|
|
|
],
|
|
|
|
"check": [
|
|
|
|
"@cs",
|
|
|
|
"@test"
|
|
|
|
],
|
|
|
|
"cs": [
|
|
|
|
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --dry-run"
|
|
|
|
],
|
|
|
|
"cs-fix": [
|
|
|
|
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff"
|
|
|
|
],
|
|
|
|
"docs": [
|
|
|
|
"php tools/build_docs.php"
|
|
|
|
],
|
|
|
|
"test": [
|
|
|
|
"@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text"
|
|
|
|
]
|
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
"license": [
|
|
|
|
"AGPL-3.0-only"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniil Gentili",
|
|
|
|
"email": "daniil@daniil.it"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP implementation of telegram's MTProto protocol.",
|
|
|
|
"homepage": "https://daniil.it/MadelineProto",
|
|
|
|
"keywords": [
|
|
|
|
"GB",
|
2019-12-03 00:33:40 +01:00
|
|
|
"PHP",
|
2019-01-23 13:30:58 +01:00
|
|
|
"audio",
|
|
|
|
"bytes",
|
|
|
|
"client",
|
|
|
|
"files",
|
2019-12-03 00:33:40 +01:00
|
|
|
"messenger",
|
2019-01-23 13:30:58 +01:00
|
|
|
"mtproto",
|
|
|
|
"protocol",
|
|
|
|
"stickers",
|
|
|
|
"telegram",
|
|
|
|
"video"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-12-02T23:09:36+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "danog/magicalserializer",
|
|
|
|
"version": "1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/danog/MagicalSerializer.git",
|
|
|
|
"reference": "87b6ed05a86021e9364f31133089bb83980d5e24"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/danog/MagicalSerializer/zipball/87b6ed05a86021e9364f31133089bb83980d5e24",
|
|
|
|
"reference": "87b6ed05a86021e9364f31133089bb83980d5e24",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"danog\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"AGPL-3.0-only"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniil Gentili",
|
|
|
|
"email": "daniil@daniil.it"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Serialize Volatile, Threaded or any other internal PHP class!",
|
|
|
|
"homepage": "https://daniil.it/MagicalSerializer",
|
|
|
|
"keywords": [
|
|
|
|
"pthreads",
|
|
|
|
"serializable",
|
|
|
|
"serialize",
|
|
|
|
"threading",
|
|
|
|
"volatile"
|
|
|
|
],
|
|
|
|
"time": "2018-02-20T10:35:49+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "danog/primemodule",
|
|
|
|
"version": "1.0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/danog/PrimeModule.git",
|
|
|
|
"reference": "a18918c4092d6d8696521b05a59a3cdb5cdc061e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/danog/PrimeModule/zipball/a18918c4092d6d8696521b05a59a3cdb5cdc061e",
|
|
|
|
"reference": "a18918c4092d6d8696521b05a59a3cdb5cdc061e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-primemodule": "Install the native C++ extension for extremely fast factorization (https://github.com/danog/PrimeModule-ext)"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"danog\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"AGPL-3.0-only"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniil Gentili",
|
|
|
|
"email": "daniil@daniil.it"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Prime module capable of doing prime factorization of huge numbers very quickly.\"",
|
|
|
|
"time": "2018-03-21T10:47:51+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "daverandom/libdns",
|
|
|
|
"version": "2.x-dev",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/DaveRandom/LibDNS.git",
|
|
|
|
"reference": "1ecd825b6fa9bb3fddc07751997e29dc78749b95"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/1ecd825b6fa9bb3fddc07751997e29dc78749b95",
|
|
|
|
"reference": "1ecd825b6fa9bb3fddc07751997e29dc78749b95",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-ctype": "*",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "Required for IDN support"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"LibDNS\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "DNS protocol implementation written in pure PHP",
|
|
|
|
"keywords": [
|
|
|
|
"dns"
|
|
|
|
],
|
|
|
|
"time": "2018-01-10T15:56:17+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "erusev/parsedown",
|
2019-04-13 15:29:30 +02:00
|
|
|
"version": "1.8.0-beta-7",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/erusev/parsedown.git",
|
2019-04-13 15:29:30 +02:00
|
|
|
"reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-04-13 15:29:30 +02:00
|
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
|
|
|
|
"reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Parsedown": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Emanuil Rusev",
|
|
|
|
"email": "hello@erusev.com",
|
|
|
|
"homepage": "http://erusev.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parser for Markdown.",
|
|
|
|
"homepage": "http://parsedown.org",
|
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"parser"
|
|
|
|
],
|
2019-04-13 15:29:30 +02:00
|
|
|
"time": "2019-03-17T18:47:21+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
2019-05-15 00:31:11 +02:00
|
|
|
{
|
|
|
|
"name": "kelunik/certificate",
|
2019-06-05 23:48:26 +02:00
|
|
|
"version": "v1.1.2",
|
2019-05-15 00:31:11 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kelunik/certificate.git",
|
2019-06-05 23:48:26 +02:00
|
|
|
"reference": "56542e62d51533d04d0a9713261fea546bff80f6"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-05 23:48:26 +02:00
|
|
|
"url": "https://api.github.com/repos/kelunik/certificate/zipball/56542e62d51533d04d0a9713261fea546bff80f6",
|
|
|
|
"reference": "56542e62d51533d04d0a9713261fea546bff80f6",
|
2019-05-15 00:31:11 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-openssl": "*",
|
2019-06-05 23:48:26 +02:00
|
|
|
"php": ">=5.4"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"fabpot/php-cs-fixer": "^1.9",
|
|
|
|
"phpunit/phpunit": "^4.8"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Kelunik\\Certificate\\": "lib"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Access certificate details and transform between different formats.",
|
|
|
|
"keywords": [
|
|
|
|
"DER",
|
|
|
|
"certificate",
|
|
|
|
"certificates",
|
|
|
|
"openssl",
|
|
|
|
"pem",
|
|
|
|
"x509"
|
|
|
|
],
|
2019-06-05 23:48:26 +02:00
|
|
|
"time": "2019-05-29T19:02:31+00:00"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "league/uri-parser",
|
2019-11-08 23:30:12 +01:00
|
|
|
"version": "1.x-dev",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-02-04 21:19:11 +01:00
|
|
|
"url": "https://github.com/thephpleague/uri-parser.git",
|
2019-11-08 23:30:12 +01:00
|
|
|
"reference": "917b60f69f7e2960b5026d3920e8066545139dcb"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-11-08 23:30:12 +01:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/917b60f69f7e2960b5026d3920e8066545139dcb",
|
|
|
|
"reference": "917b60f69f7e2960b5026d3920e8066545139dcb",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-05-01 23:31:18 +02:00
|
|
|
"php": ">=7.0.0"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
|
|
|
"phpstan/phpstan": "^0.9.2",
|
|
|
|
"phpstan/phpstan-phpunit": "^0.9.4",
|
|
|
|
"phpstan/phpstan-strict-rules": "^0.9.0",
|
|
|
|
"phpunit/phpunit": "^6.0"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"ext-intl": "Allow parsing RFC3987 compliant hosts",
|
|
|
|
"league/uri-schemes": "Allow validating and normalizing URI parsing results"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"dev-master": "1.x-dev"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"League\\Uri\\": "src"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "Ignace Nyamagana Butera",
|
|
|
|
"email": "nyamsprod@gmail.com",
|
|
|
|
"homepage": "https://nyamsprod.com"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
2019-02-04 21:19:11 +01:00
|
|
|
"description": "userland URI parser RFC 3986 compliant",
|
|
|
|
"homepage": "https://github.com/thephpleague/uri-parser",
|
2019-01-23 13:30:58 +01:00
|
|
|
"keywords": [
|
2019-02-04 21:19:11 +01:00
|
|
|
"parse_url",
|
|
|
|
"parser",
|
|
|
|
"rfc3986",
|
|
|
|
"rfc3987",
|
|
|
|
"uri",
|
|
|
|
"url"
|
2019-01-23 13:30:58 +01:00
|
|
|
],
|
2019-11-08 23:30:12 +01:00
|
|
|
"time": "2019-09-20T22:27:10+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "paragonie/constant_time_encoding",
|
|
|
|
"version": "v1.x-dev",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-02-04 21:19:11 +01:00
|
|
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
|
"reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-02-04 21:19:11 +01:00
|
|
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
|
|
|
|
"reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"php": "^5.3|^7"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"paragonie/random_compat": "^1.4|^2",
|
|
|
|
"phpunit/phpunit": "4.*|5.*",
|
|
|
|
"vimeo/psalm": "^0.3|^1"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"ParagonIE\\ConstantTime\\": "src/"
|
|
|
|
}
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "Paragon Initiative Enterprises",
|
|
|
|
"email": "security@paragonie.com",
|
|
|
|
"homepage": "https://paragonie.com",
|
|
|
|
"role": "Maintainer"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "Steve 'Sc00bz' Thomas",
|
|
|
|
"email": "steve@tobtu.com",
|
|
|
|
"homepage": "https://www.tobtu.com",
|
|
|
|
"role": "Original Developer"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
2019-02-04 21:19:11 +01:00
|
|
|
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
2019-01-23 13:30:58 +01:00
|
|
|
"keywords": [
|
2019-02-04 21:19:11 +01:00
|
|
|
"base16",
|
|
|
|
"base32",
|
|
|
|
"base32_decode",
|
|
|
|
"base32_encode",
|
|
|
|
"base64",
|
|
|
|
"base64_decode",
|
|
|
|
"base64_encode",
|
|
|
|
"bin2hex",
|
|
|
|
"encoding",
|
|
|
|
"hex",
|
|
|
|
"hex2bin",
|
|
|
|
"rfc4648"
|
2019-01-23 13:30:58 +01:00
|
|
|
],
|
2019-02-04 21:19:11 +01:00
|
|
|
"time": "2018-04-30T17:57:16+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "paragonie/random_compat",
|
|
|
|
"version": "v2.0.18",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-02-04 21:19:11 +01:00
|
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
|
|
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-02-04 21:19:11 +01:00
|
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
|
|
|
|
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-02-04 21:19:11 +01:00
|
|
|
"php": ">=5.2.0"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"time": "2019-01-03T20:59:08+00:00"
|
|
|
|
},
|
2019-05-15 00:31:11 +02:00
|
|
|
{
|
|
|
|
"name": "phpoption/phpoption",
|
2019-11-08 23:30:12 +01:00
|
|
|
"version": "dev-master",
|
2019-05-15 00:31:11 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/schmittjoh/php-option.git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"reference": "f4e7a6a1382183412246f0d361078c29fb85089e"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/f4e7a6a1382183412246f0d361078c29fb85089e",
|
|
|
|
"reference": "f4e7a6a1382183412246f0d361078c29fb85089e",
|
2019-05-15 00:31:11 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"php": "^5.5.9 || ^7.0"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-11-11 00:19:03 +01:00
|
|
|
"dev-master": "1.6-dev"
|
2019-05-15 00:31:11 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"psr-4": {
|
|
|
|
"PhpOption\\": "src/PhpOption/"
|
2019-05-15 00:31:11 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2019-11-08 23:30:12 +01:00
|
|
|
"Apache-2.0"
|
2019-05-15 00:31:11 +02:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Johannes M. Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
2019-12-03 00:33:40 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "graham@alt-three.com"
|
2019-05-15 00:31:11 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Option Type for PHP",
|
|
|
|
"keywords": [
|
|
|
|
"language",
|
|
|
|
"option",
|
|
|
|
"php",
|
|
|
|
"type"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-11-30T20:20:49+00:00"
|
2019-05-15 00:31:11 +02:00
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"name": "phpseclib/phpseclib",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/danog/phpseclib",
|
2019-06-20 17:45:53 +02:00
|
|
|
"reference": "5e7d39153270dfd19d585504b0a29ac65a62adf9"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"paragonie/constant_time_encoding": "^1",
|
|
|
|
"paragonie/random_compat": "^1.4|^2.0",
|
|
|
|
"php": ">=5.6.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phing/phing": "~2.7",
|
|
|
|
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
|
|
|
|
"sami/sami": "~2.0",
|
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
|
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
|
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"phpseclib/bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"phpseclib\\": "phpseclib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jim Wigginton",
|
|
|
|
"email": "terrafrost@php.net",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Patrick Monnerat",
|
|
|
|
"email": "pm@datasphere.ch",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andreas Fischer",
|
|
|
|
"email": "bantu@phpbb.com",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "Hans-Jürgen Petrich",
|
|
|
|
"email": "petrich@tronic-media.com",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
2019-02-04 21:19:11 +01:00
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "graham@alt-three.com",
|
|
|
|
"role": "Developer"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
2019-02-04 21:19:11 +01:00
|
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
2019-01-23 13:30:58 +01:00
|
|
|
"keywords": [
|
2019-02-04 21:19:11 +01:00
|
|
|
"BigInteger",
|
|
|
|
"aes",
|
|
|
|
"asn.1",
|
|
|
|
"asn1",
|
|
|
|
"blowfish",
|
|
|
|
"crypto",
|
|
|
|
"cryptography",
|
|
|
|
"encryption",
|
|
|
|
"rsa",
|
|
|
|
"security",
|
|
|
|
"sftp",
|
|
|
|
"signature",
|
|
|
|
"signing",
|
|
|
|
"ssh",
|
|
|
|
"twofish",
|
|
|
|
"x.509",
|
|
|
|
"x509"
|
2019-01-23 13:30:58 +01:00
|
|
|
],
|
2019-06-20 17:45:53 +02:00
|
|
|
"time": "2019-06-17T12:03:31+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
2019-02-03 19:17:38 +01:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2019-02-13 22:54:37 +01:00
|
|
|
"version": "dev-master",
|
2019-02-03 19:17:38 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2019-12-03 00:33:40 +01:00
|
|
|
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
|
2019-02-03 19:17:38 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:33:40 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
|
|
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
2019-02-03 19:17:38 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"dev-master": "1.13-dev"
|
2019-02-03 19:17:38 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
2019-02-13 22:54:37 +01:00
|
|
|
"email": "BackEndTea@gmail.com"
|
2019-08-15 22:17:49 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2019-02-03 19:17:38 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"time": "2019-11-27T13:56:44+00:00"
|
2019-02-03 19:17:38 +01:00
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"name": "vlucas/phpdotenv",
|
2019-11-22 18:54:13 +01:00
|
|
|
"version": "3.6.x-dev",
|
2019-01-23 13:30:58 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
2019-09-15 13:04:51 +02:00
|
|
|
"reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-09-15 13:04:51 +02:00
|
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
|
|
|
"reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
2019-01-23 13:30:58 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-05-15 00:31:11 +02:00
|
|
|
"php": "^5.4 || ^7.0",
|
|
|
|
"phpoption/phpoption": "^1.5",
|
2019-02-03 19:17:38 +01:00
|
|
|
"symfony/polyfill-ctype": "^1.9"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-09-15 13:04:51 +02:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-09-15 13:04:51 +02:00
|
|
|
"dev-master": "3.6-dev"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Dotenv\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2019-06-30 02:47:22 +02:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "graham@alt-three.com",
|
|
|
|
"homepage": "https://gjcampbell.co.uk/"
|
|
|
|
},
|
2019-01-23 13:30:58 +01:00
|
|
|
{
|
|
|
|
"name": "Vance Lucas",
|
|
|
|
"email": "vance@vancelucas.com",
|
2019-06-30 02:47:22 +02:00
|
|
|
"homepage": "https://vancelucas.com/"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
|
"keywords": [
|
|
|
|
"dotenv",
|
|
|
|
"env",
|
|
|
|
"environment"
|
|
|
|
],
|
2019-09-15 13:04:51 +02:00
|
|
|
"time": "2019-09-10T21:37:39+00:00"
|
2019-01-23 13:30:58 +01:00
|
|
|
}
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"packages-dev": [
|
2019-09-02 23:07:41 +02:00
|
|
|
{
|
2019-12-03 00:33:40 +01:00
|
|
|
"name": "roave/security-advisories",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
|
|
|
"reference": "e4ee2c8e4ccd908debc64069faf023c684a76760"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e4ee2c8e4ccd908debc64069faf023c684a76760",
|
|
|
|
"reference": "e4ee2c8e4ccd908debc64069faf023c684a76760",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"3f/pygmentize": "<1.2",
|
|
|
|
"adodb/adodb-php": "<5.20.12",
|
|
|
|
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
|
|
|
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
|
|
|
"amphp/http": "<1.0.1",
|
|
|
|
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
|
|
|
|
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
|
|
|
|
"aws/aws-sdk-php": ">=3,<3.2.1",
|
|
|
|
"brightlocal/phpwhois": "<=4.2.5",
|
|
|
|
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
|
|
|
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
|
|
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
|
|
"cartalyst/sentry": "<=2.1.6",
|
|
|
|
"codeigniter/framework": "<=3.0.6",
|
|
|
|
"composer/composer": "<=1-alpha.11",
|
|
|
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
|
|
|
"contao/core": ">=2,<3.5.39",
|
|
|
|
"contao/core-bundle": ">=4,<4.4.39|>=4.5,<4.7.5",
|
|
|
|
"contao/listing-bundle": ">=4,<4.4.8",
|
|
|
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
|
|
|
"david-garcia/phpwhois": "<=4.3.1",
|
|
|
|
"doctrine/annotations": ">=1,<1.2.7",
|
|
|
|
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
|
|
|
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
|
|
|
|
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
|
|
|
|
"doctrine/doctrine-bundle": "<1.5.2",
|
|
|
|
"doctrine/doctrine-module": "<=0.7.1",
|
|
|
|
"doctrine/mongodb-odm": ">=1,<1.0.2",
|
|
|
|
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
|
|
|
|
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
|
|
|
|
"dompdf/dompdf": ">=0.6,<0.6.2",
|
|
|
|
"drupal/core": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5",
|
|
|
|
"drupal/drupal": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5",
|
|
|
|
"erusev/parsedown": "<1.7.2",
|
|
|
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4",
|
|
|
|
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1",
|
|
|
|
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3",
|
|
|
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
|
|
|
|
"ezyang/htmlpurifier": "<4.1.1",
|
|
|
|
"firebase/php-jwt": "<2",
|
|
|
|
"fooman/tcpdf": "<6.2.22",
|
|
|
|
"fossar/tcpdf-parser": "<6.2.22",
|
|
|
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
|
|
|
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
|
|
|
|
"fuel/core": "<1.8.1",
|
|
|
|
"gree/jose": "<=2.2",
|
|
|
|
"gregwar/rst": "<1.0.3",
|
|
|
|
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
|
|
|
|
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
|
|
|
|
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
|
|
|
|
"illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
|
|
|
|
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
|
|
|
|
"ivankristianto/phpwhois": "<=4.3",
|
|
|
|
"james-heinrich/getid3": "<1.9.9",
|
|
|
|
"joomla/session": "<1.3.1",
|
|
|
|
"jsmitty12/phpwhois": "<5.1",
|
|
|
|
"kazist/phpwhois": "<=4.2.6",
|
|
|
|
"kreait/firebase-php": ">=3.2,<3.8.1",
|
|
|
|
"la-haute-societe/tcpdf": "<6.2.22",
|
|
|
|
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
|
|
|
|
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
|
|
|
|
"league/commonmark": "<0.18.3",
|
|
|
|
"magento/magento1ce": "<1.9.4.3",
|
|
|
|
"magento/magento1ee": ">=1,<1.14.4.3",
|
|
|
|
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2",
|
|
|
|
"monolog/monolog": ">=1.8,<1.12",
|
|
|
|
"namshi/jose": "<2.2",
|
|
|
|
"onelogin/php-saml": "<2.10.4",
|
|
|
|
"openid/php-openid": "<2.3",
|
|
|
|
"oro/crm": ">=1.7,<1.7.4",
|
|
|
|
"oro/platform": ">=1.7,<1.7.4",
|
|
|
|
"padraic/humbug_get_contents": "<1.1.2",
|
|
|
|
"pagarme/pagarme-php": ">=0,<3",
|
|
|
|
"paragonie/random_compat": "<2",
|
|
|
|
"paypal/merchant-sdk-php": "<3.12",
|
|
|
|
"pear/archive_tar": "<1.4.4",
|
|
|
|
"phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
|
|
|
|
"phpoffice/phpexcel": "<=1.8.1",
|
|
|
|
"phpoffice/phpspreadsheet": "<=1.5",
|
|
|
|
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
|
|
|
|
"phpwhois/phpwhois": "<=4.2.5",
|
|
|
|
"phpxmlrpc/extras": "<0.6.1",
|
|
|
|
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
|
|
|
|
"propel/propel1": ">=1,<=1.7.1",
|
|
|
|
"pusher/pusher-php-server": "<2.2.1",
|
|
|
|
"robrichards/xmlseclibs": ">=1,<3.0.4",
|
|
|
|
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
|
|
|
|
"sensiolabs/connect": "<4.2.3",
|
|
|
|
"serluck/phpwhois": "<=4.2.6",
|
|
|
|
"shopware/shopware": "<5.3.7",
|
|
|
|
"silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
|
|
|
|
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
|
|
|
"silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4",
|
|
|
|
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
|
|
|
|
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
|
|
|
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
|
|
|
|
"silverstripe/userforms": "<3",
|
|
|
|
"simple-updates/phpwhois": "<=1",
|
|
|
|
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
|
|
|
|
"simplesamlphp/simplesamlphp": "<1.17.8",
|
|
|
|
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
|
|
|
|
"slim/slim": "<2.6",
|
|
|
|
"smarty/smarty": "<3.1.33",
|
|
|
|
"socalnick/scn-social-auth": "<1.15.2",
|
|
|
|
"spoonity/tcpdf": "<6.2.22",
|
|
|
|
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
|
|
|
"stormpath/sdk": ">=0,<9.9.99",
|
|
|
|
"studio-42/elfinder": "<2.1.48",
|
|
|
|
"swiftmailer/swiftmailer": ">=4,<5.4.5",
|
|
|
|
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
|
|
|
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
|
|
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
|
|
"sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4",
|
|
|
|
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
|
|
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
|
|
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
|
|
|
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
|
|
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
|
|
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
|
|
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
|
|
|
"symfony/mime": ">=4.3,<4.3.8",
|
|
|
|
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
|
|
"symfony/polyfill": ">=1,<1.10",
|
|
|
|
"symfony/polyfill-php55": ">=1,<1.10",
|
|
|
|
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
|
|
"symfony/routing": ">=2,<2.0.19",
|
|
|
|
"symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
|
|
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
|
|
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
|
|
|
|
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
|
|
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
|
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
|
|
"symfony/serializer": ">=2,<2.0.11",
|
|
|
|
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
|
|
"symfony/translation": ">=2,<2.0.17",
|
|
|
|
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
|
|
|
|
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
|
|
|
|
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
|
|
|
|
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
|
|
|
|
"tecnickcom/tcpdf": "<6.2.22",
|
|
|
|
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
|
|
|
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
|
|
|
|
"theonedemon/phpwhois": "<=4.2.5",
|
|
|
|
"titon/framework": ">=0,<9.9.99",
|
|
|
|
"truckersmp/phpwhois": "<=4.3.1",
|
|
|
|
"twig/twig": "<1.38|>=2,<2.7",
|
|
|
|
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.27|>=9,<9.5.8",
|
|
|
|
"typo3/cms-core": ">=8,<8.7.27|>=9,<9.5.8",
|
|
|
|
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
|
|
|
|
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
|
|
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
|
|
|
|
"ua-parser/uap-php": "<3.8",
|
|
|
|
"wallabag/tcpdf": "<6.2.22",
|
|
|
|
"willdurand/js-translation-bundle": "<2.1.1",
|
|
|
|
"yiisoft/yii": ">=1.1.14,<1.1.15",
|
|
|
|
"yiisoft/yii2": "<2.0.15",
|
|
|
|
"yiisoft/yii2-bootstrap": "<2.0.4",
|
|
|
|
"yiisoft/yii2-dev": "<2.0.15",
|
|
|
|
"yiisoft/yii2-elasticsearch": "<2.0.5",
|
|
|
|
"yiisoft/yii2-gii": "<2.0.4",
|
|
|
|
"yiisoft/yii2-jui": "<2.0.4",
|
|
|
|
"yiisoft/yii2-redis": "<2.0.8",
|
|
|
|
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
|
|
|
|
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
|
|
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
|
|
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
|
|
|
|
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
|
|
|
|
"zendframework/zend-diactoros": ">=1,<1.8.4",
|
|
|
|
"zendframework/zend-feed": ">=1,<2.10.3",
|
|
|
|
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
|
|
"zendframework/zend-http": ">=1,<2.8.1",
|
|
|
|
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
|
|
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
|
|
|
|
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
|
|
|
|
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
|
|
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
|
|
|
|
"zendframework/zend-validator": ">=2.3,<2.3.6",
|
|
|
|
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
|
|
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
|
|
"zendframework/zendframework": "<2.5.1",
|
|
|
|
"zendframework/zendframework1": "<1.12.20",
|
|
|
|
"zendframework/zendopenid": ">=2,<2.0.2",
|
|
|
|
"zendframework/zendxml": ">=1,<1.0.1",
|
|
|
|
"zetacomponents/mail": "<1.8.2",
|
|
|
|
"zf-commons/zfc-user": "<1.2.2",
|
|
|
|
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
|
|
|
"zfr/zfr-oauth2-server-module": "<0.1.2"
|
|
|
|
},
|
|
|
|
"type": "metapackage",
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
|
|
|
"role": "maintainer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
|
|
|
"time": "2019-12-02T13:03:15+00:00"
|
2019-06-20 17:45:53 +02:00
|
|
|
}
|
|
|
|
],
|
2019-12-03 00:33:40 +01:00
|
|
|
"aliases": [],
|
2019-01-23 13:30:58 +01:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"stability-flags": {
|
2019-12-03 00:33:40 +01:00
|
|
|
"danog/madelineproto": 20,
|
|
|
|
"roave/security-advisories": 20
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
|
|
|
"php": ">=7.2.0",
|
2019-06-09 19:18:49 +02:00
|
|
|
"ext-json": "*"
|
2019-01-23 13:30:58 +01:00
|
|
|
},
|
|
|
|
"platform-dev": []
|
|
|
|
}
|