phpdoc
[m6w6/pq-gateway] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "206c8b9f89c5af3066d5ecc320c866be",
8 "content-hash": "2106329c981b9ba6675481473db7f850",
9 "packages": [],
10 "packages-dev": [
11 {
12 "name": "amphp/amp",
13 "version": "v1.0.4",
14 "source": {
15 "type": "git",
16 "url": "https://github.com/amphp/amp.git",
17 "reference": "880c965fbdad9d6bcc382b7484c00173ee17df13"
18 },
19 "dist": {
20 "type": "zip",
21 "url": "https://api.github.com/repos/amphp/amp/zipball/880c965fbdad9d6bcc382b7484c00173ee17df13",
22 "reference": "880c965fbdad9d6bcc382b7484c00173ee17df13",
23 "shasum": ""
24 },
25 "require": {
26 "php": ">=5.5"
27 },
28 "require-dev": {
29 "fabpot/php-cs-fixer": "~1.9",
30 "phpunit/phpunit": "~4.8"
31 },
32 "type": "library",
33 "extra": {
34 "branch-alias": {
35 "dev-master": "1.0.x-dev"
36 }
37 },
38 "autoload": {
39 "psr-4": {
40 "Amp\\": "lib/"
41 },
42 "files": [
43 "lib/functions.php"
44 ]
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Daniel Lowrey",
53 "email": "rdlowrey@php.net",
54 "role": "Creator / Lead Developer"
55 }
56 ],
57 "description": "A non-blocking concurrency framework for PHP applications",
58 "homepage": "https://github.com/amphp/amp",
59 "keywords": [
60 "async",
61 "concurrency",
62 "event",
63 "non-blocking",
64 "promise"
65 ],
66 "time": "2015-09-10 21:19:43"
67 },
68 {
69 "name": "react/promise",
70 "version": "v2.2.1",
71 "source": {
72 "type": "git",
73 "url": "https://github.com/reactphp/promise.git",
74 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
75 },
76 "dist": {
77 "type": "zip",
78 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
79 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
80 "shasum": ""
81 },
82 "require": {
83 "php": ">=5.4.0"
84 },
85 "type": "library",
86 "extra": {
87 "branch-alias": {
88 "dev-master": "2.0-dev"
89 }
90 },
91 "autoload": {
92 "psr-4": {
93 "React\\Promise\\": "src/"
94 },
95 "files": [
96 "src/functions_include.php"
97 ]
98 },
99 "notification-url": "https://packagist.org/downloads/",
100 "license": [
101 "MIT"
102 ],
103 "authors": [
104 {
105 "name": "Jan Sorgalla",
106 "email": "jsorgalla@gmail.com"
107 }
108 ],
109 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
110 "time": "2015-07-03 13:48:55"
111 }
112 ],
113 "aliases": [],
114 "minimum-stability": "stable",
115 "stability-flags": {
116 "amphp/amp": 10
117 },
118 "prefer-stable": false,
119 "prefer-lowest": false,
120 "platform": [],
121 "platform-dev": []
122 }