This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
113 lines (113 loc) · 3.56 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"_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": "2c023d6e9a33f9a30da77283bfa6fe0d",
"packages": [
{
"name": "amphp/amp",
"version": "v3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
"reference": "ae93b4cf2123f5a9bb3081c3d5e7389ed7f866c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/ae93b4cf2123f5a9bb3081c3d5e7389ed7f866c3",
"reference": "ae93b4cf2123f5a9bb3081c3d5e7389ed7f866c3",
"shasum": ""
},
"require": {
"ext-fiber": "*",
"php": ">=8"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^2-dev",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^9",
"psalm/phar": "^3.11@dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.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": "[email protected]"
},
{
"name": "Aaron Piotrowski",
"email": "[email protected]"
},
{
"name": "Bob Weinand",
"email": "[email protected]"
},
{
"name": "Niklas Keller",
"email": "[email protected]"
}
],
"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"
],
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/v3"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2020-12-27T22:31:45+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"amphp/amp": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=8.0.0",
"ext-fiber": "*"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}