data mapper POC
[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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "813817d14a924e8b4189c1365120cf86",
8 "packages": [],
9 "packages-dev": [
10 {
11 "name": "amphp/amp",
12 "version": "v1.0.0-beta4",
13 "source": {
14 "type": "git",
15 "url": "https://github.com/amphp/amp.git",
16 "reference": "9fa6010f192f82a81381ae2dd372e1e75107d332"
17 },
18 "dist": {
19 "type": "zip",
20 "url": "https://api.github.com/repos/amphp/amp/zipball/9fa6010f192f82a81381ae2dd372e1e75107d332",
21 "reference": "9fa6010f192f82a81381ae2dd372e1e75107d332",
22 "shasum": ""
23 },
24 "require": {
25 "php": ">=5.5"
26 },
27 "require-dev": {
28 "phpunit/phpunit": "~4.4.0"
29 },
30 "type": "library",
31 "extra": {
32 "branch-alias": {
33 "dev-master": "2.0.0-dev",
34 "dev-v1.0.x": "1.0.0-dev"
35 }
36 },
37 "autoload": {
38 "psr-4": {
39 "Amp\\": "lib/"
40 },
41 "files": [
42 "lib/functions.php"
43 ]
44 },
45 "notification-url": "https://packagist.org/downloads/",
46 "license": [
47 "MIT"
48 ],
49 "authors": [
50 {
51 "name": "Daniel Lowrey",
52 "email": "rdlowrey@php.net",
53 "role": "Creator / Lead Developer"
54 }
55 ],
56 "description": "A non-blocking concurrency framework for PHP applications",
57 "homepage": "https://github.com/amphp/amp",
58 "keywords": [
59 "async",
60 "concurrency",
61 "event",
62 "future",
63 "non-blocking",
64 "promise"
65 ],
66 "time": "2015-05-20 03:12:32"
67 },
68 {
69 "name": "react/promise",
70 "version": "v2.2.0",
71 "source": {
72 "type": "git",
73 "url": "https://github.com/reactphp/promise.git",
74 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
75 },
76 "dist": {
77 "type": "zip",
78 "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
79 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
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@googlemail.com"
107 }
108 ],
109 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
110 "time": "2014-12-30 13:32:42"
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 }