Browse code

removed Telnyx Plivo Twilio Flowroute appinfo/info.xml appinfo/signature.json README.md lib/Controller/AuthorApiController.php

DoubleBastionAdmin authored on 20/08/2022 16:26:33
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,220 +0,0 @@
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#installing-dependencies",
5
-        "This file is @generated automatically"
6
-    ],
7
-    "content-hash": "e8a783fba70a4b6be6b7e71bba8e7c0f",
8
-    "packages": [
9
-        {
10
-            "name": "paragonie/random_compat",
11
-            "version": "v9.99.100",
12
-            "source": {
13
-                "type": "git",
14
-                "url": "https://github.com/paragonie/random_compat.git",
15
-                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
16
-            },
17
-            "dist": {
18
-                "type": "zip",
19
-                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
20
-                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
21
-                "shasum": ""
22
-            },
23
-            "require": {
24
-                "php": ">= 7"
25
-            },
26
-            "require-dev": {
27
-                "phpunit/phpunit": "4.*|5.*",
28
-                "vimeo/psalm": "^1"
29
-            },
30
-            "suggest": {
31
-                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
32
-            },
33
-            "type": "library",
34
-            "notification-url": "https://packagist.org/downloads/",
35
-            "license": [
36
-                "MIT"
37
-            ],
38
-            "authors": [
39
-                {
40
-                    "name": "Paragon Initiative Enterprises",
41
-                    "email": "security@paragonie.com",
42
-                    "homepage": "https://paragonie.com"
43
-                }
44
-            ],
45
-            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
46
-            "keywords": [
47
-                "csprng",
48
-                "polyfill",
49
-                "pseudorandom",
50
-                "random"
51
-            ],
52
-            "support": {
53
-                "email": "info@paragonie.com",
54
-                "issues": "https://github.com/paragonie/random_compat/issues",
55
-                "source": "https://github.com/paragonie/random_compat"
56
-            },
57
-            "time": "2020-10-15T08:29:30+00:00"
58
-        },
59
-        {
60
-            "name": "paragonie/sodium_compat",
61
-            "version": "v1.17.1",
62
-            "source": {
63
-                "type": "git",
64
-                "url": "https://github.com/paragonie/sodium_compat.git",
65
-                "reference": "ac994053faac18d386328c91c7900f930acadf1e"
66
-            },
67
-            "dist": {
68
-                "type": "zip",
69
-                "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
70
-                "reference": "ac994053faac18d386328c91c7900f930acadf1e",
71
-                "shasum": ""
72
-            },
73
-            "require": {
74
-                "paragonie/random_compat": ">=1",
75
-                "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
76
-            },
77
-            "require-dev": {
78
-                "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
79
-            },
80
-            "suggest": {
81
-                "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
82
-                "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
83
-            },
84
-            "type": "library",
85
-            "autoload": {
86
-                "files": [
87
-                    "autoload.php"
88
-                ]
89
-            },
90
-            "notification-url": "https://packagist.org/downloads/",
91
-            "license": [
92
-                "ISC"
93
-            ],
94
-            "authors": [
95
-                {
96
-                    "name": "Paragon Initiative Enterprises",
97
-                    "email": "security@paragonie.com"
98
-                },
99
-                {
100
-                    "name": "Frank Denis",
101
-                    "email": "jedisct1@pureftpd.org"
102
-                }
103
-            ],
104
-            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
105
-            "keywords": [
106
-                "Authentication",
107
-                "BLAKE2b",
108
-                "ChaCha20",
109
-                "ChaCha20-Poly1305",
110
-                "Chapoly",
111
-                "Curve25519",
112
-                "Ed25519",
113
-                "EdDSA",
114
-                "Edwards-curve Digital Signature Algorithm",
115
-                "Elliptic Curve Diffie-Hellman",
116
-                "Poly1305",
117
-                "Pure-PHP cryptography",
118
-                "RFC 7748",
119
-                "RFC 8032",
120
-                "Salpoly",
121
-                "Salsa20",
122
-                "X25519",
123
-                "XChaCha20-Poly1305",
124
-                "XSalsa20-Poly1305",
125
-                "Xchacha20",
126
-                "Xsalsa20",
127
-                "aead",
128
-                "cryptography",
129
-                "ecdh",
130
-                "elliptic curve",
131
-                "elliptic curve cryptography",
132
-                "encryption",
133
-                "libsodium",
134
-                "php",
135
-                "public-key cryptography",
136
-                "secret-key cryptography",
137
-                "side-channel resistant"
138
-            ],
139
-            "support": {
140
-                "issues": "https://github.com/paragonie/sodium_compat/issues",
141
-                "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
142
-            },
143
-            "time": "2022-03-23T19:32:04+00:00"
144
-        },
145
-        {
146
-            "name": "telnyx/telnyx-php",
147
-            "version": "v2.7.0",
148
-            "source": {
149
-                "type": "git",
150
-                "url": "https://github.com/team-telnyx/telnyx-php.git",
151
-                "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db"
152
-            },
153
-            "dist": {
154
-                "type": "zip",
155
-                "url": "https://api.github.com/repos/team-telnyx/telnyx-php/zipball/9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
156
-                "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
157
-                "shasum": ""
158
-            },
159
-            "require": {
160
-                "ext-curl": "*",
161
-                "ext-json": "*",
162
-                "ext-mbstring": "*",
163
-                "paragonie/sodium_compat": "^1.13",
164
-                "php": ">=5.6.0"
165
-            },
166
-            "require-dev": {
167
-                "friendsofphp/php-cs-fixer": "^2.15",
168
-                "phpunit/phpunit": "^5.7",
169
-                "squizlabs/php_codesniffer": "^3.3",
170
-                "symfony/process": "~3.4"
171
-            },
172
-            "type": "library",
173
-            "extra": {
174
-                "branch-alias": {
175
-                    "dev-master": "2.0-dev"
176
-                }
177
-            },
178
-            "autoload": {
179
-                "psr-4": {
180
-                    "Telnyx\\": "lib/"
181
-                }
182
-            },
183
-            "notification-url": "https://packagist.org/downloads/",
184
-            "license": [
185
-                "MIT"
186
-            ],
187
-            "authors": [
188
-                {
189
-                    "name": "Telnyx and contributors",
190
-                    "homepage": "https://github.com/telnyx/telnyx-php/contributors"
191
-                }
192
-            ],
193
-            "description": "Telnyx PHP Library",
194
-            "homepage": "https://telnyx.com/",
195
-            "keywords": [
196
-                "api",
197
-                "telnyx"
198
-            ],
199
-            "support": {
200
-                "issues": "https://github.com/team-telnyx/telnyx-php/issues",
201
-                "source": "https://github.com/team-telnyx/telnyx-php/tree/v2.7.0"
202
-            },
203
-            "time": "2021-08-02T18:58:19+00:00"
204
-        }
205
-    ],
206
-    "packages-dev": [],
207
-    "aliases": [],
208
-    "minimum-stability": "stable",
209
-    "stability-flags": [],
210
-    "prefer-stable": false,
211
-    "prefer-lowest": false,
212
-    "platform": {
213
-        "php": "^5.6 || ^7.0",
214
-        "ext-curl": "*",
215
-        "ext-json": "*",
216
-        "ext-mbstring": "*"
217
-    },
218
-    "platform-dev": [],
219
-    "plugin-api-version": "2.3.0"
220
-}
Browse code

added appinfo/signature.json Telnyx Twilio Flowroute

DoubleBastionAdmin authored on 19/08/2022 13:10:24
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,220 @@
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#installing-dependencies",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "content-hash": "e8a783fba70a4b6be6b7e71bba8e7c0f",
8
+    "packages": [
9
+        {
10
+            "name": "paragonie/random_compat",
11
+            "version": "v9.99.100",
12
+            "source": {
13
+                "type": "git",
14
+                "url": "https://github.com/paragonie/random_compat.git",
15
+                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
16
+            },
17
+            "dist": {
18
+                "type": "zip",
19
+                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
20
+                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
21
+                "shasum": ""
22
+            },
23
+            "require": {
24
+                "php": ">= 7"
25
+            },
26
+            "require-dev": {
27
+                "phpunit/phpunit": "4.*|5.*",
28
+                "vimeo/psalm": "^1"
29
+            },
30
+            "suggest": {
31
+                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
32
+            },
33
+            "type": "library",
34
+            "notification-url": "https://packagist.org/downloads/",
35
+            "license": [
36
+                "MIT"
37
+            ],
38
+            "authors": [
39
+                {
40
+                    "name": "Paragon Initiative Enterprises",
41
+                    "email": "security@paragonie.com",
42
+                    "homepage": "https://paragonie.com"
43
+                }
44
+            ],
45
+            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
46
+            "keywords": [
47
+                "csprng",
48
+                "polyfill",
49
+                "pseudorandom",
50
+                "random"
51
+            ],
52
+            "support": {
53
+                "email": "info@paragonie.com",
54
+                "issues": "https://github.com/paragonie/random_compat/issues",
55
+                "source": "https://github.com/paragonie/random_compat"
56
+            },
57
+            "time": "2020-10-15T08:29:30+00:00"
58
+        },
59
+        {
60
+            "name": "paragonie/sodium_compat",
61
+            "version": "v1.17.1",
62
+            "source": {
63
+                "type": "git",
64
+                "url": "https://github.com/paragonie/sodium_compat.git",
65
+                "reference": "ac994053faac18d386328c91c7900f930acadf1e"
66
+            },
67
+            "dist": {
68
+                "type": "zip",
69
+                "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
70
+                "reference": "ac994053faac18d386328c91c7900f930acadf1e",
71
+                "shasum": ""
72
+            },
73
+            "require": {
74
+                "paragonie/random_compat": ">=1",
75
+                "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
76
+            },
77
+            "require-dev": {
78
+                "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
79
+            },
80
+            "suggest": {
81
+                "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
82
+                "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
83
+            },
84
+            "type": "library",
85
+            "autoload": {
86
+                "files": [
87
+                    "autoload.php"
88
+                ]
89
+            },
90
+            "notification-url": "https://packagist.org/downloads/",
91
+            "license": [
92
+                "ISC"
93
+            ],
94
+            "authors": [
95
+                {
96
+                    "name": "Paragon Initiative Enterprises",
97
+                    "email": "security@paragonie.com"
98
+                },
99
+                {
100
+                    "name": "Frank Denis",
101
+                    "email": "jedisct1@pureftpd.org"
102
+                }
103
+            ],
104
+            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
105
+            "keywords": [
106
+                "Authentication",
107
+                "BLAKE2b",
108
+                "ChaCha20",
109
+                "ChaCha20-Poly1305",
110
+                "Chapoly",
111
+                "Curve25519",
112
+                "Ed25519",
113
+                "EdDSA",
114
+                "Edwards-curve Digital Signature Algorithm",
115
+                "Elliptic Curve Diffie-Hellman",
116
+                "Poly1305",
117
+                "Pure-PHP cryptography",
118
+                "RFC 7748",
119
+                "RFC 8032",
120
+                "Salpoly",
121
+                "Salsa20",
122
+                "X25519",
123
+                "XChaCha20-Poly1305",
124
+                "XSalsa20-Poly1305",
125
+                "Xchacha20",
126
+                "Xsalsa20",
127
+                "aead",
128
+                "cryptography",
129
+                "ecdh",
130
+                "elliptic curve",
131
+                "elliptic curve cryptography",
132
+                "encryption",
133
+                "libsodium",
134
+                "php",
135
+                "public-key cryptography",
136
+                "secret-key cryptography",
137
+                "side-channel resistant"
138
+            ],
139
+            "support": {
140
+                "issues": "https://github.com/paragonie/sodium_compat/issues",
141
+                "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
142
+            },
143
+            "time": "2022-03-23T19:32:04+00:00"
144
+        },
145
+        {
146
+            "name": "telnyx/telnyx-php",
147
+            "version": "v2.7.0",
148
+            "source": {
149
+                "type": "git",
150
+                "url": "https://github.com/team-telnyx/telnyx-php.git",
151
+                "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db"
152
+            },
153
+            "dist": {
154
+                "type": "zip",
155
+                "url": "https://api.github.com/repos/team-telnyx/telnyx-php/zipball/9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
156
+                "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
157
+                "shasum": ""
158
+            },
159
+            "require": {
160
+                "ext-curl": "*",
161
+                "ext-json": "*",
162
+                "ext-mbstring": "*",
163
+                "paragonie/sodium_compat": "^1.13",
164
+                "php": ">=5.6.0"
165
+            },
166
+            "require-dev": {
167
+                "friendsofphp/php-cs-fixer": "^2.15",
168
+                "phpunit/phpunit": "^5.7",
169
+                "squizlabs/php_codesniffer": "^3.3",
170
+                "symfony/process": "~3.4"
171
+            },
172
+            "type": "library",
173
+            "extra": {
174
+                "branch-alias": {
175
+                    "dev-master": "2.0-dev"
176
+                }
177
+            },
178
+            "autoload": {
179
+                "psr-4": {
180
+                    "Telnyx\\": "lib/"
181
+                }
182
+            },
183
+            "notification-url": "https://packagist.org/downloads/",
184
+            "license": [
185
+                "MIT"
186
+            ],
187
+            "authors": [
188
+                {
189
+                    "name": "Telnyx and contributors",
190
+                    "homepage": "https://github.com/telnyx/telnyx-php/contributors"
191
+                }
192
+            ],
193
+            "description": "Telnyx PHP Library",
194
+            "homepage": "https://telnyx.com/",
195
+            "keywords": [
196
+                "api",
197
+                "telnyx"
198
+            ],
199
+            "support": {
200
+                "issues": "https://github.com/team-telnyx/telnyx-php/issues",
201
+                "source": "https://github.com/team-telnyx/telnyx-php/tree/v2.7.0"
202
+            },
203
+            "time": "2021-08-02T18:58:19+00:00"
204
+        }
205
+    ],
206
+    "packages-dev": [],
207
+    "aliases": [],
208
+    "minimum-stability": "stable",
209
+    "stability-flags": [],
210
+    "prefer-stable": false,
211
+    "prefer-lowest": false,
212
+    "platform": {
213
+        "php": "^5.6 || ^7.0",
214
+        "ext-curl": "*",
215
+        "ext-json": "*",
216
+        "ext-mbstring": "*"
217
+    },
218
+    "platform-dev": [],
219
+    "plugin-api-version": "2.3.0"
220
+}
Browse code

removed appinfo/signature.json and Telnyx

DoubleBastionAdmin authored on 19/08/2022 12:45:59
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,2722 +0,0 @@
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#installing-dependencies",
5
-        "This file is @generated automatically"
6
-    ],
7
-    "content-hash": "47f4b9d3f4c3bc283a9e3acc426a0db2",
8
-    "packages": [],
9
-    "packages-dev": [
10
-        {
11
-            "name": "composer/semver",
12
-            "version": "1.5.0",
13
-            "source": {
14
-                "type": "git",
15
-                "url": "https://github.com/composer/semver.git",
16
-                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
17
-            },
18
-            "dist": {
19
-                "type": "zip",
20
-                "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
21
-                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
22
-                "shasum": ""
23
-            },
24
-            "require": {
25
-                "php": "^5.3.2 || ^7.0"
26
-            },
27
-            "require-dev": {
28
-                "phpunit/phpunit": "^4.5 || ^5.0.5",
29
-                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
30
-            },
31
-            "type": "library",
32
-            "extra": {
33
-                "branch-alias": {
34
-                    "dev-master": "1.x-dev"
35
-                }
36
-            },
37
-            "autoload": {
38
-                "psr-4": {
39
-                    "Composer\\Semver\\": "src"
40
-                }
41
-            },
42
-            "notification-url": "https://packagist.org/downloads/",
43
-            "license": [
44
-                "MIT"
45
-            ],
46
-            "authors": [
47
-                {
48
-                    "name": "Nils Adermann",
49
-                    "email": "naderman@naderman.de",
50
-                    "homepage": "http://www.naderman.de"
51
-                },
52
-                {
53
-                    "name": "Jordi Boggiano",
54
-                    "email": "j.boggiano@seld.be",
55
-                    "homepage": "http://seld.be"
56
-                },
57
-                {
58
-                    "name": "Rob Bast",
59
-                    "email": "rob.bast@gmail.com",
60
-                    "homepage": "http://robbast.nl"
61
-                }
62
-            ],
63
-            "description": "Semver library that offers utilities, version constraint parsing and validation.",
64
-            "keywords": [
65
-                "semantic",
66
-                "semver",
67
-                "validation",
68
-                "versioning"
69
-            ],
70
-            "time": "2019-03-19T17:25:45+00:00"
71
-        },
72
-        {
73
-            "name": "composer/xdebug-handler",
74
-            "version": "1.4.0",
75
-            "source": {
76
-                "type": "git",
77
-                "url": "https://github.com/composer/xdebug-handler.git",
78
-                "reference": "cbe23383749496fe0f373345208b79568e4bc248"
79
-            },
80
-            "dist": {
81
-                "type": "zip",
82
-                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
83
-                "reference": "cbe23383749496fe0f373345208b79568e4bc248",
84
-                "shasum": ""
85
-            },
86
-            "require": {
87
-                "php": "^5.3.2 || ^7.0 || ^8.0",
88
-                "psr/log": "^1.0"
89
-            },
90
-            "require-dev": {
91
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
92
-            },
93
-            "type": "library",
94
-            "autoload": {
95
-                "psr-4": {
96
-                    "Composer\\XdebugHandler\\": "src"
97
-                }
98
-            },
99
-            "notification-url": "https://packagist.org/downloads/",
100
-            "license": [
101
-                "MIT"
102
-            ],
103
-            "authors": [
104
-                {
105
-                    "name": "John Stevenson",
106
-                    "email": "john-stevenson@blueyonder.co.uk"
107
-                }
108
-            ],
109
-            "description": "Restarts a process without Xdebug.",
110
-            "keywords": [
111
-                "Xdebug",
112
-                "performance"
113
-            ],
114
-            "time": "2019-11-06T16:40:04+00:00"
115
-        },
116
-        {
117
-            "name": "doctrine/annotations",
118
-            "version": "v1.8.0",
119
-            "source": {
120
-                "type": "git",
121
-                "url": "https://github.com/doctrine/annotations.git",
122
-                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
123
-            },
124
-            "dist": {
125
-                "type": "zip",
126
-                "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
127
-                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
128
-                "shasum": ""
129
-            },
130
-            "require": {
131
-                "doctrine/lexer": "1.*",
132
-                "php": "^7.1"
133
-            },
134
-            "require-dev": {
135
-                "doctrine/cache": "1.*",
136
-                "phpunit/phpunit": "^7.5"
137
-            },
138
-            "type": "library",
139
-            "extra": {
140
-                "branch-alias": {
141
-                    "dev-master": "1.7.x-dev"
142
-                }
143
-            },
144
-            "autoload": {
145
-                "psr-4": {
146
-                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
147
-                }
148
-            },
149
-            "notification-url": "https://packagist.org/downloads/",
150
-            "license": [
151
-                "MIT"
152
-            ],
153
-            "authors": [
154
-                {
155
-                    "name": "Guilherme Blanco",
156
-                    "email": "guilhermeblanco@gmail.com"
157
-                },
158
-                {
159
-                    "name": "Roman Borschel",
160
-                    "email": "roman@code-factory.org"
161
-                },
162
-                {
163
-                    "name": "Benjamin Eberlei",
164
-                    "email": "kontakt@beberlei.de"
165
-                },
166
-                {
167
-                    "name": "Jonathan Wage",
168
-                    "email": "jonwage@gmail.com"
169
-                },
170
-                {
171
-                    "name": "Johannes Schmitt",
172
-                    "email": "schmittjoh@gmail.com"
173
-                }
174
-            ],
175
-            "description": "Docblock Annotations Parser",
176
-            "homepage": "http://www.doctrine-project.org",
177
-            "keywords": [
178
-                "annotations",
179
-                "docblock",
180
-                "parser"
181
-            ],
182
-            "time": "2019-10-01T18:55:10+00:00"
183
-        },
184
-        {
185
-            "name": "doctrine/instantiator",
186
-            "version": "1.3.0",
187
-            "source": {
188
-                "type": "git",
189
-                "url": "https://github.com/doctrine/instantiator.git",
190
-                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
191
-            },
192
-            "dist": {
193
-                "type": "zip",
194
-                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
195
-                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
196
-                "shasum": ""
197
-            },
198
-            "require": {
199
-                "php": "^7.1"
200
-            },
201
-            "require-dev": {
202
-                "doctrine/coding-standard": "^6.0",
203
-                "ext-pdo": "*",
204
-                "ext-phar": "*",
205
-                "phpbench/phpbench": "^0.13",
206
-                "phpstan/phpstan-phpunit": "^0.11",
207
-                "phpstan/phpstan-shim": "^0.11",
208
-                "phpunit/phpunit": "^7.0"
209
-            },
210
-            "type": "library",
211
-            "extra": {
212
-                "branch-alias": {
213
-                    "dev-master": "1.2.x-dev"
214
-                }
215
-            },
216
-            "autoload": {
217
-                "psr-4": {
218
-                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
219
-                }
220
-            },
221
-            "notification-url": "https://packagist.org/downloads/",
222
-            "license": [
223
-                "MIT"
224
-            ],
225
-            "authors": [
226
-                {
227
-                    "name": "Marco Pivetta",
228
-                    "email": "ocramius@gmail.com",
229
-                    "homepage": "http://ocramius.github.com/"
230
-                }
231
-            ],
232
-            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
233
-            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
234
-            "keywords": [
235
-                "constructor",
236
-                "instantiate"
237
-            ],
238
-            "time": "2019-10-21T16:45:58+00:00"
239
-        },
240
-        {
241
-            "name": "doctrine/lexer",
242
-            "version": "1.2.0",
243
-            "source": {
244
-                "type": "git",
245
-                "url": "https://github.com/doctrine/lexer.git",
246
-                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
247
-            },
248
-            "dist": {
249
-                "type": "zip",
250
-                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
251
-                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
252
-                "shasum": ""
253
-            },
254
-            "require": {
255
-                "php": "^7.2"
256
-            },
257
-            "require-dev": {
258
-                "doctrine/coding-standard": "^6.0",
259
-                "phpstan/phpstan": "^0.11.8",
260
-                "phpunit/phpunit": "^8.2"
261
-            },
262
-            "type": "library",
263
-            "extra": {
264
-                "branch-alias": {
265
-                    "dev-master": "1.2.x-dev"
266
-                }
267
-            },
268
-            "autoload": {
269
-                "psr-4": {
270
-                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
271
-                }
272
-            },
273
-            "notification-url": "https://packagist.org/downloads/",
274
-            "license": [
275
-                "MIT"
276
-            ],
277
-            "authors": [
278
-                {
279
-                    "name": "Guilherme Blanco",
280
-                    "email": "guilhermeblanco@gmail.com"
281
-                },
282
-                {
283
-                    "name": "Roman Borschel",
284
-                    "email": "roman@code-factory.org"
285
-                },
286
-                {
287
-                    "name": "Johannes Schmitt",
288
-                    "email": "schmittjoh@gmail.com"
289
-                }
290
-            ],
291
-            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
292
-            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
293
-            "keywords": [
294
-                "annotations",
295
-                "docblock",
296
-                "lexer",
297
-                "parser",
298
-                "php"
299
-            ],
300
-            "time": "2019-10-30T14:39:59+00:00"
301
-        },
302
-        {
303
-            "name": "friendsofphp/php-cs-fixer",
304
-            "version": "v2.16.1",
305
-            "source": {
306
-                "type": "git",
307
-                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
308
-                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
309
-            },
310
-            "dist": {
311
-                "type": "zip",
312
-                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
313
-                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
314
-                "shasum": ""
315
-            },
316
-            "require": {
317
-                "composer/semver": "^1.4",
318
-                "composer/xdebug-handler": "^1.2",
319
-                "doctrine/annotations": "^1.2",
320
-                "ext-json": "*",
321
-                "ext-tokenizer": "*",
322
-                "php": "^5.6 || ^7.0",
323
-                "php-cs-fixer/diff": "^1.3",
324
-                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
325
-                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
326
-                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
327
-                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
328
-                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
329
-                "symfony/polyfill-php70": "^1.0",
330
-                "symfony/polyfill-php72": "^1.4",
331
-                "symfony/process": "^3.0 || ^4.0 || ^5.0",
332
-                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
333
-            },
334
-            "require-dev": {
335
-                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
336
-                "justinrainbow/json-schema": "^5.0",
337
-                "keradus/cli-executor": "^1.2",
338
-                "mikey179/vfsstream": "^1.6",
339
-                "php-coveralls/php-coveralls": "^2.1",
340
-                "php-cs-fixer/accessible-object": "^1.0",
341
-                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
342
-                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
343
-                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
344
-                "phpunitgoodpractices/traits": "^1.8",
345
-                "symfony/phpunit-bridge": "^4.3 || ^5.0",
346
-                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
347
-            },
348
-            "suggest": {
349
-                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
350
-                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
351
-                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
352
-                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
353
-            },
354
-            "bin": [
355
-                "php-cs-fixer"
356
-            ],
357
-            "type": "application",
358
-            "autoload": {
359
-                "psr-4": {
360
-                    "PhpCsFixer\\": "src/"
361
-                },
362
-                "classmap": [
363
-                    "tests/Test/AbstractFixerTestCase.php",
364
-                    "tests/Test/AbstractIntegrationCaseFactory.php",
365
-                    "tests/Test/AbstractIntegrationTestCase.php",
366
-                    "tests/Test/Assert/AssertTokensTrait.php",
367
-                    "tests/Test/IntegrationCase.php",
368
-                    "tests/Test/IntegrationCaseFactory.php",
369
-                    "tests/Test/IntegrationCaseFactoryInterface.php",
370
-                    "tests/Test/InternalIntegrationCaseFactory.php",
371
-                    "tests/TestCase.php"
372
-                ]
373
-            },
374
-            "notification-url": "https://packagist.org/downloads/",
375
-            "license": [
376
-                "MIT"
377
-            ],
378
-            "authors": [
379
-                {
380
-                    "name": "Fabien Potencier",
381
-                    "email": "fabien@symfony.com"
382
-                },
383
-                {
384
-                    "name": "Dariusz Rumiński",
385
-                    "email": "dariusz.ruminski@gmail.com"
386
-                }
387
-            ],
388
-            "description": "A tool to automatically fix PHP code style",
389
-            "time": "2019-11-25T22:10:32+00:00"
390
-        },
391
-        {
392
-            "name": "myclabs/deep-copy",
393
-            "version": "1.9.3",
394
-            "source": {
395
-                "type": "git",
396
-                "url": "https://github.com/myclabs/DeepCopy.git",
397
-                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
398
-            },
399
-            "dist": {
400
-                "type": "zip",
401
-                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
402
-                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
403
-                "shasum": ""
404
-            },
405
-            "require": {
406
-                "php": "^7.1"
407
-            },
408
-            "replace": {
409
-                "myclabs/deep-copy": "self.version"
410
-            },
411
-            "require-dev": {
412
-                "doctrine/collections": "^1.0",
413
-                "doctrine/common": "^2.6",
414
-                "phpunit/phpunit": "^7.1"
415
-            },
416
-            "type": "library",
417
-            "autoload": {
418
-                "psr-4": {
419
-                    "DeepCopy\\": "src/DeepCopy/"
420
-                },
421
-                "files": [
422
-                    "src/DeepCopy/deep_copy.php"
423
-                ]
424
-            },
425
-            "notification-url": "https://packagist.org/downloads/",
426
-            "license": [
427
-                "MIT"
428
-            ],
429
-            "description": "Create deep copies (clones) of your objects",
430
-            "keywords": [
431
-                "clone",
432
-                "copy",
433
-                "duplicate",
434
-                "object",
435
-                "object graph"
436
-            ],
437
-            "time": "2019-08-09T12:45:53+00:00"
438
-        },
439
-        {
440
-            "name": "paragonie/random_compat",
441
-            "version": "v9.99.99",
442
-            "source": {
443
-                "type": "git",
444
-                "url": "https://github.com/paragonie/random_compat.git",
445
-                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
446
-            },
447
-            "dist": {
448
-                "type": "zip",
449
-                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
450
-                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
451
-                "shasum": ""
452
-            },
453
-            "require": {
454
-                "php": "^7"
455
-            },
456
-            "require-dev": {
457
-                "phpunit/phpunit": "4.*|5.*",
458
-                "vimeo/psalm": "^1"
459
-            },
460
-            "suggest": {
461
-                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
462
-            },
463
-            "type": "library",
464
-            "notification-url": "https://packagist.org/downloads/",
465
-            "license": [
466
-                "MIT"
467
-            ],
468
-            "authors": [
469
-                {
470
-                    "name": "Paragon Initiative Enterprises",
471
-                    "email": "security@paragonie.com",
472
-                    "homepage": "https://paragonie.com"
473
-                }
474
-            ],
475
-            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
476
-            "keywords": [
477
-                "csprng",
478
-                "polyfill",
479
-                "pseudorandom",
480
-                "random"
481
-            ],
482
-            "time": "2018-07-02T15:55:56+00:00"
483
-        },
484
-        {
485
-            "name": "php-cs-fixer/diff",
486
-            "version": "v1.3.0",
487
-            "source": {
488
-                "type": "git",
489
-                "url": "https://github.com/PHP-CS-Fixer/diff.git",
490
-                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
491
-            },
492
-            "dist": {
493
-                "type": "zip",
494
-                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
495
-                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
496
-                "shasum": ""
497
-            },
498
-            "require": {
499
-                "php": "^5.6 || ^7.0"
500
-            },
501
-            "require-dev": {
502
-                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
503
-                "symfony/process": "^3.3"
504
-            },
505
-            "type": "library",
506
-            "autoload": {
507
-                "classmap": [
508
-                    "src/"
509
-                ]
510
-            },
511
-            "notification-url": "https://packagist.org/downloads/",
512
-            "license": [
513
-                "BSD-3-Clause"
514
-            ],
515
-            "authors": [
516
-                {
517
-                    "name": "Kore Nordmann",
518
-                    "email": "mail@kore-nordmann.de"
519
-                },
520
-                {
521
-                    "name": "Sebastian Bergmann",
522
-                    "email": "sebastian@phpunit.de"
523
-                },
524
-                {
525
-                    "name": "SpacePossum"
526
-                }
527
-            ],
528
-            "description": "sebastian/diff v2 backport support for PHP5.6",
529
-            "homepage": "https://github.com/PHP-CS-Fixer",
530
-            "keywords": [
531
-                "diff"
532
-            ],
533
-            "time": "2018-02-15T16:58:55+00:00"
534
-        },
535
-        {
536
-            "name": "phpdocumentor/reflection-common",
537
-            "version": "2.0.0",
538
-            "source": {
539
-                "type": "git",
540
-                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
541
-                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
542
-            },
543
-            "dist": {
544
-                "type": "zip",
545
-                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
546
-                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
547
-                "shasum": ""
548
-            },
549
-            "require": {
550
-                "php": ">=7.1"
551
-            },
552
-            "require-dev": {
553
-                "phpunit/phpunit": "~6"
554
-            },
555
-            "type": "library",
556
-            "extra": {
557
-                "branch-alias": {
558
-                    "dev-master": "2.x-dev"
559
-                }
560
-            },
561
-            "autoload": {
562
-                "psr-4": {
563
-                    "phpDocumentor\\Reflection\\": "src/"
564
-                }
565
-            },
566
-            "notification-url": "https://packagist.org/downloads/",
567
-            "license": [
568
-                "MIT"
569
-            ],
570
-            "authors": [
571
-                {
572
-                    "name": "Jaap van Otterdijk",
573
-                    "email": "opensource@ijaap.nl"
574
-                }
575
-            ],
576
-            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
577
-            "homepage": "http://www.phpdoc.org",
578
-            "keywords": [
579
-                "FQSEN",
580
-                "phpDocumentor",
581
-                "phpdoc",
582
-                "reflection",
583
-                "static analysis"
584
-            ],
585
-            "time": "2018-08-07T13:53:10+00:00"
586
-        },
587
-        {
588
-            "name": "phpdocumentor/reflection-docblock",
589
-            "version": "4.3.2",
590
-            "source": {
591
-                "type": "git",
592
-                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
593
-                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
594
-            },
595
-            "dist": {
596
-                "type": "zip",
597
-                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
598
-                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
599
-                "shasum": ""
600
-            },
601
-            "require": {
602
-                "php": "^7.0",
603
-                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
604
-                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
605
-                "webmozart/assert": "^1.0"
606
-            },
607
-            "require-dev": {
608
-                "doctrine/instantiator": "^1.0.5",
609
-                "mockery/mockery": "^1.0",
610
-                "phpunit/phpunit": "^6.4"
611
-            },
612
-            "type": "library",
613
-            "extra": {
614
-                "branch-alias": {
615
-                    "dev-master": "4.x-dev"
616
-                }
617
-            },
618
-            "autoload": {
619
-                "psr-4": {
620
-                    "phpDocumentor\\Reflection\\": [
621
-                        "src/"
622
-                    ]
623
-                }
624
-            },
625
-            "notification-url": "https://packagist.org/downloads/",
626
-            "license": [
627
-                "MIT"
628
-            ],
629
-            "authors": [
630
-                {
631
-                    "name": "Mike van Riel",
632
-                    "email": "me@mikevanriel.com"
633
-                }
634
-            ],
635
-            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
636
-            "time": "2019-09-12T14:27:41+00:00"
637
-        },
638
-        {
639
-            "name": "phpdocumentor/type-resolver",
640
-            "version": "1.0.1",
641
-            "source": {
642
-                "type": "git",
643
-                "url": "https://github.com/phpDocumentor/TypeResolver.git",
644
-                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
645
-            },
646
-            "dist": {
647
-                "type": "zip",
648
-                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
649
-                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
650
-                "shasum": ""
651
-            },
652
-            "require": {
653
-                "php": "^7.1",
654
-                "phpdocumentor/reflection-common": "^2.0"
655
-            },
656
-            "require-dev": {
657
-                "ext-tokenizer": "^7.1",
658
-                "mockery/mockery": "~1",
659
-                "phpunit/phpunit": "^7.0"
660
-            },
661
-            "type": "library",
662
-            "extra": {
663
-                "branch-alias": {
664
-                    "dev-master": "1.x-dev"
665
-                }
666
-            },
667
-            "autoload": {
668
-                "psr-4": {
669
-                    "phpDocumentor\\Reflection\\": "src"
670
-                }
671
-            },
672
-            "notification-url": "https://packagist.org/downloads/",
673
-            "license": [
674
-                "MIT"
675
-            ],
676
-            "authors": [
677
-                {
678
-                    "name": "Mike van Riel",
679
-                    "email": "me@mikevanriel.com"
680
-                }
681
-            ],
682
-            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
683
-            "time": "2019-08-22T18:11:29+00:00"
684
-        },
685
-        {
686
-            "name": "phpspec/prophecy",
687
-            "version": "1.9.0",
688
-            "source": {
689
-                "type": "git",
690
-                "url": "https://github.com/phpspec/prophecy.git",
691
-                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
692
-            },
693
-            "dist": {
694
-                "type": "zip",
695
-                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
696
-                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
697
-                "shasum": ""
698
-            },
699
-            "require": {
700
-                "doctrine/instantiator": "^1.0.2",
701
-                "php": "^5.3|^7.0",
702
-                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
703
-                "sebastian/comparator": "^1.1|^2.0|^3.0",
704
-                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
705
-            },
706
-            "require-dev": {
707
-                "phpspec/phpspec": "^2.5|^3.2",
708
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
709
-            },
710
-            "type": "library",
711
-            "extra": {
712
-                "branch-alias": {
713
-                    "dev-master": "1.8.x-dev"
714
-                }
715
-            },
716
-            "autoload": {
717
-                "psr-4": {
718
-                    "Prophecy\\": "src/Prophecy"
719
-                }
720
-            },
721
-            "notification-url": "https://packagist.org/downloads/",
722
-            "license": [
723
-                "MIT"
724
-            ],
725
-            "authors": [
726
-                {
727
-                    "name": "Konstantin Kudryashov",
728
-                    "email": "ever.zet@gmail.com",
729
-                    "homepage": "http://everzet.com"
730
-                },
731
-                {
732
-                    "name": "Marcello Duarte",
733
-                    "email": "marcello.duarte@gmail.com"
734
-                }
735
-            ],
736
-            "description": "Highly opinionated mocking framework for PHP 5.3+",
737
-            "homepage": "https://github.com/phpspec/prophecy",
738
-            "keywords": [
739
-                "Double",
740
-                "Dummy",
741
-                "fake",
742
-                "mock",
743
-                "spy",
744
-                "stub"
745
-            ],
746
-            "time": "2019-10-03T11:07:50+00:00"
747
-        },
748
-        {
749
-            "name": "phpunit/php-code-coverage",
750
-            "version": "4.0.8",
751
-            "source": {
752
-                "type": "git",
753
-                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
754
-                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
755
-            },
756
-            "dist": {
757
-                "type": "zip",
758
-                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
759
-                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
760
-                "shasum": ""
761
-            },
762
-            "require": {
763
-                "ext-dom": "*",
764
-                "ext-xmlwriter": "*",
765
-                "php": "^5.6 || ^7.0",
766
-                "phpunit/php-file-iterator": "^1.3",
767
-                "phpunit/php-text-template": "^1.2",
768
-                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
769
-                "sebastian/code-unit-reverse-lookup": "^1.0",
770
-                "sebastian/environment": "^1.3.2 || ^2.0",
771
-                "sebastian/version": "^1.0 || ^2.0"
772
-            },
773
-            "require-dev": {
774
-                "ext-xdebug": "^2.1.4",
775
-                "phpunit/phpunit": "^5.7"
776
-            },
777
-            "suggest": {
778
-                "ext-xdebug": "^2.5.1"
779
-            },
780
-            "type": "library",
781
-            "extra": {
782
-                "branch-alias": {
783
-                    "dev-master": "4.0.x-dev"
784
-                }
785
-            },
786
-            "autoload": {
787
-                "classmap": [
788
-                    "src/"
789
-                ]
790
-            },
791
-            "notification-url": "https://packagist.org/downloads/",
792
-            "license": [
793
-                "BSD-3-Clause"
794
-            ],
795
-            "authors": [
796
-                {
797
-                    "name": "Sebastian Bergmann",
798
-                    "email": "sb@sebastian-bergmann.de",
799
-                    "role": "lead"
800
-                }
801
-            ],
802
-            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
803
-            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
804
-            "keywords": [
805
-                "coverage",
806
-                "testing",
807
-                "xunit"
808
-            ],
809
-            "time": "2017-04-02T07:44:40+00:00"
810
-        },
811
-        {
812
-            "name": "phpunit/php-file-iterator",
813
-            "version": "1.4.5",
814
-            "source": {
815
-                "type": "git",
816
-                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
817
-                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
818
-            },
819
-            "dist": {
820
-                "type": "zip",
821
-                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
822
-                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
823
-                "shasum": ""
824
-            },
825
-            "require": {
826
-                "php": ">=5.3.3"
827
-            },
828
-            "type": "library",
829
-            "extra": {
830
-                "branch-alias": {
831
-                    "dev-master": "1.4.x-dev"
832
-                }
833
-            },
834
-            "autoload": {
835
-                "classmap": [
836
-                    "src/"
837
-                ]
838
-            },
839
-            "notification-url": "https://packagist.org/downloads/",
840
-            "license": [
841
-                "BSD-3-Clause"
842
-            ],
843
-            "authors": [
844
-                {
845
-                    "name": "Sebastian Bergmann",
846
-                    "email": "sb@sebastian-bergmann.de",
847
-                    "role": "lead"
848
-                }
849
-            ],
850
-            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
851
-            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
852
-            "keywords": [
853
-                "filesystem",
854
-                "iterator"
855
-            ],
856
-            "time": "2017-11-27T13:52:08+00:00"
857
-        },
858
-        {
859
-            "name": "phpunit/php-text-template",
860
-            "version": "1.2.1",
861
-            "source": {
862
-                "type": "git",
863
-                "url": "https://github.com/sebastianbergmann/php-text-template.git",
864
-                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
865
-            },
866
-            "dist": {
867
-                "type": "zip",
868
-                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
869
-                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
870
-                "shasum": ""
871
-            },
872
-            "require": {
873
-                "php": ">=5.3.3"
874
-            },
875
-            "type": "library",
876
-            "autoload": {
877
-                "classmap": [
878
-                    "src/"
879
-                ]
880
-            },
881
-            "notification-url": "https://packagist.org/downloads/",
882
-            "license": [
883
-                "BSD-3-Clause"
884
-            ],
885
-            "authors": [
886
-                {
887
-                    "name": "Sebastian Bergmann",
888
-                    "email": "sebastian@phpunit.de",
889
-                    "role": "lead"
890
-                }
891
-            ],
892
-            "description": "Simple template engine.",
893
-            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
894
-            "keywords": [
895
-                "template"
896
-            ],
897
-            "time": "2015-06-21T13:50:34+00:00"
898
-        },
899
-        {
900
-            "name": "phpunit/php-timer",
901
-            "version": "1.0.9",
902
-            "source": {
903
-                "type": "git",
904
-                "url": "https://github.com/sebastianbergmann/php-timer.git",
905
-                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
906
-            },
907
-            "dist": {
908
-                "type": "zip",
909
-                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
910
-                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
911
-                "shasum": ""
912
-            },
913
-            "require": {
914
-                "php": "^5.3.3 || ^7.0"
915
-            },
916
-            "require-dev": {
917
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
918
-            },
919
-            "type": "library",
920
-            "extra": {
921
-                "branch-alias": {
922
-                    "dev-master": "1.0-dev"
923
-                }
924
-            },
925
-            "autoload": {
926
-                "classmap": [
927
-                    "src/"
928
-                ]
929
-            },
930
-            "notification-url": "https://packagist.org/downloads/",
931
-            "license": [
932
-                "BSD-3-Clause"
933
-            ],
934
-            "authors": [
935
-                {
936
-                    "name": "Sebastian Bergmann",
937
-                    "email": "sb@sebastian-bergmann.de",
938
-                    "role": "lead"
939
-                }
940
-            ],
941
-            "description": "Utility class for timing",
942
-            "homepage": "https://github.com/sebastianbergmann/php-timer/",
943
-            "keywords": [
944
-                "timer"
945
-            ],
946
-            "time": "2017-02-26T11:10:40+00:00"
947
-        },
948
-        {
949
-            "name": "phpunit/php-token-stream",
950
-            "version": "2.0.2",
951
-            "source": {
952
-                "type": "git",
953
-                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
954
-                "reference": "791198a2c6254db10131eecfe8c06670700904db"
955
-            },
956
-            "dist": {
957
-                "type": "zip",
958
-                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
959
-                "reference": "791198a2c6254db10131eecfe8c06670700904db",
960
-                "shasum": ""
961
-            },
962
-            "require": {
963
-                "ext-tokenizer": "*",
964
-                "php": "^7.0"
965
-            },
966
-            "require-dev": {
967
-                "phpunit/phpunit": "^6.2.4"
968
-            },
969
-            "type": "library",
970
-            "extra": {
971
-                "branch-alias": {
972
-                    "dev-master": "2.0-dev"
973
-                }
974
-            },
975
-            "autoload": {
976
-                "classmap": [
977
-                    "src/"
978
-                ]
979
-            },
980
-            "notification-url": "https://packagist.org/downloads/",
981
-            "license": [
982
-                "BSD-3-Clause"
983
-            ],
984
-            "authors": [
985
-                {
986
-                    "name": "Sebastian Bergmann",
987
-                    "email": "sebastian@phpunit.de"
988
-                }
989
-            ],
990
-            "description": "Wrapper around PHP's tokenizer extension.",
991
-            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
992
-            "keywords": [
993
-                "tokenizer"
994
-            ],
995
-            "time": "2017-11-27T05:48:46+00:00"
996
-        },
997
-        {
998
-            "name": "phpunit/phpunit",
999
-            "version": "5.7.27",
1000
-            "source": {
1001
-                "type": "git",
1002
-                "url": "https://github.com/sebastianbergmann/phpunit.git",
1003
-                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1004
-            },
1005
-            "dist": {
1006
-                "type": "zip",
1007
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1008
-                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1009
-                "shasum": ""
1010
-            },
1011
-            "require": {
1012
-                "ext-dom": "*",
1013
-                "ext-json": "*",
1014
-                "ext-libxml": "*",
1015
-                "ext-mbstring": "*",
1016
-                "ext-xml": "*",
1017
-                "myclabs/deep-copy": "~1.3",
1018
-                "php": "^5.6 || ^7.0",
1019
-                "phpspec/prophecy": "^1.6.2",
1020
-                "phpunit/php-code-coverage": "^4.0.4",
1021
-                "phpunit/php-file-iterator": "~1.4",
1022
-                "phpunit/php-text-template": "~1.2",
1023
-                "phpunit/php-timer": "^1.0.6",
1024
-                "phpunit/phpunit-mock-objects": "^3.2",
1025
-                "sebastian/comparator": "^1.2.4",
1026
-                "sebastian/diff": "^1.4.3",
1027
-                "sebastian/environment": "^1.3.4 || ^2.0",
1028
-                "sebastian/exporter": "~2.0",
1029
-                "sebastian/global-state": "^1.1",
1030
-                "sebastian/object-enumerator": "~2.0",
1031
-                "sebastian/resource-operations": "~1.0",
1032
-                "sebastian/version": "^1.0.6|^2.0.1",
1033
-                "symfony/yaml": "~2.1|~3.0|~4.0"
1034
-            },
1035
-            "conflict": {
1036
-                "phpdocumentor/reflection-docblock": "3.0.2"
1037
-            },
1038
-            "require-dev": {
1039
-                "ext-pdo": "*"
1040
-            },
1041
-            "suggest": {
1042
-                "ext-xdebug": "*",
1043
-                "phpunit/php-invoker": "~1.1"
1044
-            },
1045
-            "bin": [
1046
-                "phpunit"
1047
-            ],
1048
-            "type": "library",
1049
-            "extra": {
1050
-                "branch-alias": {
1051
-                    "dev-master": "5.7.x-dev"
1052
-                }
1053
-            },
1054
-            "autoload": {
1055
-                "classmap": [
1056
-                    "src/"
1057
-                ]
1058
-            },
1059
-            "notification-url": "https://packagist.org/downloads/",
1060
-            "license": [
1061
-                "BSD-3-Clause"
1062
-            ],
1063
-            "authors": [
1064
-                {
1065
-                    "name": "Sebastian Bergmann",
1066
-                    "email": "sebastian@phpunit.de",
1067
-                    "role": "lead"
1068
-                }
1069
-            ],
1070
-            "description": "The PHP Unit Testing framework.",
1071
-            "homepage": "https://phpunit.de/",
1072
-            "keywords": [
1073
-                "phpunit",
1074
-                "testing",
1075
-                "xunit"
1076
-            ],
1077
-            "time": "2018-02-01T05:50:59+00:00"
1078
-        },
1079
-        {
1080
-            "name": "phpunit/phpunit-mock-objects",
1081
-            "version": "3.4.4",
1082
-            "source": {
1083
-                "type": "git",
1084
-                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1085
-                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1086
-            },
1087
-            "dist": {
1088
-                "type": "zip",
1089
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1090
-                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1091
-                "shasum": ""
1092
-            },
1093
-            "require": {
1094
-                "doctrine/instantiator": "^1.0.2",
1095
-                "php": "^5.6 || ^7.0",
1096
-                "phpunit/php-text-template": "^1.2",
1097
-                "sebastian/exporter": "^1.2 || ^2.0"
1098
-            },
1099
-            "conflict": {
1100
-                "phpunit/phpunit": "<5.4.0"
1101
-            },
1102
-            "require-dev": {
1103
-                "phpunit/phpunit": "^5.4"
1104
-            },
1105
-            "suggest": {
1106
-                "ext-soap": "*"
1107
-            },
1108
-            "type": "library",
1109
-            "extra": {
1110
-                "branch-alias": {
1111
-                    "dev-master": "3.2.x-dev"
1112
-                }
1113
-            },
1114
-            "autoload": {
1115
-                "classmap": [
1116
-                    "src/"
1117
-                ]
1118
-            },
1119
-            "notification-url": "https://packagist.org/downloads/",
1120
-            "license": [
1121
-                "BSD-3-Clause"
1122
-            ],
1123
-            "authors": [
1124
-                {
1125
-                    "name": "Sebastian Bergmann",
1126
-                    "email": "sb@sebastian-bergmann.de",
1127
-                    "role": "lead"
1128
-                }
1129
-            ],
1130
-            "description": "Mock Object library for PHPUnit",
1131
-            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1132
-            "keywords": [
1133
-                "mock",
1134
-                "xunit"
1135
-            ],
1136
-            "abandoned": true,
1137
-            "time": "2017-06-30T09:13:00+00:00"
1138
-        },
1139
-        {
1140
-            "name": "psr/container",
1141
-            "version": "1.0.0",
1142
-            "source": {
1143
-                "type": "git",
1144
-                "url": "https://github.com/php-fig/container.git",
1145
-                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1146
-            },
1147
-            "dist": {
1148
-                "type": "zip",
1149
-                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1150
-                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1151
-                "shasum": ""
1152
-            },
1153
-            "require": {
1154
-                "php": ">=5.3.0"
1155
-            },
1156
-            "type": "library",
1157
-            "extra": {
1158
-                "branch-alias": {
1159
-                    "dev-master": "1.0.x-dev"
1160
-                }
1161
-            },
1162
-            "autoload": {
1163
-                "psr-4": {
1164
-                    "Psr\\Container\\": "src/"
1165
-                }
1166
-            },
1167
-            "notification-url": "https://packagist.org/downloads/",
1168
-            "license": [
1169
-                "MIT"
1170
-            ],
1171
-            "authors": [
1172
-                {
1173
-                    "name": "PHP-FIG",
1174
-                    "homepage": "http://www.php-fig.org/"
1175
-                }
1176
-            ],
1177
-            "description": "Common Container Interface (PHP FIG PSR-11)",
1178
-            "homepage": "https://github.com/php-fig/container",
1179
-            "keywords": [
1180
-                "PSR-11",
1181
-                "container",
1182
-                "container-interface",
1183
-                "container-interop",
1184
-                "psr"
1185
-            ],
1186
-            "time": "2017-02-14T16:28:37+00:00"
1187
-        },
1188
-        {
1189
-            "name": "psr/log",
1190
-            "version": "1.1.2",
1191
-            "source": {
1192
-                "type": "git",
1193
-                "url": "https://github.com/php-fig/log.git",
1194
-                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1195
-            },
1196
-            "dist": {
1197
-                "type": "zip",
1198
-                "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1199
-                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1200
-                "shasum": ""
1201
-            },
1202
-            "require": {
1203
-                "php": ">=5.3.0"
1204
-            },
1205
-            "type": "library",
1206
-            "extra": {
1207
-                "branch-alias": {
1208
-                    "dev-master": "1.1.x-dev"
1209
-                }
1210
-            },
1211
-            "autoload": {
1212
-                "psr-4": {
1213
-                    "Psr\\Log\\": "Psr/Log/"
1214
-                }
1215
-            },
1216
-            "notification-url": "https://packagist.org/downloads/",
1217
-            "license": [
1218
-                "MIT"
1219
-            ],
1220
-            "authors": [
1221
-                {
1222
-                    "name": "PHP-FIG",
1223
-                    "homepage": "http://www.php-fig.org/"
1224
-                }
1225
-            ],
1226
-            "description": "Common interface for logging libraries",
1227
-            "homepage": "https://github.com/php-fig/log",
1228
-            "keywords": [
1229
-                "log",
1230
-                "psr",
1231
-                "psr-3"
1232
-            ],
1233
-            "time": "2019-11-01T11:05:21+00:00"
1234
-        },
1235
-        {
1236
-            "name": "sebastian/code-unit-reverse-lookup",
1237
-            "version": "1.0.1",
1238
-            "source": {
1239
-                "type": "git",
1240
-                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1241
-                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1242
-            },
1243
-            "dist": {
1244
-                "type": "zip",
1245
-                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1246
-                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1247
-                "shasum": ""
1248
-            },
1249
-            "require": {
1250
-                "php": "^5.6 || ^7.0"
1251
-            },
1252
-            "require-dev": {
1253
-                "phpunit/phpunit": "^5.7 || ^6.0"
1254
-            },
1255
-            "type": "library",
1256
-            "extra": {
1257
-                "branch-alias": {
1258
-                    "dev-master": "1.0.x-dev"
1259
-                }
1260
-            },
1261
-            "autoload": {
1262
-                "classmap": [
1263
-                    "src/"
1264
-                ]
1265
-            },
1266
-            "notification-url": "https://packagist.org/downloads/",
1267
-            "license": [
1268
-                "BSD-3-Clause"
1269
-            ],
1270
-            "authors": [
1271
-                {
1272
-                    "name": "Sebastian Bergmann",
1273
-                    "email": "sebastian@phpunit.de"
1274
-                }
1275
-            ],
1276
-            "description": "Looks up which function or method a line of code belongs to",
1277
-            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1278
-            "time": "2017-03-04T06:30:41+00:00"
1279
-        },
1280
-        {
1281
-            "name": "sebastian/comparator",
1282
-            "version": "1.2.4",
1283
-            "source": {
1284
-                "type": "git",
1285
-                "url": "https://github.com/sebastianbergmann/comparator.git",
1286
-                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1287
-            },
1288
-            "dist": {
1289
-                "type": "zip",
1290
-                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1291
-                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1292
-                "shasum": ""
1293
-            },
1294
-            "require": {
1295
-                "php": ">=5.3.3",
1296
-                "sebastian/diff": "~1.2",
1297
-                "sebastian/exporter": "~1.2 || ~2.0"
1298
-            },
1299
-            "require-dev": {
1300
-                "phpunit/phpunit": "~4.4"
1301
-            },
1302
-            "type": "library",
1303
-            "extra": {
1304
-                "branch-alias": {
1305
-                    "dev-master": "1.2.x-dev"
1306
-                }
1307
-            },
1308
-            "autoload": {
1309
-                "classmap": [
1310
-                    "src/"
1311
-                ]
1312
-            },
1313
-            "notification-url": "https://packagist.org/downloads/",
1314
-            "license": [
1315
-                "BSD-3-Clause"
1316
-            ],
1317
-            "authors": [
1318
-                {
1319
-                    "name": "Jeff Welch",
1320
-                    "email": "whatthejeff@gmail.com"
1321
-                },
1322
-                {
1323
-                    "name": "Volker Dusch",
1324
-                    "email": "github@wallbash.com"
1325
-                },
1326
-                {
1327
-                    "name": "Bernhard Schussek",
1328
-                    "email": "bschussek@2bepublished.at"
1329
-                },
1330
-                {
1331
-                    "name": "Sebastian Bergmann",
1332
-                    "email": "sebastian@phpunit.de"
1333
-                }
1334
-            ],
1335
-            "description": "Provides the functionality to compare PHP values for equality",
1336
-            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1337
-            "keywords": [
1338
-                "comparator",
1339
-                "compare",
1340
-                "equality"
1341
-            ],
1342
-            "time": "2017-01-29T09:50:25+00:00"
1343
-        },
1344
-        {
1345
-            "name": "sebastian/diff",
1346
-            "version": "1.4.3",
1347
-            "source": {
1348
-                "type": "git",
1349
-                "url": "https://github.com/sebastianbergmann/diff.git",
1350
-                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1351
-            },
1352
-            "dist": {
1353
-                "type": "zip",
1354
-                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1355
-                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1356
-                "shasum": ""
1357
-            },
1358
-            "require": {
1359
-                "php": "^5.3.3 || ^7.0"
1360
-            },
1361
-            "require-dev": {
1362
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1363
-            },
1364
-            "type": "library",
1365
-            "extra": {
1366
-                "branch-alias": {
1367
-                    "dev-master": "1.4-dev"
1368
-                }
1369
-            },
1370
-            "autoload": {
1371
-                "classmap": [
1372
-                    "src/"
1373
-                ]
1374
-            },
1375
-            "notification-url": "https://packagist.org/downloads/",
1376
-            "license": [
1377
-                "BSD-3-Clause"
1378
-            ],
1379
-            "authors": [
1380
-                {
1381
-                    "name": "Kore Nordmann",
1382
-                    "email": "mail@kore-nordmann.de"
1383
-                },
1384
-                {
1385
-                    "name": "Sebastian Bergmann",
1386
-                    "email": "sebastian@phpunit.de"
1387
-                }
1388
-            ],
1389
-            "description": "Diff implementation",
1390
-            "homepage": "https://github.com/sebastianbergmann/diff",
1391
-            "keywords": [
1392
-                "diff"
1393
-            ],
1394
-            "time": "2017-05-22T07:24:03+00:00"
1395
-        },
1396
-        {
1397
-            "name": "sebastian/environment",
1398
-            "version": "2.0.0",
1399
-            "source": {
1400
-                "type": "git",
1401
-                "url": "https://github.com/sebastianbergmann/environment.git",
1402
-                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1403
-            },
1404
-            "dist": {
1405
-                "type": "zip",
1406
-                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1407
-                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1408
-                "shasum": ""
1409
-            },
1410
-            "require": {
1411
-                "php": "^5.6 || ^7.0"
1412
-            },
1413
-            "require-dev": {
1414
-                "phpunit/phpunit": "^5.0"
1415
-            },
1416
-            "type": "library",
1417
-            "extra": {
1418
-                "branch-alias": {
1419
-                    "dev-master": "2.0.x-dev"
1420
-                }
1421
-            },
1422
-            "autoload": {
1423
-                "classmap": [
1424
-                    "src/"
1425
-                ]
1426
-            },
1427
-            "notification-url": "https://packagist.org/downloads/",
1428
-            "license": [
1429
-                "BSD-3-Clause"
1430
-            ],
1431
-            "authors": [
1432
-                {
1433
-                    "name": "Sebastian Bergmann",
1434
-                    "email": "sebastian@phpunit.de"
1435
-                }
1436
-            ],
1437
-            "description": "Provides functionality to handle HHVM/PHP environments",
1438
-            "homepage": "http://www.github.com/sebastianbergmann/environment",
1439
-            "keywords": [
1440
-                "Xdebug",
1441
-                "environment",
1442
-                "hhvm"
1443
-            ],
1444
-            "time": "2016-11-26T07:53:53+00:00"
1445
-        },
1446
-        {
1447
-            "name": "sebastian/exporter",
1448
-            "version": "2.0.0",
1449
-            "source": {
1450
-                "type": "git",
1451
-                "url": "https://github.com/sebastianbergmann/exporter.git",
1452
-                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1453
-            },
1454
-            "dist": {
1455
-                "type": "zip",
1456
-                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1457
-                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1458
-                "shasum": ""
1459
-            },
1460
-            "require": {
1461
-                "php": ">=5.3.3",
1462
-                "sebastian/recursion-context": "~2.0"
1463
-            },
1464
-            "require-dev": {
1465
-                "ext-mbstring": "*",
1466
-                "phpunit/phpunit": "~4.4"
1467
-            },
1468
-            "type": "library",
1469
-            "extra": {
1470
-                "branch-alias": {
1471
-                    "dev-master": "2.0.x-dev"
1472
-                }
1473
-            },
1474
-            "autoload": {
1475
-                "classmap": [
1476
-                    "src/"
1477
-                ]
1478
-            },
1479
-            "notification-url": "https://packagist.org/downloads/",
1480
-            "license": [
1481
-                "BSD-3-Clause"
1482
-            ],
1483
-            "authors": [
1484
-                {
1485
-                    "name": "Jeff Welch",
1486
-                    "email": "whatthejeff@gmail.com"
1487
-                },
1488
-                {
1489
-                    "name": "Volker Dusch",
1490
-                    "email": "github@wallbash.com"
1491
-                },
1492
-                {
1493
-                    "name": "Bernhard Schussek",
1494
-                    "email": "bschussek@2bepublished.at"
1495
-                },
1496
-                {
1497
-                    "name": "Sebastian Bergmann",
1498
-                    "email": "sebastian@phpunit.de"
1499
-                },
1500
-                {
1501
-                    "name": "Adam Harvey",
1502
-                    "email": "aharvey@php.net"
1503
-                }
1504
-            ],
1505
-            "description": "Provides the functionality to export PHP variables for visualization",
1506
-            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1507
-            "keywords": [
1508
-                "export",
1509
-                "exporter"
1510
-            ],
1511
-            "time": "2016-11-19T08:54:04+00:00"
1512
-        },
1513
-        {
1514
-            "name": "sebastian/global-state",
1515
-            "version": "1.1.1",
1516
-            "source": {
1517
-                "type": "git",
1518
-                "url": "https://github.com/sebastianbergmann/global-state.git",
1519
-                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1520
-            },
1521
-            "dist": {
1522
-                "type": "zip",
1523
-                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1524
-                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1525
-                "shasum": ""
1526
-            },
1527
-            "require": {
1528
-                "php": ">=5.3.3"
1529
-            },
1530
-            "require-dev": {
1531
-                "phpunit/phpunit": "~4.2"
1532
-            },
1533
-            "suggest": {
1534
-                "ext-uopz": "*"
1535
-            },
1536
-            "type": "library",
1537
-            "extra": {
1538
-                "branch-alias": {
1539
-                    "dev-master": "1.0-dev"
1540
-                }
1541
-            },
1542
-            "autoload": {
1543
-                "classmap": [
1544
-                    "src/"
1545
-                ]
1546
-            },
1547
-            "notification-url": "https://packagist.org/downloads/",
1548
-            "license": [
1549
-                "BSD-3-Clause"
1550
-            ],
1551
-            "authors": [
1552
-                {
1553
-                    "name": "Sebastian Bergmann",
1554
-                    "email": "sebastian@phpunit.de"
1555
-                }
1556
-            ],
1557
-            "description": "Snapshotting of global state",
1558
-            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1559
-            "keywords": [
1560
-                "global state"
1561
-            ],
1562
-            "time": "2015-10-12T03:26:01+00:00"
1563
-        },
1564
-        {
1565
-            "name": "sebastian/object-enumerator",
1566
-            "version": "2.0.1",
1567
-            "source": {
1568
-                "type": "git",
1569
-                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1570
-                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1571
-            },
1572
-            "dist": {
1573
-                "type": "zip",
1574
-                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1575
-                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1576
-                "shasum": ""
1577
-            },
1578
-            "require": {
1579
-                "php": ">=5.6",
1580
-                "sebastian/recursion-context": "~2.0"
1581
-            },
1582
-            "require-dev": {
1583
-                "phpunit/phpunit": "~5"
1584
-            },
1585
-            "type": "library",
1586
-            "extra": {
1587
-                "branch-alias": {
1588
-                    "dev-master": "2.0.x-dev"
1589
-                }
1590
-            },
1591
-            "autoload": {
1592
-                "classmap": [
1593
-                    "src/"
1594
-                ]
1595
-            },
1596
-            "notification-url": "https://packagist.org/downloads/",
1597
-            "license": [
1598
-                "BSD-3-Clause"
1599
-            ],
1600
-            "authors": [
1601
-                {
1602
-                    "name": "Sebastian Bergmann",
1603
-                    "email": "sebastian@phpunit.de"
1604
-                }
1605
-            ],
1606
-            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1607
-            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1608
-            "time": "2017-02-18T15:18:39+00:00"
1609
-        },
1610
-        {
1611
-            "name": "sebastian/recursion-context",
1612
-            "version": "2.0.0",
1613
-            "source": {
1614
-                "type": "git",
1615
-                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1616
-                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1617
-            },
1618
-            "dist": {
1619
-                "type": "zip",
1620
-                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1621
-                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1622
-                "shasum": ""
1623
-            },
1624
-            "require": {
1625
-                "php": ">=5.3.3"
1626
-            },
1627
-            "require-dev": {
1628
-                "phpunit/phpunit": "~4.4"
1629
-            },
1630
-            "type": "library",
1631
-            "extra": {
1632
-                "branch-alias": {
1633
-                    "dev-master": "2.0.x-dev"
1634
-                }
1635
-            },
1636
-            "autoload": {
1637
-                "classmap": [
1638
-                    "src/"
1639
-                ]
1640
-            },
1641
-            "notification-url": "https://packagist.org/downloads/",
1642
-            "license": [
1643
-                "BSD-3-Clause"
1644
-            ],
1645
-            "authors": [
1646
-                {
1647
-                    "name": "Jeff Welch",
1648
-                    "email": "whatthejeff@gmail.com"
1649
-                },
1650
-                {
1651
-                    "name": "Sebastian Bergmann",
1652
-                    "email": "sebastian@phpunit.de"
1653
-                },
1654
-                {
1655
-                    "name": "Adam Harvey",
1656
-                    "email": "aharvey@php.net"
1657
-                }
1658
-            ],
1659
-            "description": "Provides functionality to recursively process PHP variables",
1660
-            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1661
-            "time": "2016-11-19T07:33:16+00:00"
1662
-        },
1663
-        {
1664
-            "name": "sebastian/resource-operations",
1665
-            "version": "1.0.0",
1666
-            "source": {
1667
-                "type": "git",
1668
-                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1669
-                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1670
-            },
1671
-            "dist": {
1672
-                "type": "zip",
1673
-                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1674
-                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1675
-                "shasum": ""
1676
-            },
1677
-            "require": {
1678
-                "php": ">=5.6.0"
1679
-            },
1680
-            "type": "library",
1681
-            "extra": {
1682
-                "branch-alias": {
1683
-                    "dev-master": "1.0.x-dev"
1684
-                }
1685
-            },
1686
-            "autoload": {
1687
-                "classmap": [
1688
-                    "src/"
1689
-                ]
1690
-            },
1691
-            "notification-url": "https://packagist.org/downloads/",
1692
-            "license": [
1693
-                "BSD-3-Clause"
1694
-            ],
1695
-            "authors": [
1696
-                {
1697
-                    "name": "Sebastian Bergmann",
1698
-                    "email": "sebastian@phpunit.de"
1699
-                }
1700
-            ],
1701
-            "description": "Provides a list of PHP built-in functions that operate on resources",
1702
-            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1703
-            "time": "2015-07-28T20:34:47+00:00"
1704
-        },
1705
-        {
1706
-            "name": "sebastian/version",
1707
-            "version": "2.0.1",
1708
-            "source": {
1709
-                "type": "git",
1710
-                "url": "https://github.com/sebastianbergmann/version.git",
1711
-                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1712
-            },
1713
-            "dist": {
1714
-                "type": "zip",
1715
-                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1716
-                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1717
-                "shasum": ""
1718
-            },
1719
-            "require": {
1720
-                "php": ">=5.6"
1721
-            },
1722
-            "type": "library",
1723
-            "extra": {
1724
-                "branch-alias": {
1725
-                    "dev-master": "2.0.x-dev"
1726
-                }
1727
-            },
1728
-            "autoload": {
1729
-                "classmap": [
1730
-                    "src/"
1731
-                ]
1732
-            },
1733
-            "notification-url": "https://packagist.org/downloads/",
1734
-            "license": [
1735
-                "BSD-3-Clause"
1736
-            ],
1737
-            "authors": [
1738
-                {
1739
-                    "name": "Sebastian Bergmann",
1740
-                    "email": "sebastian@phpunit.de",
1741
-                    "role": "lead"
1742
-                }
1743
-            ],
1744
-            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1745
-            "homepage": "https://github.com/sebastianbergmann/version",
1746
-            "time": "2016-10-03T07:35:21+00:00"
1747
-        },
1748
-        {
1749
-            "name": "squizlabs/php_codesniffer",
1750
-            "version": "3.5.3",
1751
-            "source": {
1752
-                "type": "git",
1753
-                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1754
-                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
1755
-            },
1756
-            "dist": {
1757
-                "type": "zip",
1758
-                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1759
-                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1760
-                "shasum": ""
1761
-            },
1762
-            "require": {
1763
-                "ext-simplexml": "*",
1764
-                "ext-tokenizer": "*",
1765
-                "ext-xmlwriter": "*",
1766
-                "php": ">=5.4.0"
1767
-            },
1768
-            "require-dev": {
1769
-                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1770
-            },
1771
-            "bin": [
1772
-                "bin/phpcs",
1773
-                "bin/phpcbf"
1774
-            ],
1775
-            "type": "library",
1776
-            "extra": {
1777
-                "branch-alias": {
1778
-                    "dev-master": "3.x-dev"
1779
-                }
1780
-            },
1781
-            "notification-url": "https://packagist.org/downloads/",
1782
-            "license": [
1783
-                "BSD-3-Clause"
1784
-            ],
1785
-            "authors": [
1786
-                {
1787
-                    "name": "Greg Sherwood",
1788
-                    "role": "lead"
1789
-                }
1790
-            ],
1791
-            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1792
-            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1793
-            "keywords": [
1794
-                "phpcs",
1795
-                "standards"
1796
-            ],
1797
-            "time": "2019-12-04T04:46:47+00:00"
1798
-        },
1799
-        {
1800
-            "name": "symfony/console",
1801
-            "version": "v4.4.1",
1802
-            "source": {
1803
-                "type": "git",
1804
-                "url": "https://github.com/symfony/console.git",
1805
-                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
1806
-            },
1807
-            "dist": {
1808
-                "type": "zip",
1809
-                "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1810
-                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1811
-                "shasum": ""
1812
-            },
1813
-            "require": {
1814
-                "php": "^7.1.3",
1815
-                "symfony/polyfill-mbstring": "~1.0",
1816
-                "symfony/polyfill-php73": "^1.8",
1817
-                "symfony/service-contracts": "^1.1|^2"
1818
-            },
1819
-            "conflict": {
1820
-                "symfony/dependency-injection": "<3.4",
1821
-                "symfony/event-dispatcher": "<4.3|>=5",
1822
-                "symfony/lock": "<4.4",
1823
-                "symfony/process": "<3.3"
1824
-            },
1825
-            "provide": {
1826
-                "psr/log-implementation": "1.0"
1827
-            },
1828
-            "require-dev": {
1829
-                "psr/log": "~1.0",
1830
-                "symfony/config": "^3.4|^4.0|^5.0",
1831
-                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1832
-                "symfony/event-dispatcher": "^4.3",
1833
-                "symfony/lock": "^4.4|^5.0",
1834
-                "symfony/process": "^3.4|^4.0|^5.0",
1835
-                "symfony/var-dumper": "^4.3|^5.0"
1836
-            },
1837
-            "suggest": {
1838
-                "psr/log": "For using the console logger",
1839
-                "symfony/event-dispatcher": "",
1840
-                "symfony/lock": "",
1841
-                "symfony/process": ""
1842
-            },
1843
-            "type": "library",
1844
-            "extra": {
1845
-                "branch-alias": {
1846
-                    "dev-master": "4.4-dev"
1847
-                }
1848
-            },
1849
-            "autoload": {
1850
-                "psr-4": {
1851
-                    "Symfony\\Component\\Console\\": ""
1852
-                },
1853
-                "exclude-from-classmap": [
1854
-                    "/Tests/"
1855
-                ]
1856
-            },
1857
-            "notification-url": "https://packagist.org/downloads/",
1858
-            "license": [
1859
-                "MIT"
1860
-            ],
1861
-            "authors": [
1862
-                {
1863
-                    "name": "Fabien Potencier",
1864
-                    "email": "fabien@symfony.com"
1865
-                },
1866
-                {
1867
-                    "name": "Symfony Community",
1868
-                    "homepage": "https://symfony.com/contributors"
1869
-                }
1870
-            ],
1871
-            "description": "Symfony Console Component",
1872
-            "homepage": "https://symfony.com",
1873
-            "time": "2019-12-01T10:06:17+00:00"
1874
-        },
1875
-        {
1876
-            "name": "symfony/event-dispatcher",
1877
-            "version": "v4.4.1",
1878
-            "source": {
1879
-                "type": "git",
1880
-                "url": "https://github.com/symfony/event-dispatcher.git",
1881
-                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
1882
-            },
1883
-            "dist": {
1884
-                "type": "zip",
1885
-                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
1886
-                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
1887
-                "shasum": ""
1888
-            },
1889
-            "require": {
1890
-                "php": "^7.1.3",
1891
-                "symfony/event-dispatcher-contracts": "^1.1"
1892
-            },
1893
-            "conflict": {
1894
-                "symfony/dependency-injection": "<3.4"
1895
-            },
1896
-            "provide": {
1897
-                "psr/event-dispatcher-implementation": "1.0",
1898
-                "symfony/event-dispatcher-implementation": "1.1"
1899
-            },
1900
-            "require-dev": {
1901
-                "psr/log": "~1.0",
1902
-                "symfony/config": "^3.4|^4.0|^5.0",
1903
-                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1904
-                "symfony/expression-language": "^3.4|^4.0|^5.0",
1905
-                "symfony/http-foundation": "^3.4|^4.0|^5.0",
1906
-                "symfony/service-contracts": "^1.1|^2",
1907
-                "symfony/stopwatch": "^3.4|^4.0|^5.0"
1908
-            },
1909
-            "suggest": {
1910
-                "symfony/dependency-injection": "",
1911
-                "symfony/http-kernel": ""
1912
-            },
1913
-            "type": "library",
1914
-            "extra": {
1915
-                "branch-alias": {
1916
-                    "dev-master": "4.4-dev"
1917
-                }
1918
-            },
1919
-            "autoload": {
1920
-                "psr-4": {
1921
-                    "Symfony\\Component\\EventDispatcher\\": ""
1922
-                },
1923
-                "exclude-from-classmap": [
1924
-                    "/Tests/"
1925
-                ]
1926
-            },
1927
-            "notification-url": "https://packagist.org/downloads/",
1928
-            "license": [
1929
-                "MIT"
1930
-            ],
1931
-            "authors": [
1932
-                {
1933
-                    "name": "Fabien Potencier",
1934
-                    "email": "fabien@symfony.com"
1935
-                },
1936
-                {
1937
-                    "name": "Symfony Community",
1938
-                    "homepage": "https://symfony.com/contributors"
1939
-                }
1940
-            ],
1941
-            "description": "Symfony EventDispatcher Component",
1942
-            "homepage": "https://symfony.com",
1943
-            "time": "2019-11-28T13:33:56+00:00"
1944
-        },
1945
-        {
1946
-            "name": "symfony/event-dispatcher-contracts",
1947
-            "version": "v1.1.7",
1948
-            "source": {
1949
-                "type": "git",
1950
-                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1951
-                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
1952
-            },
1953
-            "dist": {
1954
-                "type": "zip",
1955
-                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1956
-                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1957
-                "shasum": ""
1958
-            },
1959
-            "require": {
1960
-                "php": "^7.1.3"
1961
-            },
1962
-            "suggest": {
1963
-                "psr/event-dispatcher": "",
1964
-                "symfony/event-dispatcher-implementation": ""
1965
-            },
1966
-            "type": "library",
1967
-            "extra": {
1968
-                "branch-alias": {
1969
-                    "dev-master": "1.1-dev"
1970
-                }
1971
-            },
1972
-            "autoload": {
1973
-                "psr-4": {
1974
-                    "Symfony\\Contracts\\EventDispatcher\\": ""
1975
-                }
1976
-            },
1977
-            "notification-url": "https://packagist.org/downloads/",
1978
-            "license": [
1979
-                "MIT"
1980
-            ],
1981
-            "authors": [
1982
-                {
1983
-                    "name": "Nicolas Grekas",
1984
-                    "email": "p@tchwork.com"
1985
-                },
1986
-                {
1987
-                    "name": "Symfony Community",
1988
-                    "homepage": "https://symfony.com/contributors"
1989
-                }
1990
-            ],
1991
-            "description": "Generic abstractions related to dispatching event",
1992
-            "homepage": "https://symfony.com",
1993
-            "keywords": [
1994
-                "abstractions",
1995
-                "contracts",
1996
-                "decoupling",
1997
-                "interfaces",
1998
-                "interoperability",
1999
-                "standards"
2000
-            ],
2001
-            "time": "2019-09-17T09:54:03+00:00"
2002
-        },
2003
-        {
2004
-            "name": "symfony/filesystem",
2005
-            "version": "v5.0.1",
2006
-            "source": {
2007
-                "type": "git",
2008
-                "url": "https://github.com/symfony/filesystem.git",
2009
-                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6"
2010
-            },
2011
-            "dist": {
2012
-                "type": "zip",
2013
-                "url": "https://api.github.com/repos/symfony/filesystem/zipball/1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2014
-                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2015
-                "shasum": ""
2016
-            },
2017
-            "require": {
2018
-                "php": "^7.2.5",
2019
-                "symfony/polyfill-ctype": "~1.8"
2020
-            },
2021
-            "type": "library",
2022
-            "extra": {
2023
-                "branch-alias": {
2024
-                    "dev-master": "5.0-dev"
2025
-                }
2026
-            },
2027
-            "autoload": {
2028
-                "psr-4": {
2029
-                    "Symfony\\Component\\Filesystem\\": ""
2030
-                },
2031
-                "exclude-from-classmap": [
2032
-                    "/Tests/"
2033
-                ]
2034
-            },
2035
-            "notification-url": "https://packagist.org/downloads/",
2036
-            "license": [
2037
-                "MIT"
2038
-            ],
2039
-            "authors": [
2040
-                {
2041
-                    "name": "Fabien Potencier",
2042
-                    "email": "fabien@symfony.com"
2043
-                },
2044
-                {
2045
-                    "name": "Symfony Community",
2046
-                    "homepage": "https://symfony.com/contributors"
2047
-                }
2048
-            ],
2049
-            "description": "Symfony Filesystem Component",
2050
-            "homepage": "https://symfony.com",
2051
-            "time": "2019-11-26T23:25:11+00:00"
2052
-        },
2053
-        {
2054
-            "name": "symfony/finder",
2055
-            "version": "v5.0.1",
2056
-            "source": {
2057
-                "type": "git",
2058
-                "url": "https://github.com/symfony/finder.git",
2059
-                "reference": "17874dd8ab9a19422028ad56172fb294287a701b"
2060
-            },
2061
-            "dist": {
2062
-                "type": "zip",
2063
-                "url": "https://api.github.com/repos/symfony/finder/zipball/17874dd8ab9a19422028ad56172fb294287a701b",
2064
-                "reference": "17874dd8ab9a19422028ad56172fb294287a701b",
2065
-                "shasum": ""
2066
-            },
2067
-            "require": {
2068
-                "php": "^7.2.5"
2069
-            },
2070
-            "type": "library",
2071
-            "extra": {
2072
-                "branch-alias": {
2073
-                    "dev-master": "5.0-dev"
2074
-                }
2075
-            },
2076
-            "autoload": {
2077
-                "psr-4": {
2078
-                    "Symfony\\Component\\Finder\\": ""
2079
-                },
2080
-                "exclude-from-classmap": [
2081
-                    "/Tests/"
2082
-                ]
2083
-            },
2084
-            "notification-url": "https://packagist.org/downloads/",
2085
-            "license": [
2086
-                "MIT"
2087
-            ],
2088
-            "authors": [
2089
-                {
2090
-                    "name": "Fabien Potencier",
2091
-                    "email": "fabien@symfony.com"
2092
-                },
2093
-                {
2094
-                    "name": "Symfony Community",
2095
-                    "homepage": "https://symfony.com/contributors"
2096
-                }
2097
-            ],
2098
-            "description": "Symfony Finder Component",
2099
-            "homepage": "https://symfony.com",
2100
-            "time": "2019-11-18T17:27:11+00:00"
2101
-        },
2102
-        {
2103
-            "name": "symfony/options-resolver",
2104
-            "version": "v5.0.1",
2105
-            "source": {
2106
-                "type": "git",
2107
-                "url": "https://github.com/symfony/options-resolver.git",
2108
-                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68"
2109
-            },
2110
-            "dist": {
2111
-                "type": "zip",
2112
-                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2113
-                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2114
-                "shasum": ""
2115
-            },
2116
-            "require": {
2117
-                "php": "^7.2.5"
2118
-            },
2119
-            "type": "library",
2120
-            "extra": {
2121
-                "branch-alias": {
2122
-                    "dev-master": "5.0-dev"
2123
-                }
2124
-            },
2125
-            "autoload": {
2126
-                "psr-4": {
2127
-                    "Symfony\\Component\\OptionsResolver\\": ""
2128
-                },
2129
-                "exclude-from-classmap": [
2130
-                    "/Tests/"
2131
-                ]
2132
-            },
2133
-            "notification-url": "https://packagist.org/downloads/",
2134
-            "license": [
2135
-                "MIT"
2136
-            ],
2137
-            "authors": [
2138
-                {
2139
-                    "name": "Fabien Potencier",
2140
-                    "email": "fabien@symfony.com"
2141
-                },
2142
-                {
2143
-                    "name": "Symfony Community",
2144
-                    "homepage": "https://symfony.com/contributors"
2145
-                }
2146
-            ],
2147
-            "description": "Symfony OptionsResolver Component",
2148
-            "homepage": "https://symfony.com",
2149
-            "keywords": [
2150
-                "config",
2151
-                "configuration",
2152
-                "options"
2153
-            ],
2154
-            "time": "2019-11-18T17:27:11+00:00"
2155
-        },
2156
-        {
2157
-            "name": "symfony/polyfill-ctype",
2158
-            "version": "v1.13.1",
2159
-            "source": {
2160
-                "type": "git",
2161
-                "url": "https://github.com/symfony/polyfill-ctype.git",
2162
-                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
2163
-            },
2164
-            "dist": {
2165
-                "type": "zip",
2166
-                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2167
-                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2168
-                "shasum": ""
2169
-            },
2170
-            "require": {
2171
-                "php": ">=5.3.3"
2172
-            },
2173
-            "suggest": {
2174
-                "ext-ctype": "For best performance"
2175
-            },
2176
-            "type": "library",
2177
-            "extra": {
2178
-                "branch-alias": {
2179
-                    "dev-master": "1.13-dev"
2180
-                }
2181
-            },
2182
-            "autoload": {
2183
-                "psr-4": {
2184
-                    "Symfony\\Polyfill\\Ctype\\": ""
2185
-                },
2186
-                "files": [
2187
-                    "bootstrap.php"
2188
-                ]
2189
-            },
2190
-            "notification-url": "https://packagist.org/downloads/",
2191
-            "license": [
2192
-                "MIT"
2193
-            ],
2194
-            "authors": [
2195
-                {
2196
-                    "name": "Gert de Pagter",
2197
-                    "email": "BackEndTea@gmail.com"
2198
-                },
2199
-                {
2200
-                    "name": "Symfony Community",
2201
-                    "homepage": "https://symfony.com/contributors"
2202
-                }
2203
-            ],
2204
-            "description": "Symfony polyfill for ctype functions",
2205
-            "homepage": "https://symfony.com",
2206
-            "keywords": [
2207
-                "compatibility",
2208
-                "ctype",
2209
-                "polyfill",
2210
-                "portable"
2211
-            ],
2212
-            "time": "2019-11-27T13:56:44+00:00"
2213
-        },
2214
-        {
2215
-            "name": "symfony/polyfill-mbstring",
2216
-            "version": "v1.13.1",
2217
-            "source": {
2218
-                "type": "git",
2219
-                "url": "https://github.com/symfony/polyfill-mbstring.git",
2220
-                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2221
-            },
2222
-            "dist": {
2223
-                "type": "zip",
2224
-                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
2225
-                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2226
-                "shasum": ""
2227
-            },
2228
-            "require": {
2229
-                "php": ">=5.3.3"
2230
-            },
2231
-            "suggest": {
2232
-                "ext-mbstring": "For best performance"
2233
-            },
2234
-            "type": "library",
2235
-            "extra": {
2236
-                "branch-alias": {
2237
-                    "dev-master": "1.13-dev"
2238
-                }
2239
-            },
2240
-            "autoload": {
2241
-                "psr-4": {
2242
-                    "Symfony\\Polyfill\\Mbstring\\": ""
2243
-                },
2244
-                "files": [
2245
-                    "bootstrap.php"
2246
-                ]
2247
-            },
2248
-            "notification-url": "https://packagist.org/downloads/",
2249
-            "license": [
2250
-                "MIT"
2251
-            ],
2252
-            "authors": [
2253
-                {
2254
-                    "name": "Nicolas Grekas",
2255
-                    "email": "p@tchwork.com"
2256
-                },
2257
-                {
2258
-                    "name": "Symfony Community",
2259
-                    "homepage": "https://symfony.com/contributors"
2260
-                }
2261
-            ],
2262
-            "description": "Symfony polyfill for the Mbstring extension",
2263
-            "homepage": "https://symfony.com",
2264
-            "keywords": [
2265
-                "compatibility",
2266
-                "mbstring",
2267
-                "polyfill",
2268
-                "portable",
2269
-                "shim"
2270
-            ],
2271
-            "time": "2019-11-27T14:18:11+00:00"
2272
-        },
2273
-        {
2274
-            "name": "symfony/polyfill-php70",
2275
-            "version": "v1.13.1",
2276
-            "source": {
2277
-                "type": "git",
2278
-                "url": "https://github.com/symfony/polyfill-php70.git",
2279
-                "reference": "af23c7bb26a73b850840823662dda371484926c4"
2280
-            },
2281
-            "dist": {
2282
-                "type": "zip",
2283
-                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
2284
-                "reference": "af23c7bb26a73b850840823662dda371484926c4",
2285
-                "shasum": ""
2286
-            },
2287
-            "require": {
2288
-                "paragonie/random_compat": "~1.0|~2.0|~9.99",
2289
-                "php": ">=5.3.3"
2290
-            },
2291
-            "type": "library",
2292
-            "extra": {
2293
-                "branch-alias": {
2294
-                    "dev-master": "1.13-dev"
2295
-                }
2296
-            },
2297
-            "autoload": {
2298
-                "psr-4": {
2299
-                    "Symfony\\Polyfill\\Php70\\": ""
2300
-                },
2301
-                "files": [
2302
-                    "bootstrap.php"
2303
-                ],
2304
-                "classmap": [
2305
-                    "Resources/stubs"
2306
-                ]
2307
-            },
2308
-            "notification-url": "https://packagist.org/downloads/",
2309
-            "license": [
2310
-                "MIT"
2311
-            ],
2312
-            "authors": [
2313
-                {
2314
-                    "name": "Nicolas Grekas",
2315
-                    "email": "p@tchwork.com"
2316
-                },
2317
-                {
2318
-                    "name": "Symfony Community",
2319
-                    "homepage": "https://symfony.com/contributors"
2320
-                }
2321
-            ],
2322
-            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2323
-            "homepage": "https://symfony.com",
2324
-            "keywords": [
2325
-                "compatibility",
2326
-                "polyfill",
2327
-                "portable",
2328
-                "shim"
2329
-            ],
2330
-            "time": "2019-11-27T13:56:44+00:00"
2331
-        },
2332
-        {
2333
-            "name": "symfony/polyfill-php72",
2334
-            "version": "v1.13.1",
2335
-            "source": {
2336
-                "type": "git",
2337
-                "url": "https://github.com/symfony/polyfill-php72.git",
2338
-                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
2339
-            },
2340
-            "dist": {
2341
-                "type": "zip",
2342
-                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
2343
-                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
2344
-                "shasum": ""
2345
-            },
2346
-            "require": {
2347
-                "php": ">=5.3.3"
2348
-            },
2349
-            "type": "library",
2350
-            "extra": {
2351
-                "branch-alias": {
2352
-                    "dev-master": "1.13-dev"
2353
-                }
2354
-            },
2355
-            "autoload": {
2356
-                "psr-4": {
2357
-                    "Symfony\\Polyfill\\Php72\\": ""
2358
-                },
2359
-                "files": [
2360
-                    "bootstrap.php"
2361
-                ]
2362
-            },
2363
-            "notification-url": "https://packagist.org/downloads/",
2364
-            "license": [
2365
-                "MIT"
2366
-            ],
2367
-            "authors": [
2368
-                {
2369
-                    "name": "Nicolas Grekas",
2370
-                    "email": "p@tchwork.com"
2371
-                },
2372
-                {
2373
-                    "name": "Symfony Community",
2374
-                    "homepage": "https://symfony.com/contributors"
2375
-                }
2376
-            ],
2377
-            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2378
-            "homepage": "https://symfony.com",
2379
-            "keywords": [
2380
-                "compatibility",
2381
-                "polyfill",
2382
-                "portable",
2383
-                "shim"
2384
-            ],
2385
-            "time": "2019-11-27T13:56:44+00:00"
2386
-        },
2387
-        {
2388
-            "name": "symfony/polyfill-php73",
2389
-            "version": "v1.13.1",
2390
-            "source": {
2391
-                "type": "git",
2392
-                "url": "https://github.com/symfony/polyfill-php73.git",
2393
-                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2394
-            },
2395
-            "dist": {
2396
-                "type": "zip",
2397
-                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
2398
-                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2399
-                "shasum": ""
2400
-            },
2401
-            "require": {
2402
-                "php": ">=5.3.3"
2403
-            },
2404
-            "type": "library",
2405
-            "extra": {
2406
-                "branch-alias": {
2407
-                    "dev-master": "1.13-dev"
2408
-                }
2409
-            },
2410
-            "autoload": {
2411
-                "psr-4": {
2412
-                    "Symfony\\Polyfill\\Php73\\": ""
2413
-                },
2414
-                "files": [
2415
-                    "bootstrap.php"
2416
-                ],
2417
-                "classmap": [
2418
-                    "Resources/stubs"
2419
-                ]
2420
-            },
2421
-            "notification-url": "https://packagist.org/downloads/",
2422
-            "license": [
2423
-                "MIT"
2424
-            ],
2425
-            "authors": [
2426
-                {
2427
-                    "name": "Nicolas Grekas",
2428
-                    "email": "p@tchwork.com"
2429
-                },
2430
-                {
2431
-                    "name": "Symfony Community",
2432
-                    "homepage": "https://symfony.com/contributors"
2433
-                }
2434
-            ],
2435
-            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2436
-            "homepage": "https://symfony.com",
2437
-            "keywords": [
2438
-                "compatibility",
2439
-                "polyfill",
2440
-                "portable",
2441
-                "shim"
2442
-            ],
2443
-            "time": "2019-11-27T16:25:15+00:00"
2444
-        },
2445
-        {
2446
-            "name": "symfony/process",
2447
-            "version": "v3.4.36",
2448
-            "source": {
2449
-                "type": "git",
2450
-                "url": "https://github.com/symfony/process.git",
2451
-                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2"
2452
-            },
2453
-            "dist": {
2454
-                "type": "zip",
2455
-                "url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2456
-                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2457
-                "shasum": ""
2458
-            },
2459
-            "require": {
2460
-                "php": "^5.5.9|>=7.0.8"
2461
-            },
2462
-            "type": "library",
2463
-            "extra": {
2464
-                "branch-alias": {
2465
-                    "dev-master": "3.4-dev"
2466
-                }
2467
-            },
2468
-            "autoload": {
2469
-                "psr-4": {
2470
-                    "Symfony\\Component\\Process\\": ""
2471
-                },
2472
-                "exclude-from-classmap": [
2473
-                    "/Tests/"
2474
-                ]
2475
-            },
2476
-            "notification-url": "https://packagist.org/downloads/",
2477
-            "license": [
2478
-                "MIT"
2479
-            ],
2480
-            "authors": [
2481
-                {
2482
-                    "name": "Fabien Potencier",
2483
-                    "email": "fabien@symfony.com"
2484
-                },
2485
-                {
2486
-                    "name": "Symfony Community",
2487
-                    "homepage": "https://symfony.com/contributors"
2488
-                }
2489
-            ],
2490
-            "description": "Symfony Process Component",
2491
-            "homepage": "https://symfony.com",
2492
-            "time": "2019-11-28T10:05:51+00:00"
2493
-        },
2494
-        {
2495
-            "name": "symfony/service-contracts",
2496
-            "version": "v2.0.1",
2497
-            "source": {
2498
-                "type": "git",
2499
-                "url": "https://github.com/symfony/service-contracts.git",
2500
-                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
2501
-            },
2502
-            "dist": {
2503
-                "type": "zip",
2504
-                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
2505
-                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
2506
-                "shasum": ""
2507
-            },
2508
-            "require": {
2509
-                "php": "^7.2.5",
2510
-                "psr/container": "^1.0"
2511
-            },
2512
-            "suggest": {
2513
-                "symfony/service-implementation": ""
2514
-            },
2515
-            "type": "library",
2516
-            "extra": {
2517
-                "branch-alias": {
2518
-                    "dev-master": "2.0-dev"
2519
-                }
2520
-            },
2521
-            "autoload": {
2522
-                "psr-4": {
2523
-                    "Symfony\\Contracts\\Service\\": ""
2524
-                }
2525
-            },
2526
-            "notification-url": "https://packagist.org/downloads/",
2527
-            "license": [
2528
-                "MIT"
2529
-            ],
2530
-            "authors": [
2531
-                {
2532
-                    "name": "Nicolas Grekas",
2533
-                    "email": "p@tchwork.com"
2534
-                },
2535
-                {
2536
-                    "name": "Symfony Community",
2537
-                    "homepage": "https://symfony.com/contributors"
2538
-                }
2539
-            ],
2540
-            "description": "Generic abstractions related to writing services",
2541
-            "homepage": "https://symfony.com",
2542
-            "keywords": [
2543
-                "abstractions",
2544
-                "contracts",
2545
-                "decoupling",
2546
-                "interfaces",
2547
-                "interoperability",
2548
-                "standards"
2549
-            ],
2550
-            "time": "2019-11-18T17:27:11+00:00"
2551
-        },
2552
-        {
2553
-            "name": "symfony/stopwatch",
2554
-            "version": "v5.0.1",
2555
-            "source": {
2556
-                "type": "git",
2557
-                "url": "https://github.com/symfony/stopwatch.git",
2558
-                "reference": "d410282956706e0b08681a5527447a8e6b6f421e"
2559
-            },
2560
-            "dist": {
2561
-                "type": "zip",
2562
-                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d410282956706e0b08681a5527447a8e6b6f421e",
2563
-                "reference": "d410282956706e0b08681a5527447a8e6b6f421e",
2564
-                "shasum": ""
2565
-            },
2566
-            "require": {
2567
-                "php": "^7.2.5",
2568
-                "symfony/service-contracts": "^1.0|^2"
2569
-            },
2570
-            "type": "library",
2571
-            "extra": {
2572
-                "branch-alias": {
2573
-                    "dev-master": "5.0-dev"
2574
-                }
2575
-            },
2576
-            "autoload": {
2577
-                "psr-4": {
2578
-                    "Symfony\\Component\\Stopwatch\\": ""
2579
-                },
2580
-                "exclude-from-classmap": [
2581
-                    "/Tests/"
2582
-                ]
2583
-            },
2584
-            "notification-url": "https://packagist.org/downloads/",
2585
-            "license": [
2586
-                "MIT"
2587
-            ],
2588
-            "authors": [
2589
-                {
2590
-                    "name": "Fabien Potencier",
2591
-                    "email": "fabien@symfony.com"
2592
-                },
2593
-                {
2594
-                    "name": "Symfony Community",
2595
-                    "homepage": "https://symfony.com/contributors"
2596
-                }
2597
-            ],
2598
-            "description": "Symfony Stopwatch Component",
2599
-            "homepage": "https://symfony.com",
2600
-            "time": "2019-11-18T17:27:11+00:00"
2601
-        },
2602
-        {
2603
-            "name": "symfony/yaml",
2604
-            "version": "v4.4.1",
2605
-            "source": {
2606
-                "type": "git",
2607
-                "url": "https://github.com/symfony/yaml.git",
2608
-                "reference": "76de473358fe802578a415d5bb43c296cf09d211"
2609
-            },
2610
-            "dist": {
2611
-                "type": "zip",
2612
-                "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
2613
-                "reference": "76de473358fe802578a415d5bb43c296cf09d211",
2614
-                "shasum": ""
2615
-            },
2616
-            "require": {
2617
-                "php": "^7.1.3",
2618
-                "symfony/polyfill-ctype": "~1.8"
2619
-            },
2620
-            "conflict": {
2621
-                "symfony/console": "<3.4"
2622
-            },
2623
-            "require-dev": {
2624
-                "symfony/console": "^3.4|^4.0|^5.0"
2625
-            },
2626
-            "suggest": {
2627
-                "symfony/console": "For validating YAML files using the lint command"
2628
-            },
2629
-            "type": "library",
2630
-            "extra": {
2631
-                "branch-alias": {
2632
-                    "dev-master": "4.4-dev"
2633
-                }
2634
-            },
2635
-            "autoload": {
2636
-                "psr-4": {
2637
-                    "Symfony\\Component\\Yaml\\": ""
2638
-                },
2639
-                "exclude-from-classmap": [
2640
-                    "/Tests/"
2641
-                ]
2642
-            },
2643
-            "notification-url": "https://packagist.org/downloads/",
2644
-            "license": [
2645
-                "MIT"
2646
-            ],
2647
-            "authors": [
2648
-                {
2649
-                    "name": "Fabien Potencier",
2650
-                    "email": "fabien@symfony.com"
2651
-                },
2652
-                {
2653
-                    "name": "Symfony Community",
2654
-                    "homepage": "https://symfony.com/contributors"
2655
-                }
2656
-            ],
2657
-            "description": "Symfony Yaml Component",
2658
-            "homepage": "https://symfony.com",
2659
-            "time": "2019-11-12T14:51:11+00:00"
2660
-        },
2661
-        {
2662
-            "name": "webmozart/assert",
2663
-            "version": "1.6.0",
2664
-            "source": {
2665
-                "type": "git",
2666
-                "url": "https://github.com/webmozart/assert.git",
2667
-                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
2668
-            },
2669
-            "dist": {
2670
-                "type": "zip",
2671
-                "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
2672
-                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
2673
-                "shasum": ""
2674
-            },
2675
-            "require": {
2676
-                "php": "^5.3.3 || ^7.0",
2677
-                "symfony/polyfill-ctype": "^1.8"
2678
-            },
2679
-            "conflict": {
2680
-                "vimeo/psalm": "<3.6.0"
2681
-            },
2682
-            "require-dev": {
2683
-                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2684
-            },
2685
-            "type": "library",
2686
-            "autoload": {
2687
-                "psr-4": {
2688
-                    "Webmozart\\Assert\\": "src/"
2689
-                }
2690
-            },
2691
-            "notification-url": "https://packagist.org/downloads/",
2692
-            "license": [
2693
-                "MIT"
2694
-            ],
2695
-            "authors": [
2696
-                {
2697
-                    "name": "Bernhard Schussek",
2698
-                    "email": "bschussek@gmail.com"
2699
-                }
2700
-            ],
2701
-            "description": "Assertions to validate method input/output with nice error messages.",
2702
-            "keywords": [
2703
-                "assert",
2704
-                "check",
2705
-                "validate"
2706
-            ],
2707
-            "time": "2019-11-24T13:36:37+00:00"
2708
-        }
2709
-    ],
2710
-    "aliases": [],
2711
-    "minimum-stability": "stable",
2712
-    "stability-flags": [],
2713
-    "prefer-stable": false,
2714
-    "prefer-lowest": false,
2715
-    "platform": {
2716
-        "php": "^5.6 || ^7.0",
2717
-        "ext-curl": "*",
2718
-        "ext-json": "*",
2719
-        "ext-mbstring": "*"
2720
-    },
2721
-    "platform-dev": []
2722
-}
Browse code

added appinfo/signature.json and Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:38:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2722 @@
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#installing-dependencies",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "content-hash": "47f4b9d3f4c3bc283a9e3acc426a0db2",
8
+    "packages": [],
9
+    "packages-dev": [
10
+        {
11
+            "name": "composer/semver",
12
+            "version": "1.5.0",
13
+            "source": {
14
+                "type": "git",
15
+                "url": "https://github.com/composer/semver.git",
16
+                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
17
+            },
18
+            "dist": {
19
+                "type": "zip",
20
+                "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
21
+                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
22
+                "shasum": ""
23
+            },
24
+            "require": {
25
+                "php": "^5.3.2 || ^7.0"
26
+            },
27
+            "require-dev": {
28
+                "phpunit/phpunit": "^4.5 || ^5.0.5",
29
+                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
30
+            },
31
+            "type": "library",
32
+            "extra": {
33
+                "branch-alias": {
34
+                    "dev-master": "1.x-dev"
35
+                }
36
+            },
37
+            "autoload": {
38
+                "psr-4": {
39
+                    "Composer\\Semver\\": "src"
40
+                }
41
+            },
42
+            "notification-url": "https://packagist.org/downloads/",
43
+            "license": [
44
+                "MIT"
45
+            ],
46
+            "authors": [
47
+                {
48
+                    "name": "Nils Adermann",
49
+                    "email": "naderman@naderman.de",
50
+                    "homepage": "http://www.naderman.de"
51
+                },
52
+                {
53
+                    "name": "Jordi Boggiano",
54
+                    "email": "j.boggiano@seld.be",
55
+                    "homepage": "http://seld.be"
56
+                },
57
+                {
58
+                    "name": "Rob Bast",
59
+                    "email": "rob.bast@gmail.com",
60
+                    "homepage": "http://robbast.nl"
61
+                }
62
+            ],
63
+            "description": "Semver library that offers utilities, version constraint parsing and validation.",
64
+            "keywords": [
65
+                "semantic",
66
+                "semver",
67
+                "validation",
68
+                "versioning"
69
+            ],
70
+            "time": "2019-03-19T17:25:45+00:00"
71
+        },
72
+        {
73
+            "name": "composer/xdebug-handler",
74
+            "version": "1.4.0",
75
+            "source": {
76
+                "type": "git",
77
+                "url": "https://github.com/composer/xdebug-handler.git",
78
+                "reference": "cbe23383749496fe0f373345208b79568e4bc248"
79
+            },
80
+            "dist": {
81
+                "type": "zip",
82
+                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
83
+                "reference": "cbe23383749496fe0f373345208b79568e4bc248",
84
+                "shasum": ""
85
+            },
86
+            "require": {
87
+                "php": "^5.3.2 || ^7.0 || ^8.0",
88
+                "psr/log": "^1.0"
89
+            },
90
+            "require-dev": {
91
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
92
+            },
93
+            "type": "library",
94
+            "autoload": {
95
+                "psr-4": {
96
+                    "Composer\\XdebugHandler\\": "src"
97
+                }
98
+            },
99
+            "notification-url": "https://packagist.org/downloads/",
100
+            "license": [
101
+                "MIT"
102
+            ],
103
+            "authors": [
104
+                {
105
+                    "name": "John Stevenson",
106
+                    "email": "john-stevenson@blueyonder.co.uk"
107
+                }
108
+            ],
109
+            "description": "Restarts a process without Xdebug.",
110
+            "keywords": [
111
+                "Xdebug",
112
+                "performance"
113
+            ],
114
+            "time": "2019-11-06T16:40:04+00:00"
115
+        },
116
+        {
117
+            "name": "doctrine/annotations",
118
+            "version": "v1.8.0",
119
+            "source": {
120
+                "type": "git",
121
+                "url": "https://github.com/doctrine/annotations.git",
122
+                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
123
+            },
124
+            "dist": {
125
+                "type": "zip",
126
+                "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
127
+                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
128
+                "shasum": ""
129
+            },
130
+            "require": {
131
+                "doctrine/lexer": "1.*",
132
+                "php": "^7.1"
133
+            },
134
+            "require-dev": {
135
+                "doctrine/cache": "1.*",
136
+                "phpunit/phpunit": "^7.5"
137
+            },
138
+            "type": "library",
139
+            "extra": {
140
+                "branch-alias": {
141
+                    "dev-master": "1.7.x-dev"
142
+                }
143
+            },
144
+            "autoload": {
145
+                "psr-4": {
146
+                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
147
+                }
148
+            },
149
+            "notification-url": "https://packagist.org/downloads/",
150
+            "license": [
151
+                "MIT"
152
+            ],
153
+            "authors": [
154
+                {
155
+                    "name": "Guilherme Blanco",
156
+                    "email": "guilhermeblanco@gmail.com"
157
+                },
158
+                {
159
+                    "name": "Roman Borschel",
160
+                    "email": "roman@code-factory.org"
161
+                },
162
+                {
163
+                    "name": "Benjamin Eberlei",
164
+                    "email": "kontakt@beberlei.de"
165
+                },
166
+                {
167
+                    "name": "Jonathan Wage",
168
+                    "email": "jonwage@gmail.com"
169
+                },
170
+                {
171
+                    "name": "Johannes Schmitt",
172
+                    "email": "schmittjoh@gmail.com"
173
+                }
174
+            ],
175
+            "description": "Docblock Annotations Parser",
176
+            "homepage": "http://www.doctrine-project.org",
177
+            "keywords": [
178
+                "annotations",
179
+                "docblock",
180
+                "parser"
181
+            ],
182
+            "time": "2019-10-01T18:55:10+00:00"
183
+        },
184
+        {
185
+            "name": "doctrine/instantiator",
186
+            "version": "1.3.0",
187
+            "source": {
188
+                "type": "git",
189
+                "url": "https://github.com/doctrine/instantiator.git",
190
+                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
191
+            },
192
+            "dist": {
193
+                "type": "zip",
194
+                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
195
+                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
196
+                "shasum": ""
197
+            },
198
+            "require": {
199
+                "php": "^7.1"
200
+            },
201
+            "require-dev": {
202
+                "doctrine/coding-standard": "^6.0",
203
+                "ext-pdo": "*",
204
+                "ext-phar": "*",
205
+                "phpbench/phpbench": "^0.13",
206
+                "phpstan/phpstan-phpunit": "^0.11",
207
+                "phpstan/phpstan-shim": "^0.11",
208
+                "phpunit/phpunit": "^7.0"
209
+            },
210
+            "type": "library",
211
+            "extra": {
212
+                "branch-alias": {
213
+                    "dev-master": "1.2.x-dev"
214
+                }
215
+            },
216
+            "autoload": {
217
+                "psr-4": {
218
+                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
219
+                }
220
+            },
221
+            "notification-url": "https://packagist.org/downloads/",
222
+            "license": [
223
+                "MIT"
224
+            ],
225
+            "authors": [
226
+                {
227
+                    "name": "Marco Pivetta",
228
+                    "email": "ocramius@gmail.com",
229
+                    "homepage": "http://ocramius.github.com/"
230
+                }
231
+            ],
232
+            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
233
+            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
234
+            "keywords": [
235
+                "constructor",
236
+                "instantiate"
237
+            ],
238
+            "time": "2019-10-21T16:45:58+00:00"
239
+        },
240
+        {
241
+            "name": "doctrine/lexer",
242
+            "version": "1.2.0",
243
+            "source": {
244
+                "type": "git",
245
+                "url": "https://github.com/doctrine/lexer.git",
246
+                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
247
+            },
248
+            "dist": {
249
+                "type": "zip",
250
+                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
251
+                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
252
+                "shasum": ""
253
+            },
254
+            "require": {
255
+                "php": "^7.2"
256
+            },
257
+            "require-dev": {
258
+                "doctrine/coding-standard": "^6.0",
259
+                "phpstan/phpstan": "^0.11.8",
260
+                "phpunit/phpunit": "^8.2"
261
+            },
262
+            "type": "library",
263
+            "extra": {
264
+                "branch-alias": {
265
+                    "dev-master": "1.2.x-dev"
266
+                }
267
+            },
268
+            "autoload": {
269
+                "psr-4": {
270
+                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
271
+                }
272
+            },
273
+            "notification-url": "https://packagist.org/downloads/",
274
+            "license": [
275
+                "MIT"
276
+            ],
277
+            "authors": [
278
+                {
279
+                    "name": "Guilherme Blanco",
280
+                    "email": "guilhermeblanco@gmail.com"
281
+                },
282
+                {
283
+                    "name": "Roman Borschel",
284
+                    "email": "roman@code-factory.org"
285
+                },
286
+                {
287
+                    "name": "Johannes Schmitt",
288
+                    "email": "schmittjoh@gmail.com"
289
+                }
290
+            ],
291
+            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
292
+            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
293
+            "keywords": [
294
+                "annotations",
295
+                "docblock",
296
+                "lexer",
297
+                "parser",
298
+                "php"
299
+            ],
300
+            "time": "2019-10-30T14:39:59+00:00"
301
+        },
302
+        {
303
+            "name": "friendsofphp/php-cs-fixer",
304
+            "version": "v2.16.1",
305
+            "source": {
306
+                "type": "git",
307
+                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
308
+                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
309
+            },
310
+            "dist": {
311
+                "type": "zip",
312
+                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
313
+                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
314
+                "shasum": ""
315
+            },
316
+            "require": {
317
+                "composer/semver": "^1.4",
318
+                "composer/xdebug-handler": "^1.2",
319
+                "doctrine/annotations": "^1.2",
320
+                "ext-json": "*",
321
+                "ext-tokenizer": "*",
322
+                "php": "^5.6 || ^7.0",
323
+                "php-cs-fixer/diff": "^1.3",
324
+                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
325
+                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
326
+                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
327
+                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
328
+                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
329
+                "symfony/polyfill-php70": "^1.0",
330
+                "symfony/polyfill-php72": "^1.4",
331
+                "symfony/process": "^3.0 || ^4.0 || ^5.0",
332
+                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
333
+            },
334
+            "require-dev": {
335
+                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
336
+                "justinrainbow/json-schema": "^5.0",
337
+                "keradus/cli-executor": "^1.2",
338
+                "mikey179/vfsstream": "^1.6",
339
+                "php-coveralls/php-coveralls": "^2.1",
340
+                "php-cs-fixer/accessible-object": "^1.0",
341
+                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
342
+                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
343
+                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
344
+                "phpunitgoodpractices/traits": "^1.8",
345
+                "symfony/phpunit-bridge": "^4.3 || ^5.0",
346
+                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
347
+            },
348
+            "suggest": {
349
+                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
350
+                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
351
+                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
352
+                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
353
+            },
354
+            "bin": [
355
+                "php-cs-fixer"
356
+            ],
357
+            "type": "application",
358
+            "autoload": {
359
+                "psr-4": {
360
+                    "PhpCsFixer\\": "src/"
361
+                },
362
+                "classmap": [
363
+                    "tests/Test/AbstractFixerTestCase.php",
364
+                    "tests/Test/AbstractIntegrationCaseFactory.php",
365
+                    "tests/Test/AbstractIntegrationTestCase.php",
366
+                    "tests/Test/Assert/AssertTokensTrait.php",
367
+                    "tests/Test/IntegrationCase.php",
368
+                    "tests/Test/IntegrationCaseFactory.php",
369
+                    "tests/Test/IntegrationCaseFactoryInterface.php",
370
+                    "tests/Test/InternalIntegrationCaseFactory.php",
371
+                    "tests/TestCase.php"
372
+                ]
373
+            },
374
+            "notification-url": "https://packagist.org/downloads/",
375
+            "license": [
376
+                "MIT"
377
+            ],
378
+            "authors": [
379
+                {
380
+                    "name": "Fabien Potencier",
381
+                    "email": "fabien@symfony.com"
382
+                },
383
+                {
384
+                    "name": "Dariusz Rumiński",
385
+                    "email": "dariusz.ruminski@gmail.com"
386
+                }
387
+            ],
388
+            "description": "A tool to automatically fix PHP code style",
389
+            "time": "2019-11-25T22:10:32+00:00"
390
+        },
391
+        {
392
+            "name": "myclabs/deep-copy",
393
+            "version": "1.9.3",
394
+            "source": {
395
+                "type": "git",
396
+                "url": "https://github.com/myclabs/DeepCopy.git",
397
+                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
398
+            },
399
+            "dist": {
400
+                "type": "zip",
401
+                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
402
+                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
403
+                "shasum": ""
404
+            },
405
+            "require": {
406
+                "php": "^7.1"
407
+            },
408
+            "replace": {
409
+                "myclabs/deep-copy": "self.version"
410
+            },
411
+            "require-dev": {
412
+                "doctrine/collections": "^1.0",
413
+                "doctrine/common": "^2.6",
414
+                "phpunit/phpunit": "^7.1"
415
+            },
416
+            "type": "library",
417
+            "autoload": {
418
+                "psr-4": {
419
+                    "DeepCopy\\": "src/DeepCopy/"
420
+                },
421
+                "files": [
422
+                    "src/DeepCopy/deep_copy.php"
423
+                ]
424
+            },
425
+            "notification-url": "https://packagist.org/downloads/",
426
+            "license": [
427
+                "MIT"
428
+            ],
429
+            "description": "Create deep copies (clones) of your objects",
430
+            "keywords": [
431
+                "clone",
432
+                "copy",
433
+                "duplicate",
434
+                "object",
435
+                "object graph"
436
+            ],
437
+            "time": "2019-08-09T12:45:53+00:00"
438
+        },
439
+        {
440
+            "name": "paragonie/random_compat",
441
+            "version": "v9.99.99",
442
+            "source": {
443
+                "type": "git",
444
+                "url": "https://github.com/paragonie/random_compat.git",
445
+                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
446
+            },
447
+            "dist": {
448
+                "type": "zip",
449
+                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
450
+                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
451
+                "shasum": ""
452
+            },
453
+            "require": {
454
+                "php": "^7"
455
+            },
456
+            "require-dev": {
457
+                "phpunit/phpunit": "4.*|5.*",
458
+                "vimeo/psalm": "^1"
459
+            },
460
+            "suggest": {
461
+                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
462
+            },
463
+            "type": "library",
464
+            "notification-url": "https://packagist.org/downloads/",
465
+            "license": [
466
+                "MIT"
467
+            ],
468
+            "authors": [
469
+                {
470
+                    "name": "Paragon Initiative Enterprises",
471
+                    "email": "security@paragonie.com",
472
+                    "homepage": "https://paragonie.com"
473
+                }
474
+            ],
475
+            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
476
+            "keywords": [
477
+                "csprng",
478
+                "polyfill",
479
+                "pseudorandom",
480
+                "random"
481
+            ],
482
+            "time": "2018-07-02T15:55:56+00:00"
483
+        },
484
+        {
485
+            "name": "php-cs-fixer/diff",
486
+            "version": "v1.3.0",
487
+            "source": {
488
+                "type": "git",
489
+                "url": "https://github.com/PHP-CS-Fixer/diff.git",
490
+                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
491
+            },
492
+            "dist": {
493
+                "type": "zip",
494
+                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
495
+                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
496
+                "shasum": ""
497
+            },
498
+            "require": {
499
+                "php": "^5.6 || ^7.0"
500
+            },
501
+            "require-dev": {
502
+                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
503
+                "symfony/process": "^3.3"
504
+            },
505
+            "type": "library",
506
+            "autoload": {
507
+                "classmap": [
508
+                    "src/"
509
+                ]
510
+            },
511
+            "notification-url": "https://packagist.org/downloads/",
512
+            "license": [
513
+                "BSD-3-Clause"
514
+            ],
515
+            "authors": [
516
+                {
517
+                    "name": "Kore Nordmann",
518
+                    "email": "mail@kore-nordmann.de"
519
+                },
520
+                {
521
+                    "name": "Sebastian Bergmann",
522
+                    "email": "sebastian@phpunit.de"
523
+                },
524
+                {
525
+                    "name": "SpacePossum"
526
+                }
527
+            ],
528
+            "description": "sebastian/diff v2 backport support for PHP5.6",
529
+            "homepage": "https://github.com/PHP-CS-Fixer",
530
+            "keywords": [
531
+                "diff"
532
+            ],
533
+            "time": "2018-02-15T16:58:55+00:00"
534
+        },
535
+        {
536
+            "name": "phpdocumentor/reflection-common",
537
+            "version": "2.0.0",
538
+            "source": {
539
+                "type": "git",
540
+                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
541
+                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
542
+            },
543
+            "dist": {
544
+                "type": "zip",
545
+                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
546
+                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
547
+                "shasum": ""
548
+            },
549
+            "require": {
550
+                "php": ">=7.1"
551
+            },
552
+            "require-dev": {
553
+                "phpunit/phpunit": "~6"
554
+            },
555
+            "type": "library",
556
+            "extra": {
557
+                "branch-alias": {
558
+                    "dev-master": "2.x-dev"
559
+                }
560
+            },
561
+            "autoload": {
562
+                "psr-4": {
563
+                    "phpDocumentor\\Reflection\\": "src/"
564
+                }
565
+            },
566
+            "notification-url": "https://packagist.org/downloads/",
567
+            "license": [
568
+                "MIT"
569
+            ],
570
+            "authors": [
571
+                {
572
+                    "name": "Jaap van Otterdijk",
573
+                    "email": "opensource@ijaap.nl"
574
+                }
575
+            ],
576
+            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
577
+            "homepage": "http://www.phpdoc.org",
578
+            "keywords": [
579
+                "FQSEN",
580
+                "phpDocumentor",
581
+                "phpdoc",
582
+                "reflection",
583
+                "static analysis"
584
+            ],
585
+            "time": "2018-08-07T13:53:10+00:00"
586
+        },
587
+        {
588
+            "name": "phpdocumentor/reflection-docblock",
589
+            "version": "4.3.2",
590
+            "source": {
591
+                "type": "git",
592
+                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
593
+                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
594
+            },
595
+            "dist": {
596
+                "type": "zip",
597
+                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
598
+                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
599
+                "shasum": ""
600
+            },
601
+            "require": {
602
+                "php": "^7.0",
603
+                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
604
+                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
605
+                "webmozart/assert": "^1.0"
606
+            },
607
+            "require-dev": {
608
+                "doctrine/instantiator": "^1.0.5",
609
+                "mockery/mockery": "^1.0",
610
+                "phpunit/phpunit": "^6.4"
611
+            },
612
+            "type": "library",
613
+            "extra": {
614
+                "branch-alias": {
615
+                    "dev-master": "4.x-dev"
616
+                }
617
+            },
618
+            "autoload": {
619
+                "psr-4": {
620
+                    "phpDocumentor\\Reflection\\": [
621
+                        "src/"
622
+                    ]
623
+                }
624
+            },
625
+            "notification-url": "https://packagist.org/downloads/",
626
+            "license": [
627
+                "MIT"
628
+            ],
629
+            "authors": [
630
+                {
631
+                    "name": "Mike van Riel",
632
+                    "email": "me@mikevanriel.com"
633
+                }
634
+            ],
635
+            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
636
+            "time": "2019-09-12T14:27:41+00:00"
637
+        },
638
+        {
639
+            "name": "phpdocumentor/type-resolver",
640
+            "version": "1.0.1",
641
+            "source": {
642
+                "type": "git",
643
+                "url": "https://github.com/phpDocumentor/TypeResolver.git",
644
+                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
645
+            },
646
+            "dist": {
647
+                "type": "zip",
648
+                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
649
+                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
650
+                "shasum": ""
651
+            },
652
+            "require": {
653
+                "php": "^7.1",
654
+                "phpdocumentor/reflection-common": "^2.0"
655
+            },
656
+            "require-dev": {
657
+                "ext-tokenizer": "^7.1",
658
+                "mockery/mockery": "~1",
659
+                "phpunit/phpunit": "^7.0"
660
+            },
661
+            "type": "library",
662
+            "extra": {
663
+                "branch-alias": {
664
+                    "dev-master": "1.x-dev"
665
+                }
666
+            },
667
+            "autoload": {
668
+                "psr-4": {
669
+                    "phpDocumentor\\Reflection\\": "src"
670
+                }
671
+            },
672
+            "notification-url": "https://packagist.org/downloads/",
673
+            "license": [
674
+                "MIT"
675
+            ],
676
+            "authors": [
677
+                {
678
+                    "name": "Mike van Riel",
679
+                    "email": "me@mikevanriel.com"
680
+                }
681
+            ],
682
+            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
683
+            "time": "2019-08-22T18:11:29+00:00"
684
+        },
685
+        {
686
+            "name": "phpspec/prophecy",
687
+            "version": "1.9.0",
688
+            "source": {
689
+                "type": "git",
690
+                "url": "https://github.com/phpspec/prophecy.git",
691
+                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
692
+            },
693
+            "dist": {
694
+                "type": "zip",
695
+                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
696
+                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
697
+                "shasum": ""
698
+            },
699
+            "require": {
700
+                "doctrine/instantiator": "^1.0.2",
701
+                "php": "^5.3|^7.0",
702
+                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
703
+                "sebastian/comparator": "^1.1|^2.0|^3.0",
704
+                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
705
+            },
706
+            "require-dev": {
707
+                "phpspec/phpspec": "^2.5|^3.2",
708
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
709
+            },
710
+            "type": "library",
711
+            "extra": {
712
+                "branch-alias": {
713
+                    "dev-master": "1.8.x-dev"
714
+                }
715
+            },
716
+            "autoload": {
717
+                "psr-4": {
718
+                    "Prophecy\\": "src/Prophecy"
719
+                }
720
+            },
721
+            "notification-url": "https://packagist.org/downloads/",
722
+            "license": [
723
+                "MIT"
724
+            ],
725
+            "authors": [
726
+                {
727
+                    "name": "Konstantin Kudryashov",
728
+                    "email": "ever.zet@gmail.com",
729
+                    "homepage": "http://everzet.com"
730
+                },
731
+                {
732
+                    "name": "Marcello Duarte",
733
+                    "email": "marcello.duarte@gmail.com"
734
+                }
735
+            ],
736
+            "description": "Highly opinionated mocking framework for PHP 5.3+",
737
+            "homepage": "https://github.com/phpspec/prophecy",
738
+            "keywords": [
739
+                "Double",
740
+                "Dummy",
741
+                "fake",
742
+                "mock",
743
+                "spy",
744
+                "stub"
745
+            ],
746
+            "time": "2019-10-03T11:07:50+00:00"
747
+        },
748
+        {
749
+            "name": "phpunit/php-code-coverage",
750
+            "version": "4.0.8",
751
+            "source": {
752
+                "type": "git",
753
+                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
754
+                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
755
+            },
756
+            "dist": {
757
+                "type": "zip",
758
+                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
759
+                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
760
+                "shasum": ""
761
+            },
762
+            "require": {
763
+                "ext-dom": "*",
764
+                "ext-xmlwriter": "*",
765
+                "php": "^5.6 || ^7.0",
766
+                "phpunit/php-file-iterator": "^1.3",
767
+                "phpunit/php-text-template": "^1.2",
768
+                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
769
+                "sebastian/code-unit-reverse-lookup": "^1.0",
770
+                "sebastian/environment": "^1.3.2 || ^2.0",
771
+                "sebastian/version": "^1.0 || ^2.0"
772
+            },
773
+            "require-dev": {
774
+                "ext-xdebug": "^2.1.4",
775
+                "phpunit/phpunit": "^5.7"
776
+            },
777
+            "suggest": {
778
+                "ext-xdebug": "^2.5.1"
779
+            },
780
+            "type": "library",
781
+            "extra": {
782
+                "branch-alias": {
783
+                    "dev-master": "4.0.x-dev"
784
+                }
785
+            },
786
+            "autoload": {
787
+                "classmap": [
788
+                    "src/"
789
+                ]
790
+            },
791
+            "notification-url": "https://packagist.org/downloads/",
792
+            "license": [
793
+                "BSD-3-Clause"
794
+            ],
795
+            "authors": [
796
+                {
797
+                    "name": "Sebastian Bergmann",
798
+                    "email": "sb@sebastian-bergmann.de",
799
+                    "role": "lead"
800
+                }
801
+            ],
802
+            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
803
+            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
804
+            "keywords": [
805
+                "coverage",
806
+                "testing",
807
+                "xunit"
808
+            ],
809
+            "time": "2017-04-02T07:44:40+00:00"
810
+        },
811
+        {
812
+            "name": "phpunit/php-file-iterator",
813
+            "version": "1.4.5",
814
+            "source": {
815
+                "type": "git",
816
+                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
817
+                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
818
+            },
819
+            "dist": {
820
+                "type": "zip",
821
+                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
822
+                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
823
+                "shasum": ""
824
+            },
825
+            "require": {
826
+                "php": ">=5.3.3"
827
+            },
828
+            "type": "library",
829
+            "extra": {
830
+                "branch-alias": {
831
+                    "dev-master": "1.4.x-dev"
832
+                }
833
+            },
834
+            "autoload": {
835
+                "classmap": [
836
+                    "src/"
837
+                ]
838
+            },
839
+            "notification-url": "https://packagist.org/downloads/",
840
+            "license": [
841
+                "BSD-3-Clause"
842
+            ],
843
+            "authors": [
844
+                {
845
+                    "name": "Sebastian Bergmann",
846
+                    "email": "sb@sebastian-bergmann.de",
847
+                    "role": "lead"
848
+                }
849
+            ],
850
+            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
851
+            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
852
+            "keywords": [
853
+                "filesystem",
854
+                "iterator"
855
+            ],
856
+            "time": "2017-11-27T13:52:08+00:00"
857
+        },
858
+        {
859
+            "name": "phpunit/php-text-template",
860
+            "version": "1.2.1",
861
+            "source": {
862
+                "type": "git",
863
+                "url": "https://github.com/sebastianbergmann/php-text-template.git",
864
+                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
865
+            },
866
+            "dist": {
867
+                "type": "zip",
868
+                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
869
+                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
870
+                "shasum": ""
871
+            },
872
+            "require": {
873
+                "php": ">=5.3.3"
874
+            },
875
+            "type": "library",
876
+            "autoload": {
877
+                "classmap": [
878
+                    "src/"
879
+                ]
880
+            },
881
+            "notification-url": "https://packagist.org/downloads/",
882
+            "license": [
883
+                "BSD-3-Clause"
884
+            ],
885
+            "authors": [
886
+                {
887
+                    "name": "Sebastian Bergmann",
888
+                    "email": "sebastian@phpunit.de",
889
+                    "role": "lead"
890
+                }
891
+            ],
892
+            "description": "Simple template engine.",
893
+            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
894
+            "keywords": [
895
+                "template"
896
+            ],
897
+            "time": "2015-06-21T13:50:34+00:00"
898
+        },
899
+        {
900
+            "name": "phpunit/php-timer",
901
+            "version": "1.0.9",
902
+            "source": {
903
+                "type": "git",
904
+                "url": "https://github.com/sebastianbergmann/php-timer.git",
905
+                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
906
+            },
907
+            "dist": {
908
+                "type": "zip",
909
+                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
910
+                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
911
+                "shasum": ""
912
+            },
913
+            "require": {
914
+                "php": "^5.3.3 || ^7.0"
915
+            },
916
+            "require-dev": {
917
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
918
+            },
919
+            "type": "library",
920
+            "extra": {
921
+                "branch-alias": {
922
+                    "dev-master": "1.0-dev"
923
+                }
924
+            },
925
+            "autoload": {
926
+                "classmap": [
927
+                    "src/"
928
+                ]
929
+            },
930
+            "notification-url": "https://packagist.org/downloads/",
931
+            "license": [
932
+                "BSD-3-Clause"
933
+            ],
934
+            "authors": [
935
+                {
936
+                    "name": "Sebastian Bergmann",
937
+                    "email": "sb@sebastian-bergmann.de",
938
+                    "role": "lead"
939
+                }
940
+            ],
941
+            "description": "Utility class for timing",
942
+            "homepage": "https://github.com/sebastianbergmann/php-timer/",
943
+            "keywords": [
944
+                "timer"
945
+            ],
946
+            "time": "2017-02-26T11:10:40+00:00"
947
+        },
948
+        {
949
+            "name": "phpunit/php-token-stream",
950
+            "version": "2.0.2",
951
+            "source": {
952
+                "type": "git",
953
+                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
954
+                "reference": "791198a2c6254db10131eecfe8c06670700904db"
955
+            },
956
+            "dist": {
957
+                "type": "zip",
958
+                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
959
+                "reference": "791198a2c6254db10131eecfe8c06670700904db",
960
+                "shasum": ""
961
+            },
962
+            "require": {
963
+                "ext-tokenizer": "*",
964
+                "php": "^7.0"
965
+            },
966
+            "require-dev": {
967
+                "phpunit/phpunit": "^6.2.4"
968
+            },
969
+            "type": "library",
970
+            "extra": {
971
+                "branch-alias": {
972
+                    "dev-master": "2.0-dev"
973
+                }
974
+            },
975
+            "autoload": {
976
+                "classmap": [
977
+                    "src/"
978
+                ]
979
+            },
980
+            "notification-url": "https://packagist.org/downloads/",
981
+            "license": [
982
+                "BSD-3-Clause"
983
+            ],
984
+            "authors": [
985
+                {
986
+                    "name": "Sebastian Bergmann",
987
+                    "email": "sebastian@phpunit.de"
988
+                }
989
+            ],
990
+            "description": "Wrapper around PHP's tokenizer extension.",
991
+            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
992
+            "keywords": [
993
+                "tokenizer"
994
+            ],
995
+            "time": "2017-11-27T05:48:46+00:00"
996
+        },
997
+        {
998
+            "name": "phpunit/phpunit",
999
+            "version": "5.7.27",
1000
+            "source": {
1001
+                "type": "git",
1002
+                "url": "https://github.com/sebastianbergmann/phpunit.git",
1003
+                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1004
+            },
1005
+            "dist": {
1006
+                "type": "zip",
1007
+                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1008
+                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1009
+                "shasum": ""
1010
+            },
1011
+            "require": {
1012
+                "ext-dom": "*",
1013
+                "ext-json": "*",
1014
+                "ext-libxml": "*",
1015
+                "ext-mbstring": "*",
1016
+                "ext-xml": "*",
1017
+                "myclabs/deep-copy": "~1.3",
1018
+                "php": "^5.6 || ^7.0",
1019
+                "phpspec/prophecy": "^1.6.2",
1020
+                "phpunit/php-code-coverage": "^4.0.4",
1021
+                "phpunit/php-file-iterator": "~1.4",
1022
+                "phpunit/php-text-template": "~1.2",
1023
+                "phpunit/php-timer": "^1.0.6",
1024
+                "phpunit/phpunit-mock-objects": "^3.2",
1025
+                "sebastian/comparator": "^1.2.4",
1026
+                "sebastian/diff": "^1.4.3",
1027
+                "sebastian/environment": "^1.3.4 || ^2.0",
1028
+                "sebastian/exporter": "~2.0",
1029
+                "sebastian/global-state": "^1.1",
1030
+                "sebastian/object-enumerator": "~2.0",
1031
+                "sebastian/resource-operations": "~1.0",
1032
+                "sebastian/version": "^1.0.6|^2.0.1",
1033
+                "symfony/yaml": "~2.1|~3.0|~4.0"
1034
+            },
1035
+            "conflict": {
1036
+                "phpdocumentor/reflection-docblock": "3.0.2"
1037
+            },
1038
+            "require-dev": {
1039
+                "ext-pdo": "*"
1040
+            },
1041
+            "suggest": {
1042
+                "ext-xdebug": "*",
1043
+                "phpunit/php-invoker": "~1.1"
1044
+            },
1045
+            "bin": [
1046
+                "phpunit"
1047
+            ],
1048
+            "type": "library",
1049
+            "extra": {
1050
+                "branch-alias": {
1051
+                    "dev-master": "5.7.x-dev"
1052
+                }
1053
+            },
1054
+            "autoload": {
1055
+                "classmap": [
1056
+                    "src/"
1057
+                ]
1058
+            },
1059
+            "notification-url": "https://packagist.org/downloads/",
1060
+            "license": [
1061
+                "BSD-3-Clause"
1062
+            ],
1063
+            "authors": [
1064
+                {
1065
+                    "name": "Sebastian Bergmann",
1066
+                    "email": "sebastian@phpunit.de",
1067
+                    "role": "lead"
1068
+                }
1069
+            ],
1070
+            "description": "The PHP Unit Testing framework.",
1071
+            "homepage": "https://phpunit.de/",
1072
+            "keywords": [
1073
+                "phpunit",
1074
+                "testing",
1075
+                "xunit"
1076
+            ],
1077
+            "time": "2018-02-01T05:50:59+00:00"
1078
+        },
1079
+        {
1080
+            "name": "phpunit/phpunit-mock-objects",
1081
+            "version": "3.4.4",
1082
+            "source": {
1083
+                "type": "git",
1084
+                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1085
+                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1086
+            },
1087
+            "dist": {
1088
+                "type": "zip",
1089
+                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1090
+                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1091
+                "shasum": ""
1092
+            },
1093
+            "require": {
1094
+                "doctrine/instantiator": "^1.0.2",
1095
+                "php": "^5.6 || ^7.0",
1096
+                "phpunit/php-text-template": "^1.2",
1097
+                "sebastian/exporter": "^1.2 || ^2.0"
1098
+            },
1099
+            "conflict": {
1100
+                "phpunit/phpunit": "<5.4.0"
1101
+            },
1102
+            "require-dev": {
1103
+                "phpunit/phpunit": "^5.4"
1104
+            },
1105
+            "suggest": {
1106
+                "ext-soap": "*"
1107
+            },
1108
+            "type": "library",
1109
+            "extra": {
1110
+                "branch-alias": {
1111
+                    "dev-master": "3.2.x-dev"
1112
+                }
1113
+            },
1114
+            "autoload": {
1115
+                "classmap": [
1116
+                    "src/"
1117
+                ]
1118
+            },
1119
+            "notification-url": "https://packagist.org/downloads/",
1120
+            "license": [
1121
+                "BSD-3-Clause"
1122
+            ],
1123
+            "authors": [
1124
+                {
1125
+                    "name": "Sebastian Bergmann",
1126
+                    "email": "sb@sebastian-bergmann.de",
1127
+                    "role": "lead"
1128
+                }
1129
+            ],
1130
+            "description": "Mock Object library for PHPUnit",
1131
+            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1132
+            "keywords": [
1133
+                "mock",
1134
+                "xunit"
1135
+            ],
1136
+            "abandoned": true,
1137
+            "time": "2017-06-30T09:13:00+00:00"
1138
+        },
1139
+        {
1140
+            "name": "psr/container",
1141
+            "version": "1.0.0",
1142
+            "source": {
1143
+                "type": "git",
1144
+                "url": "https://github.com/php-fig/container.git",
1145
+                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1146
+            },
1147
+            "dist": {
1148
+                "type": "zip",
1149
+                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1150
+                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1151
+                "shasum": ""
1152
+            },
1153
+            "require": {
1154
+                "php": ">=5.3.0"
1155
+            },
1156
+            "type": "library",
1157
+            "extra": {
1158
+                "branch-alias": {
1159
+                    "dev-master": "1.0.x-dev"
1160
+                }
1161
+            },
1162
+            "autoload": {
1163
+                "psr-4": {
1164
+                    "Psr\\Container\\": "src/"
1165
+                }
1166
+            },
1167
+            "notification-url": "https://packagist.org/downloads/",
1168
+            "license": [
1169
+                "MIT"
1170
+            ],
1171
+            "authors": [
1172
+                {
1173
+                    "name": "PHP-FIG",
1174
+                    "homepage": "http://www.php-fig.org/"
1175
+                }
1176
+            ],
1177
+            "description": "Common Container Interface (PHP FIG PSR-11)",
1178
+            "homepage": "https://github.com/php-fig/container",
1179
+            "keywords": [
1180
+                "PSR-11",
1181
+                "container",
1182
+                "container-interface",
1183
+                "container-interop",
1184
+                "psr"
1185
+            ],
1186
+            "time": "2017-02-14T16:28:37+00:00"
1187
+        },
1188
+        {
1189
+            "name": "psr/log",
1190
+            "version": "1.1.2",
1191
+            "source": {
1192
+                "type": "git",
1193
+                "url": "https://github.com/php-fig/log.git",
1194
+                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1195
+            },
1196
+            "dist": {
1197
+                "type": "zip",
1198
+                "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1199
+                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1200
+                "shasum": ""
1201
+            },
1202
+            "require": {
1203
+                "php": ">=5.3.0"
1204
+            },
1205
+            "type": "library",
1206
+            "extra": {
1207
+                "branch-alias": {
1208
+                    "dev-master": "1.1.x-dev"
1209
+                }
1210
+            },
1211
+            "autoload": {
1212
+                "psr-4": {
1213
+                    "Psr\\Log\\": "Psr/Log/"
1214
+                }
1215
+            },
1216
+            "notification-url": "https://packagist.org/downloads/",
1217
+            "license": [
1218
+                "MIT"
1219
+            ],
1220
+            "authors": [
1221
+                {
1222
+                    "name": "PHP-FIG",
1223
+                    "homepage": "http://www.php-fig.org/"
1224
+                }
1225
+            ],
1226
+            "description": "Common interface for logging libraries",
1227
+            "homepage": "https://github.com/php-fig/log",
1228
+            "keywords": [
1229
+                "log",
1230
+                "psr",
1231
+                "psr-3"
1232
+            ],
1233
+            "time": "2019-11-01T11:05:21+00:00"
1234
+        },
1235
+        {
1236
+            "name": "sebastian/code-unit-reverse-lookup",
1237
+            "version": "1.0.1",
1238
+            "source": {
1239
+                "type": "git",
1240
+                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1241
+                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1242
+            },
1243
+            "dist": {
1244
+                "type": "zip",
1245
+                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1246
+                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1247
+                "shasum": ""
1248
+            },
1249
+            "require": {
1250
+                "php": "^5.6 || ^7.0"
1251
+            },
1252
+            "require-dev": {
1253
+                "phpunit/phpunit": "^5.7 || ^6.0"
1254
+            },
1255
+            "type": "library",
1256
+            "extra": {
1257
+                "branch-alias": {
1258
+                    "dev-master": "1.0.x-dev"
1259
+                }
1260
+            },
1261
+            "autoload": {
1262
+                "classmap": [
1263
+                    "src/"
1264
+                ]
1265
+            },
1266
+            "notification-url": "https://packagist.org/downloads/",
1267
+            "license": [
1268
+                "BSD-3-Clause"
1269
+            ],
1270
+            "authors": [
1271
+                {
1272
+                    "name": "Sebastian Bergmann",
1273
+                    "email": "sebastian@phpunit.de"
1274
+                }
1275
+            ],
1276
+            "description": "Looks up which function or method a line of code belongs to",
1277
+            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1278
+            "time": "2017-03-04T06:30:41+00:00"
1279
+        },
1280
+        {
1281
+            "name": "sebastian/comparator",
1282
+            "version": "1.2.4",
1283
+            "source": {
1284
+                "type": "git",
1285
+                "url": "https://github.com/sebastianbergmann/comparator.git",
1286
+                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1287
+            },
1288
+            "dist": {
1289
+                "type": "zip",
1290
+                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1291
+                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1292
+                "shasum": ""
1293
+            },
1294
+            "require": {
1295
+                "php": ">=5.3.3",
1296
+                "sebastian/diff": "~1.2",
1297
+                "sebastian/exporter": "~1.2 || ~2.0"
1298
+            },
1299
+            "require-dev": {
1300
+                "phpunit/phpunit": "~4.4"
1301
+            },
1302
+            "type": "library",
1303
+            "extra": {
1304
+                "branch-alias": {
1305
+                    "dev-master": "1.2.x-dev"
1306
+                }
1307
+            },
1308
+            "autoload": {
1309
+                "classmap": [
1310
+                    "src/"
1311
+                ]
1312
+            },
1313
+            "notification-url": "https://packagist.org/downloads/",
1314
+            "license": [
1315
+                "BSD-3-Clause"
1316
+            ],
1317
+            "authors": [
1318
+                {
1319
+                    "name": "Jeff Welch",
1320
+                    "email": "whatthejeff@gmail.com"
1321
+                },
1322
+                {
1323
+                    "name": "Volker Dusch",
1324
+                    "email": "github@wallbash.com"
1325
+                },
1326
+                {
1327
+                    "name": "Bernhard Schussek",
1328
+                    "email": "bschussek@2bepublished.at"
1329
+                },
1330
+                {
1331
+                    "name": "Sebastian Bergmann",
1332
+                    "email": "sebastian@phpunit.de"
1333
+                }
1334
+            ],
1335
+            "description": "Provides the functionality to compare PHP values for equality",
1336
+            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1337
+            "keywords": [
1338
+                "comparator",
1339
+                "compare",
1340
+                "equality"
1341
+            ],
1342
+            "time": "2017-01-29T09:50:25+00:00"
1343
+        },
1344
+        {
1345
+            "name": "sebastian/diff",
1346
+            "version": "1.4.3",
1347
+            "source": {
1348
+                "type": "git",
1349
+                "url": "https://github.com/sebastianbergmann/diff.git",
1350
+                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1351
+            },
1352
+            "dist": {
1353
+                "type": "zip",
1354
+                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1355
+                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1356
+                "shasum": ""
1357
+            },
1358
+            "require": {
1359
+                "php": "^5.3.3 || ^7.0"
1360
+            },
1361
+            "require-dev": {
1362
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1363
+            },
1364
+            "type": "library",
1365
+            "extra": {
1366
+                "branch-alias": {
1367
+                    "dev-master": "1.4-dev"
1368
+                }
1369
+            },
1370
+            "autoload": {
1371
+                "classmap": [
1372
+                    "src/"
1373
+                ]
1374
+            },
1375
+            "notification-url": "https://packagist.org/downloads/",
1376
+            "license": [
1377
+                "BSD-3-Clause"
1378
+            ],
1379
+            "authors": [
1380
+                {
1381
+                    "name": "Kore Nordmann",
1382
+                    "email": "mail@kore-nordmann.de"
1383
+                },
1384
+                {
1385
+                    "name": "Sebastian Bergmann",
1386
+                    "email": "sebastian@phpunit.de"
1387
+                }
1388
+            ],
1389
+            "description": "Diff implementation",
1390
+            "homepage": "https://github.com/sebastianbergmann/diff",
1391
+            "keywords": [
1392
+                "diff"
1393
+            ],
1394
+            "time": "2017-05-22T07:24:03+00:00"
1395
+        },
1396
+        {
1397
+            "name": "sebastian/environment",
1398
+            "version": "2.0.0",
1399
+            "source": {
1400
+                "type": "git",
1401
+                "url": "https://github.com/sebastianbergmann/environment.git",
1402
+                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1403
+            },
1404
+            "dist": {
1405
+                "type": "zip",
1406
+                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1407
+                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1408
+                "shasum": ""
1409
+            },
1410
+            "require": {
1411
+                "php": "^5.6 || ^7.0"
1412
+            },
1413
+            "require-dev": {
1414
+                "phpunit/phpunit": "^5.0"
1415
+            },
1416
+            "type": "library",
1417
+            "extra": {
1418
+                "branch-alias": {
1419
+                    "dev-master": "2.0.x-dev"
1420
+                }
1421
+            },
1422
+            "autoload": {
1423
+                "classmap": [
1424
+                    "src/"
1425
+                ]
1426
+            },
1427
+            "notification-url": "https://packagist.org/downloads/",
1428
+            "license": [
1429
+                "BSD-3-Clause"
1430
+            ],
1431
+            "authors": [
1432
+                {
1433
+                    "name": "Sebastian Bergmann",
1434
+                    "email": "sebastian@phpunit.de"
1435
+                }
1436
+            ],
1437
+            "description": "Provides functionality to handle HHVM/PHP environments",
1438
+            "homepage": "http://www.github.com/sebastianbergmann/environment",
1439
+            "keywords": [
1440
+                "Xdebug",
1441
+                "environment",
1442
+                "hhvm"
1443
+            ],
1444
+            "time": "2016-11-26T07:53:53+00:00"
1445
+        },
1446
+        {
1447
+            "name": "sebastian/exporter",
1448
+            "version": "2.0.0",
1449
+            "source": {
1450
+                "type": "git",
1451
+                "url": "https://github.com/sebastianbergmann/exporter.git",
1452
+                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1453
+            },
1454
+            "dist": {
1455
+                "type": "zip",
1456
+                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1457
+                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1458
+                "shasum": ""
1459
+            },
1460
+            "require": {
1461
+                "php": ">=5.3.3",
1462
+                "sebastian/recursion-context": "~2.0"
1463
+            },
1464
+            "require-dev": {
1465
+                "ext-mbstring": "*",
1466
+                "phpunit/phpunit": "~4.4"
1467
+            },
1468
+            "type": "library",
1469
+            "extra": {
1470
+                "branch-alias": {
1471
+                    "dev-master": "2.0.x-dev"
1472
+                }
1473
+            },
1474
+            "autoload": {
1475
+                "classmap": [
1476
+                    "src/"
1477
+                ]
1478
+            },
1479
+            "notification-url": "https://packagist.org/downloads/",
1480
+            "license": [
1481
+                "BSD-3-Clause"
1482
+            ],
1483
+            "authors": [
1484
+                {
1485
+                    "name": "Jeff Welch",
1486
+                    "email": "whatthejeff@gmail.com"
1487
+                },
1488
+                {
1489
+                    "name": "Volker Dusch",
1490
+                    "email": "github@wallbash.com"
1491
+                },
1492
+                {
1493
+                    "name": "Bernhard Schussek",
1494
+                    "email": "bschussek@2bepublished.at"
1495
+                },
1496
+                {
1497
+                    "name": "Sebastian Bergmann",
1498
+                    "email": "sebastian@phpunit.de"
1499
+                },
1500
+                {
1501
+                    "name": "Adam Harvey",
1502
+                    "email": "aharvey@php.net"
1503
+                }
1504
+            ],
1505
+            "description": "Provides the functionality to export PHP variables for visualization",
1506
+            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1507
+            "keywords": [
1508
+                "export",
1509
+                "exporter"
1510
+            ],
1511
+            "time": "2016-11-19T08:54:04+00:00"
1512
+        },
1513
+        {
1514
+            "name": "sebastian/global-state",
1515
+            "version": "1.1.1",
1516
+            "source": {
1517
+                "type": "git",
1518
+                "url": "https://github.com/sebastianbergmann/global-state.git",
1519
+                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1520
+            },
1521
+            "dist": {
1522
+                "type": "zip",
1523
+                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1524
+                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1525
+                "shasum": ""
1526
+            },
1527
+            "require": {
1528
+                "php": ">=5.3.3"
1529
+            },
1530
+            "require-dev": {
1531
+                "phpunit/phpunit": "~4.2"
1532
+            },
1533
+            "suggest": {
1534
+                "ext-uopz": "*"
1535
+            },
1536
+            "type": "library",
1537
+            "extra": {
1538
+                "branch-alias": {
1539
+                    "dev-master": "1.0-dev"
1540
+                }
1541
+            },
1542
+            "autoload": {
1543
+                "classmap": [
1544
+                    "src/"
1545
+                ]
1546
+            },
1547
+            "notification-url": "https://packagist.org/downloads/",
1548
+            "license": [
1549
+                "BSD-3-Clause"
1550
+            ],
1551
+            "authors": [
1552
+                {
1553
+                    "name": "Sebastian Bergmann",
1554
+                    "email": "sebastian@phpunit.de"
1555
+                }
1556
+            ],
1557
+            "description": "Snapshotting of global state",
1558
+            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1559
+            "keywords": [
1560
+                "global state"
1561
+            ],
1562
+            "time": "2015-10-12T03:26:01+00:00"
1563
+        },
1564
+        {
1565
+            "name": "sebastian/object-enumerator",
1566
+            "version": "2.0.1",
1567
+            "source": {
1568
+                "type": "git",
1569
+                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1570
+                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1571
+            },
1572
+            "dist": {
1573
+                "type": "zip",
1574
+                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1575
+                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1576
+                "shasum": ""
1577
+            },
1578
+            "require": {
1579
+                "php": ">=5.6",
1580
+                "sebastian/recursion-context": "~2.0"
1581
+            },
1582
+            "require-dev": {
1583
+                "phpunit/phpunit": "~5"
1584
+            },
1585
+            "type": "library",
1586
+            "extra": {
1587
+                "branch-alias": {
1588
+                    "dev-master": "2.0.x-dev"
1589
+                }
1590
+            },
1591
+            "autoload": {
1592
+                "classmap": [
1593
+                    "src/"
1594
+                ]
1595
+            },
1596
+            "notification-url": "https://packagist.org/downloads/",
1597
+            "license": [
1598
+                "BSD-3-Clause"
1599
+            ],
1600
+            "authors": [
1601
+                {
1602
+                    "name": "Sebastian Bergmann",
1603
+                    "email": "sebastian@phpunit.de"
1604
+                }
1605
+            ],
1606
+            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1607
+            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1608
+            "time": "2017-02-18T15:18:39+00:00"
1609
+        },
1610
+        {
1611
+            "name": "sebastian/recursion-context",
1612
+            "version": "2.0.0",
1613
+            "source": {
1614
+                "type": "git",
1615
+                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1616
+                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1617
+            },
1618
+            "dist": {
1619
+                "type": "zip",
1620
+                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1621
+                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1622
+                "shasum": ""
1623
+            },
1624
+            "require": {
1625
+                "php": ">=5.3.3"
1626
+            },
1627
+            "require-dev": {
1628
+                "phpunit/phpunit": "~4.4"
1629
+            },
1630
+            "type": "library",
1631
+            "extra": {
1632
+                "branch-alias": {
1633
+                    "dev-master": "2.0.x-dev"
1634
+                }
1635
+            },
1636
+            "autoload": {
1637
+                "classmap": [
1638
+                    "src/"
1639
+                ]
1640
+            },
1641
+            "notification-url": "https://packagist.org/downloads/",
1642
+            "license": [
1643
+                "BSD-3-Clause"
1644
+            ],
1645
+            "authors": [
1646
+                {
1647
+                    "name": "Jeff Welch",
1648
+                    "email": "whatthejeff@gmail.com"
1649
+                },
1650
+                {
1651
+                    "name": "Sebastian Bergmann",
1652
+                    "email": "sebastian@phpunit.de"
1653
+                },
1654
+                {
1655
+                    "name": "Adam Harvey",
1656
+                    "email": "aharvey@php.net"
1657
+                }
1658
+            ],
1659
+            "description": "Provides functionality to recursively process PHP variables",
1660
+            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1661
+            "time": "2016-11-19T07:33:16+00:00"
1662
+        },
1663
+        {
1664
+            "name": "sebastian/resource-operations",
1665
+            "version": "1.0.0",
1666
+            "source": {
1667
+                "type": "git",
1668
+                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1669
+                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1670
+            },
1671
+            "dist": {
1672
+                "type": "zip",
1673
+                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1674
+                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1675
+                "shasum": ""
1676
+            },
1677
+            "require": {
1678
+                "php": ">=5.6.0"
1679
+            },
1680
+            "type": "library",
1681
+            "extra": {
1682
+                "branch-alias": {
1683
+                    "dev-master": "1.0.x-dev"
1684
+                }
1685
+            },
1686
+            "autoload": {
1687
+                "classmap": [
1688
+                    "src/"
1689
+                ]
1690
+            },
1691
+            "notification-url": "https://packagist.org/downloads/",
1692
+            "license": [
1693
+                "BSD-3-Clause"
1694
+            ],
1695
+            "authors": [
1696
+                {
1697
+                    "name": "Sebastian Bergmann",
1698
+                    "email": "sebastian@phpunit.de"
1699
+                }
1700
+            ],
1701
+            "description": "Provides a list of PHP built-in functions that operate on resources",
1702
+            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1703
+            "time": "2015-07-28T20:34:47+00:00"
1704
+        },
1705
+        {
1706
+            "name": "sebastian/version",
1707
+            "version": "2.0.1",
1708
+            "source": {
1709
+                "type": "git",
1710
+                "url": "https://github.com/sebastianbergmann/version.git",
1711
+                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1712
+            },
1713
+            "dist": {
1714
+                "type": "zip",
1715
+                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1716
+                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1717
+                "shasum": ""
1718
+            },
1719
+            "require": {
1720
+                "php": ">=5.6"
1721
+            },
1722
+            "type": "library",
1723
+            "extra": {
1724
+                "branch-alias": {
1725
+                    "dev-master": "2.0.x-dev"
1726
+                }
1727
+            },
1728
+            "autoload": {
1729
+                "classmap": [
1730
+                    "src/"
1731
+                ]
1732
+            },
1733
+            "notification-url": "https://packagist.org/downloads/",
1734
+            "license": [
1735
+                "BSD-3-Clause"
1736
+            ],
1737
+            "authors": [
1738
+                {
1739
+                    "name": "Sebastian Bergmann",
1740
+                    "email": "sebastian@phpunit.de",
1741
+                    "role": "lead"
1742
+                }
1743
+            ],
1744
+            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1745
+            "homepage": "https://github.com/sebastianbergmann/version",
1746
+            "time": "2016-10-03T07:35:21+00:00"
1747
+        },
1748
+        {
1749
+            "name": "squizlabs/php_codesniffer",
1750
+            "version": "3.5.3",
1751
+            "source": {
1752
+                "type": "git",
1753
+                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1754
+                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
1755
+            },
1756
+            "dist": {
1757
+                "type": "zip",
1758
+                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1759
+                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1760
+                "shasum": ""
1761
+            },
1762
+            "require": {
1763
+                "ext-simplexml": "*",
1764
+                "ext-tokenizer": "*",
1765
+                "ext-xmlwriter": "*",
1766
+                "php": ">=5.4.0"
1767
+            },
1768
+            "require-dev": {
1769
+                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1770
+            },
1771
+            "bin": [
1772
+                "bin/phpcs",
1773
+                "bin/phpcbf"
1774
+            ],
1775
+            "type": "library",
1776
+            "extra": {
1777
+                "branch-alias": {
1778
+                    "dev-master": "3.x-dev"
1779
+                }
1780
+            },
1781
+            "notification-url": "https://packagist.org/downloads/",
1782
+            "license": [
1783
+                "BSD-3-Clause"
1784
+            ],
1785
+            "authors": [
1786
+                {
1787
+                    "name": "Greg Sherwood",
1788
+                    "role": "lead"
1789
+                }
1790
+            ],
1791
+            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1792
+            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1793
+            "keywords": [
1794
+                "phpcs",
1795
+                "standards"
1796
+            ],
1797
+            "time": "2019-12-04T04:46:47+00:00"
1798
+        },
1799
+        {
1800
+            "name": "symfony/console",
1801
+            "version": "v4.4.1",
1802
+            "source": {
1803
+                "type": "git",
1804
+                "url": "https://github.com/symfony/console.git",
1805
+                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
1806
+            },
1807
+            "dist": {
1808
+                "type": "zip",
1809
+                "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1810
+                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1811
+                "shasum": ""
1812
+            },
1813
+            "require": {
1814
+                "php": "^7.1.3",
1815
+                "symfony/polyfill-mbstring": "~1.0",
1816
+                "symfony/polyfill-php73": "^1.8",
1817
+                "symfony/service-contracts": "^1.1|^2"
1818
+            },
1819
+            "conflict": {
1820
+                "symfony/dependency-injection": "<3.4",
1821
+                "symfony/event-dispatcher": "<4.3|>=5",
1822
+                "symfony/lock": "<4.4",
1823
+                "symfony/process": "<3.3"
1824
+            },
1825
+            "provide": {
1826
+                "psr/log-implementation": "1.0"
1827
+            },
1828
+            "require-dev": {
1829
+                "psr/log": "~1.0",
1830
+                "symfony/config": "^3.4|^4.0|^5.0",
1831
+                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1832
+                "symfony/event-dispatcher": "^4.3",
1833
+                "symfony/lock": "^4.4|^5.0",
1834
+                "symfony/process": "^3.4|^4.0|^5.0",
1835
+                "symfony/var-dumper": "^4.3|^5.0"
1836
+            },
1837
+            "suggest": {
1838
+                "psr/log": "For using the console logger",
1839
+                "symfony/event-dispatcher": "",
1840
+                "symfony/lock": "",
1841
+                "symfony/process": ""
1842
+            },
1843
+            "type": "library",
1844
+            "extra": {
1845
+                "branch-alias": {
1846
+                    "dev-master": "4.4-dev"
1847
+                }
1848
+            },
1849
+            "autoload": {
1850
+                "psr-4": {
1851
+                    "Symfony\\Component\\Console\\": ""
1852
+                },
1853
+                "exclude-from-classmap": [
1854
+                    "/Tests/"
1855
+                ]
1856
+            },
1857
+            "notification-url": "https://packagist.org/downloads/",
1858
+            "license": [
1859
+                "MIT"
1860
+            ],
1861
+            "authors": [
1862
+                {
1863
+                    "name": "Fabien Potencier",
1864
+                    "email": "fabien@symfony.com"
1865
+                },
1866
+                {
1867
+                    "name": "Symfony Community",
1868
+                    "homepage": "https://symfony.com/contributors"
1869
+                }
1870
+            ],
1871
+            "description": "Symfony Console Component",
1872
+            "homepage": "https://symfony.com",
1873
+            "time": "2019-12-01T10:06:17+00:00"
1874
+        },
1875
+        {
1876
+            "name": "symfony/event-dispatcher",
1877
+            "version": "v4.4.1",
1878
+            "source": {
1879
+                "type": "git",
1880
+                "url": "https://github.com/symfony/event-dispatcher.git",
1881
+                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
1882
+            },
1883
+            "dist": {
1884
+                "type": "zip",
1885
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
1886
+                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
1887
+                "shasum": ""
1888
+            },
1889
+            "require": {
1890
+                "php": "^7.1.3",
1891
+                "symfony/event-dispatcher-contracts": "^1.1"
1892
+            },
1893
+            "conflict": {
1894
+                "symfony/dependency-injection": "<3.4"
1895
+            },
1896
+            "provide": {
1897
+                "psr/event-dispatcher-implementation": "1.0",
1898
+                "symfony/event-dispatcher-implementation": "1.1"
1899
+            },
1900
+            "require-dev": {
1901
+                "psr/log": "~1.0",
1902
+                "symfony/config": "^3.4|^4.0|^5.0",
1903
+                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1904
+                "symfony/expression-language": "^3.4|^4.0|^5.0",
1905
+                "symfony/http-foundation": "^3.4|^4.0|^5.0",
1906
+                "symfony/service-contracts": "^1.1|^2",
1907
+                "symfony/stopwatch": "^3.4|^4.0|^5.0"
1908
+            },
1909
+            "suggest": {
1910
+                "symfony/dependency-injection": "",
1911
+                "symfony/http-kernel": ""
1912
+            },
1913
+            "type": "library",
1914
+            "extra": {
1915
+                "branch-alias": {
1916
+                    "dev-master": "4.4-dev"
1917
+                }
1918
+            },
1919
+            "autoload": {
1920
+                "psr-4": {
1921
+                    "Symfony\\Component\\EventDispatcher\\": ""
1922
+                },
1923
+                "exclude-from-classmap": [
1924
+                    "/Tests/"
1925
+                ]
1926
+            },
1927
+            "notification-url": "https://packagist.org/downloads/",
1928
+            "license": [
1929
+                "MIT"
1930
+            ],
1931
+            "authors": [
1932
+                {
1933
+                    "name": "Fabien Potencier",
1934
+                    "email": "fabien@symfony.com"
1935
+                },
1936
+                {
1937
+                    "name": "Symfony Community",
1938
+                    "homepage": "https://symfony.com/contributors"
1939
+                }
1940
+            ],
1941
+            "description": "Symfony EventDispatcher Component",
1942
+            "homepage": "https://symfony.com",
1943
+            "time": "2019-11-28T13:33:56+00:00"
1944
+        },
1945
+        {
1946
+            "name": "symfony/event-dispatcher-contracts",
1947
+            "version": "v1.1.7",
1948
+            "source": {
1949
+                "type": "git",
1950
+                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1951
+                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
1952
+            },
1953
+            "dist": {
1954
+                "type": "zip",
1955
+                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1956
+                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1957
+                "shasum": ""
1958
+            },
1959
+            "require": {
1960
+                "php": "^7.1.3"
1961
+            },
1962
+            "suggest": {
1963
+                "psr/event-dispatcher": "",
1964
+                "symfony/event-dispatcher-implementation": ""
1965
+            },
1966
+            "type": "library",
1967
+            "extra": {
1968
+                "branch-alias": {
1969
+                    "dev-master": "1.1-dev"
1970
+                }
1971
+            },
1972
+            "autoload": {
1973
+                "psr-4": {
1974
+                    "Symfony\\Contracts\\EventDispatcher\\": ""
1975
+                }
1976
+            },
1977
+            "notification-url": "https://packagist.org/downloads/",
1978
+            "license": [
1979
+                "MIT"
1980
+            ],
1981
+            "authors": [
1982
+                {
1983
+                    "name": "Nicolas Grekas",
1984
+                    "email": "p@tchwork.com"
1985
+                },
1986
+                {
1987
+                    "name": "Symfony Community",
1988
+                    "homepage": "https://symfony.com/contributors"
1989
+                }
1990
+            ],
1991
+            "description": "Generic abstractions related to dispatching event",
1992
+            "homepage": "https://symfony.com",
1993
+            "keywords": [
1994
+                "abstractions",
1995
+                "contracts",
1996
+                "decoupling",
1997
+                "interfaces",
1998
+                "interoperability",
1999
+                "standards"
2000
+            ],
2001
+            "time": "2019-09-17T09:54:03+00:00"
2002
+        },
2003
+        {
2004
+            "name": "symfony/filesystem",
2005
+            "version": "v5.0.1",
2006
+            "source": {
2007
+                "type": "git",
2008
+                "url": "https://github.com/symfony/filesystem.git",
2009
+                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6"
2010
+            },
2011
+            "dist": {
2012
+                "type": "zip",
2013
+                "url": "https://api.github.com/repos/symfony/filesystem/zipball/1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2014
+                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2015
+                "shasum": ""
2016
+            },
2017
+            "require": {
2018
+                "php": "^7.2.5",
2019
+                "symfony/polyfill-ctype": "~1.8"
2020
+            },
2021
+            "type": "library",
2022
+            "extra": {
2023
+                "branch-alias": {
2024
+                    "dev-master": "5.0-dev"
2025
+                }
2026
+            },
2027
+            "autoload": {
2028
+                "psr-4": {
2029
+                    "Symfony\\Component\\Filesystem\\": ""
2030
+                },
2031
+                "exclude-from-classmap": [
2032
+                    "/Tests/"
2033
+                ]
2034
+            },
2035
+            "notification-url": "https://packagist.org/downloads/",
2036
+            "license": [
2037
+                "MIT"
2038
+            ],
2039
+            "authors": [
2040
+                {
2041
+                    "name": "Fabien Potencier",
2042
+                    "email": "fabien@symfony.com"
2043
+                },
2044
+                {
2045
+                    "name": "Symfony Community",
2046
+                    "homepage": "https://symfony.com/contributors"
2047
+                }
2048
+            ],
2049
+            "description": "Symfony Filesystem Component",
2050
+            "homepage": "https://symfony.com",
2051
+            "time": "2019-11-26T23:25:11+00:00"
2052
+        },
2053
+        {
2054
+            "name": "symfony/finder",
2055
+            "version": "v5.0.1",
2056
+            "source": {
2057
+                "type": "git",
2058
+                "url": "https://github.com/symfony/finder.git",
2059
+                "reference": "17874dd8ab9a19422028ad56172fb294287a701b"
2060
+            },
2061
+            "dist": {
2062
+                "type": "zip",
2063
+                "url": "https://api.github.com/repos/symfony/finder/zipball/17874dd8ab9a19422028ad56172fb294287a701b",
2064
+                "reference": "17874dd8ab9a19422028ad56172fb294287a701b",
2065
+                "shasum": ""
2066
+            },
2067
+            "require": {
2068
+                "php": "^7.2.5"
2069
+            },
2070
+            "type": "library",
2071
+            "extra": {
2072
+                "branch-alias": {
2073
+                    "dev-master": "5.0-dev"
2074
+                }
2075
+            },
2076
+            "autoload": {
2077
+                "psr-4": {
2078
+                    "Symfony\\Component\\Finder\\": ""
2079
+                },
2080
+                "exclude-from-classmap": [
2081
+                    "/Tests/"
2082
+                ]
2083
+            },
2084
+            "notification-url": "https://packagist.org/downloads/",
2085
+            "license": [
2086
+                "MIT"
2087
+            ],
2088
+            "authors": [
2089
+                {
2090
+                    "name": "Fabien Potencier",
2091
+                    "email": "fabien@symfony.com"
2092
+                },
2093
+                {
2094
+                    "name": "Symfony Community",
2095
+                    "homepage": "https://symfony.com/contributors"
2096
+                }
2097
+            ],
2098
+            "description": "Symfony Finder Component",
2099
+            "homepage": "https://symfony.com",
2100
+            "time": "2019-11-18T17:27:11+00:00"
2101
+        },
2102
+        {
2103
+            "name": "symfony/options-resolver",
2104
+            "version": "v5.0.1",
2105
+            "source": {
2106
+                "type": "git",
2107
+                "url": "https://github.com/symfony/options-resolver.git",
2108
+                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68"
2109
+            },
2110
+            "dist": {
2111
+                "type": "zip",
2112
+                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2113
+                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2114
+                "shasum": ""
2115
+            },
2116
+            "require": {
2117
+                "php": "^7.2.5"
2118
+            },
2119
+            "type": "library",
2120
+            "extra": {
2121
+                "branch-alias": {
2122
+                    "dev-master": "5.0-dev"
2123
+                }
2124
+            },
2125
+            "autoload": {
2126
+                "psr-4": {
2127
+                    "Symfony\\Component\\OptionsResolver\\": ""
2128
+                },
2129
+                "exclude-from-classmap": [
2130
+                    "/Tests/"
2131
+                ]
2132
+            },
2133
+            "notification-url": "https://packagist.org/downloads/",
2134
+            "license": [
2135
+                "MIT"
2136
+            ],
2137
+            "authors": [
2138
+                {
2139
+                    "name": "Fabien Potencier",
2140
+                    "email": "fabien@symfony.com"
2141
+                },
2142
+                {
2143
+                    "name": "Symfony Community",
2144
+                    "homepage": "https://symfony.com/contributors"
2145
+                }
2146
+            ],
2147
+            "description": "Symfony OptionsResolver Component",
2148
+            "homepage": "https://symfony.com",
2149
+            "keywords": [
2150
+                "config",
2151
+                "configuration",
2152
+                "options"
2153
+            ],
2154
+            "time": "2019-11-18T17:27:11+00:00"
2155
+        },
2156
+        {
2157
+            "name": "symfony/polyfill-ctype",
2158
+            "version": "v1.13.1",
2159
+            "source": {
2160
+                "type": "git",
2161
+                "url": "https://github.com/symfony/polyfill-ctype.git",
2162
+                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
2163
+            },
2164
+            "dist": {
2165
+                "type": "zip",
2166
+                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2167
+                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2168
+                "shasum": ""
2169
+            },
2170
+            "require": {
2171
+                "php": ">=5.3.3"
2172
+            },
2173
+            "suggest": {
2174
+                "ext-ctype": "For best performance"
2175
+            },
2176
+            "type": "library",
2177
+            "extra": {
2178
+                "branch-alias": {
2179
+                    "dev-master": "1.13-dev"
2180
+                }
2181
+            },
2182
+            "autoload": {
2183
+                "psr-4": {
2184
+                    "Symfony\\Polyfill\\Ctype\\": ""
2185
+                },
2186
+                "files": [
2187
+                    "bootstrap.php"
2188
+                ]
2189
+            },
2190
+            "notification-url": "https://packagist.org/downloads/",
2191
+            "license": [
2192
+                "MIT"
2193
+            ],
2194
+            "authors": [
2195
+                {
2196
+                    "name": "Gert de Pagter",
2197
+                    "email": "BackEndTea@gmail.com"
2198
+                },
2199
+                {
2200
+                    "name": "Symfony Community",
2201
+                    "homepage": "https://symfony.com/contributors"
2202
+                }
2203
+            ],
2204
+            "description": "Symfony polyfill for ctype functions",
2205
+            "homepage": "https://symfony.com",
2206
+            "keywords": [
2207
+                "compatibility",
2208
+                "ctype",
2209
+                "polyfill",
2210
+                "portable"
2211
+            ],
2212
+            "time": "2019-11-27T13:56:44+00:00"
2213
+        },
2214
+        {
2215
+            "name": "symfony/polyfill-mbstring",
2216
+            "version": "v1.13.1",
2217
+            "source": {
2218
+                "type": "git",
2219
+                "url": "https://github.com/symfony/polyfill-mbstring.git",
2220
+                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2221
+            },
2222
+            "dist": {
2223
+                "type": "zip",
2224
+                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
2225
+                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2226
+                "shasum": ""
2227
+            },
2228
+            "require": {
2229
+                "php": ">=5.3.3"
2230
+            },
2231
+            "suggest": {
2232
+                "ext-mbstring": "For best performance"
2233
+            },
2234
+            "type": "library",
2235
+            "extra": {
2236
+                "branch-alias": {
2237
+                    "dev-master": "1.13-dev"
2238
+                }
2239
+            },
2240
+            "autoload": {
2241
+                "psr-4": {
2242
+                    "Symfony\\Polyfill\\Mbstring\\": ""
2243
+                },
2244
+                "files": [
2245
+                    "bootstrap.php"
2246
+                ]
2247
+            },
2248
+            "notification-url": "https://packagist.org/downloads/",
2249
+            "license": [
2250
+                "MIT"
2251
+            ],
2252
+            "authors": [
2253
+                {
2254
+                    "name": "Nicolas Grekas",
2255
+                    "email": "p@tchwork.com"
2256
+                },
2257
+                {
2258
+                    "name": "Symfony Community",
2259
+                    "homepage": "https://symfony.com/contributors"
2260
+                }
2261
+            ],
2262
+            "description": "Symfony polyfill for the Mbstring extension",
2263
+            "homepage": "https://symfony.com",
2264
+            "keywords": [
2265
+                "compatibility",
2266
+                "mbstring",
2267
+                "polyfill",
2268
+                "portable",
2269
+                "shim"
2270
+            ],
2271
+            "time": "2019-11-27T14:18:11+00:00"
2272
+        },
2273
+        {
2274
+            "name": "symfony/polyfill-php70",
2275
+            "version": "v1.13.1",
2276
+            "source": {
2277
+                "type": "git",
2278
+                "url": "https://github.com/symfony/polyfill-php70.git",
2279
+                "reference": "af23c7bb26a73b850840823662dda371484926c4"
2280
+            },
2281
+            "dist": {
2282
+                "type": "zip",
2283
+                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
2284
+                "reference": "af23c7bb26a73b850840823662dda371484926c4",
2285
+                "shasum": ""
2286
+            },
2287
+            "require": {
2288
+                "paragonie/random_compat": "~1.0|~2.0|~9.99",
2289
+                "php": ">=5.3.3"
2290
+            },
2291
+            "type": "library",
2292
+            "extra": {
2293
+                "branch-alias": {
2294
+                    "dev-master": "1.13-dev"
2295
+                }
2296
+            },
2297
+            "autoload": {
2298
+                "psr-4": {
2299
+                    "Symfony\\Polyfill\\Php70\\": ""
2300
+                },
2301
+                "files": [
2302
+                    "bootstrap.php"
2303
+                ],
2304
+                "classmap": [
2305
+                    "Resources/stubs"
2306
+                ]
2307
+            },
2308
+            "notification-url": "https://packagist.org/downloads/",
2309
+            "license": [
2310
+                "MIT"
2311
+            ],
2312
+            "authors": [
2313
+                {
2314
+                    "name": "Nicolas Grekas",
2315
+                    "email": "p@tchwork.com"
2316
+                },
2317
+                {
2318
+                    "name": "Symfony Community",
2319
+                    "homepage": "https://symfony.com/contributors"
2320
+                }
2321
+            ],
2322
+            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2323
+            "homepage": "https://symfony.com",
2324
+            "keywords": [
2325
+                "compatibility",
2326
+                "polyfill",
2327
+                "portable",
2328
+                "shim"
2329
+            ],
2330
+            "time": "2019-11-27T13:56:44+00:00"
2331
+        },
2332
+        {
2333
+            "name": "symfony/polyfill-php72",
2334
+            "version": "v1.13.1",
2335
+            "source": {
2336
+                "type": "git",
2337
+                "url": "https://github.com/symfony/polyfill-php72.git",
2338
+                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
2339
+            },
2340
+            "dist": {
2341
+                "type": "zip",
2342
+                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
2343
+                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
2344
+                "shasum": ""
2345
+            },
2346
+            "require": {
2347
+                "php": ">=5.3.3"
2348
+            },
2349
+            "type": "library",
2350
+            "extra": {
2351
+                "branch-alias": {
2352
+                    "dev-master": "1.13-dev"
2353
+                }
2354
+            },
2355
+            "autoload": {
2356
+                "psr-4": {
2357
+                    "Symfony\\Polyfill\\Php72\\": ""
2358
+                },
2359
+                "files": [
2360
+                    "bootstrap.php"
2361
+                ]
2362
+            },
2363
+            "notification-url": "https://packagist.org/downloads/",
2364
+            "license": [
2365
+                "MIT"
2366
+            ],
2367
+            "authors": [
2368
+                {
2369
+                    "name": "Nicolas Grekas",
2370
+                    "email": "p@tchwork.com"
2371
+                },
2372
+                {
2373
+                    "name": "Symfony Community",
2374
+                    "homepage": "https://symfony.com/contributors"
2375
+                }
2376
+            ],
2377
+            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2378
+            "homepage": "https://symfony.com",
2379
+            "keywords": [
2380
+                "compatibility",
2381
+                "polyfill",
2382
+                "portable",
2383
+                "shim"
2384
+            ],
2385
+            "time": "2019-11-27T13:56:44+00:00"
2386
+        },
2387
+        {
2388
+            "name": "symfony/polyfill-php73",
2389
+            "version": "v1.13.1",
2390
+            "source": {
2391
+                "type": "git",
2392
+                "url": "https://github.com/symfony/polyfill-php73.git",
2393
+                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2394
+            },
2395
+            "dist": {
2396
+                "type": "zip",
2397
+                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
2398
+                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2399
+                "shasum": ""
2400
+            },
2401
+            "require": {
2402
+                "php": ">=5.3.3"
2403
+            },
2404
+            "type": "library",
2405
+            "extra": {
2406
+                "branch-alias": {
2407
+                    "dev-master": "1.13-dev"
2408
+                }
2409
+            },
2410
+            "autoload": {
2411
+                "psr-4": {
2412
+                    "Symfony\\Polyfill\\Php73\\": ""
2413
+                },
2414
+                "files": [
2415
+                    "bootstrap.php"
2416
+                ],
2417
+                "classmap": [
2418
+                    "Resources/stubs"
2419
+                ]
2420
+            },
2421
+            "notification-url": "https://packagist.org/downloads/",
2422
+            "license": [
2423
+                "MIT"
2424
+            ],
2425
+            "authors": [
2426
+                {
2427
+                    "name": "Nicolas Grekas",
2428
+                    "email": "p@tchwork.com"
2429
+                },
2430
+                {
2431
+                    "name": "Symfony Community",
2432
+                    "homepage": "https://symfony.com/contributors"
2433
+                }
2434
+            ],
2435
+            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2436
+            "homepage": "https://symfony.com",
2437
+            "keywords": [
2438
+                "compatibility",
2439
+                "polyfill",
2440
+                "portable",
2441
+                "shim"
2442
+            ],
2443
+            "time": "2019-11-27T16:25:15+00:00"
2444
+        },
2445
+        {
2446
+            "name": "symfony/process",
2447
+            "version": "v3.4.36",
2448
+            "source": {
2449
+                "type": "git",
2450
+                "url": "https://github.com/symfony/process.git",
2451
+                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2"
2452
+            },
2453
+            "dist": {
2454
+                "type": "zip",
2455
+                "url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2456
+                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2457
+                "shasum": ""
2458
+            },
2459
+            "require": {
2460
+                "php": "^5.5.9|>=7.0.8"
2461
+            },
2462
+            "type": "library",
2463
+            "extra": {
2464
+                "branch-alias": {
2465
+                    "dev-master": "3.4-dev"
2466
+                }
2467
+            },
2468
+            "autoload": {
2469
+                "psr-4": {
2470
+                    "Symfony\\Component\\Process\\": ""
2471
+                },
2472
+                "exclude-from-classmap": [
2473
+                    "/Tests/"
2474
+                ]
2475
+            },
2476
+            "notification-url": "https://packagist.org/downloads/",
2477
+            "license": [
2478
+                "MIT"
2479
+            ],
2480
+            "authors": [
2481
+                {
2482
+                    "name": "Fabien Potencier",
2483
+                    "email": "fabien@symfony.com"
2484
+                },
2485
+                {
2486
+                    "name": "Symfony Community",
2487
+                    "homepage": "https://symfony.com/contributors"
2488
+                }
2489
+            ],
2490
+            "description": "Symfony Process Component",
2491
+            "homepage": "https://symfony.com",
2492
+            "time": "2019-11-28T10:05:51+00:00"
2493
+        },
2494
+        {
2495
+            "name": "symfony/service-contracts",
2496
+            "version": "v2.0.1",
2497
+            "source": {
2498
+                "type": "git",
2499
+                "url": "https://github.com/symfony/service-contracts.git",
2500
+                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
2501
+            },
2502
+            "dist": {
2503
+                "type": "zip",
2504
+                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
2505
+                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
2506
+                "shasum": ""
2507
+            },
2508
+            "require": {
2509
+                "php": "^7.2.5",
2510
+                "psr/container": "^1.0"
2511
+            },
2512
+            "suggest": {
2513
+                "symfony/service-implementation": ""
2514
+            },
2515
+            "type": "library",
2516
+            "extra": {
2517
+                "branch-alias": {
2518
+                    "dev-master": "2.0-dev"
2519
+                }
2520
+            },
2521
+            "autoload": {
2522
+                "psr-4": {
2523
+                    "Symfony\\Contracts\\Service\\": ""
2524
+                }
2525
+            },
2526
+            "notification-url": "https://packagist.org/downloads/",
2527
+            "license": [
2528
+                "MIT"
2529
+            ],
2530
+            "authors": [
2531
+                {
2532
+                    "name": "Nicolas Grekas",
2533
+                    "email": "p@tchwork.com"
2534
+                },
2535
+                {
2536
+                    "name": "Symfony Community",
2537
+                    "homepage": "https://symfony.com/contributors"
2538
+                }
2539
+            ],
2540
+            "description": "Generic abstractions related to writing services",
2541
+            "homepage": "https://symfony.com",
2542
+            "keywords": [
2543
+                "abstractions",
2544
+                "contracts",
2545
+                "decoupling",
2546
+                "interfaces",
2547
+                "interoperability",
2548
+                "standards"
2549
+            ],
2550
+            "time": "2019-11-18T17:27:11+00:00"
2551
+        },
2552
+        {
2553
+            "name": "symfony/stopwatch",
2554
+            "version": "v5.0.1",
2555
+            "source": {
2556
+                "type": "git",
2557
+                "url": "https://github.com/symfony/stopwatch.git",
2558
+                "reference": "d410282956706e0b08681a5527447a8e6b6f421e"
2559
+            },
2560
+            "dist": {
2561
+                "type": "zip",
2562
+                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d410282956706e0b08681a5527447a8e6b6f421e",
2563
+                "reference": "d410282956706e0b08681a5527447a8e6b6f421e",
2564
+                "shasum": ""
2565
+            },
2566
+            "require": {
2567
+                "php": "^7.2.5",
2568
+                "symfony/service-contracts": "^1.0|^2"
2569
+            },
2570
+            "type": "library",
2571
+            "extra": {
2572
+                "branch-alias": {
2573
+                    "dev-master": "5.0-dev"
2574
+                }
2575
+            },
2576
+            "autoload": {
2577
+                "psr-4": {
2578
+                    "Symfony\\Component\\Stopwatch\\": ""
2579
+                },
2580
+                "exclude-from-classmap": [
2581
+                    "/Tests/"
2582
+                ]
2583
+            },
2584
+            "notification-url": "https://packagist.org/downloads/",
2585
+            "license": [
2586
+                "MIT"
2587
+            ],
2588
+            "authors": [
2589
+                {
2590
+                    "name": "Fabien Potencier",
2591
+                    "email": "fabien@symfony.com"
2592
+                },
2593
+                {
2594
+                    "name": "Symfony Community",
2595
+                    "homepage": "https://symfony.com/contributors"
2596
+                }
2597
+            ],
2598
+            "description": "Symfony Stopwatch Component",
2599
+            "homepage": "https://symfony.com",
2600
+            "time": "2019-11-18T17:27:11+00:00"
2601
+        },
2602
+        {
2603
+            "name": "symfony/yaml",
2604
+            "version": "v4.4.1",
2605
+            "source": {
2606
+                "type": "git",
2607
+                "url": "https://github.com/symfony/yaml.git",
2608
+                "reference": "76de473358fe802578a415d5bb43c296cf09d211"
2609
+            },
2610
+            "dist": {
2611
+                "type": "zip",
2612
+                "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
2613
+                "reference": "76de473358fe802578a415d5bb43c296cf09d211",
2614
+                "shasum": ""
2615
+            },
2616
+            "require": {
2617
+                "php": "^7.1.3",
2618
+                "symfony/polyfill-ctype": "~1.8"
2619
+            },
2620
+            "conflict": {
2621
+                "symfony/console": "<3.4"
2622
+            },
2623
+            "require-dev": {
2624
+                "symfony/console": "^3.4|^4.0|^5.0"
2625
+            },
2626
+            "suggest": {
2627
+                "symfony/console": "For validating YAML files using the lint command"
2628
+            },
2629
+            "type": "library",
2630
+            "extra": {
2631
+                "branch-alias": {
2632
+                    "dev-master": "4.4-dev"
2633
+                }
2634
+            },
2635
+            "autoload": {
2636
+                "psr-4": {
2637
+                    "Symfony\\Component\\Yaml\\": ""
2638
+                },
2639
+                "exclude-from-classmap": [
2640
+                    "/Tests/"
2641
+                ]
2642
+            },
2643
+            "notification-url": "https://packagist.org/downloads/",
2644
+            "license": [
2645
+                "MIT"
2646
+            ],
2647
+            "authors": [
2648
+                {
2649
+                    "name": "Fabien Potencier",
2650
+                    "email": "fabien@symfony.com"
2651
+                },
2652
+                {
2653
+                    "name": "Symfony Community",
2654
+                    "homepage": "https://symfony.com/contributors"
2655
+                }
2656
+            ],
2657
+            "description": "Symfony Yaml Component",
2658
+            "homepage": "https://symfony.com",
2659
+            "time": "2019-11-12T14:51:11+00:00"
2660
+        },
2661
+        {
2662
+            "name": "webmozart/assert",
2663
+            "version": "1.6.0",
2664
+            "source": {
2665
+                "type": "git",
2666
+                "url": "https://github.com/webmozart/assert.git",
2667
+                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
2668
+            },
2669
+            "dist": {
2670
+                "type": "zip",
2671
+                "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
2672
+                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
2673
+                "shasum": ""
2674
+            },
2675
+            "require": {
2676
+                "php": "^5.3.3 || ^7.0",
2677
+                "symfony/polyfill-ctype": "^1.8"
2678
+            },
2679
+            "conflict": {
2680
+                "vimeo/psalm": "<3.6.0"
2681
+            },
2682
+            "require-dev": {
2683
+                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2684
+            },
2685
+            "type": "library",
2686
+            "autoload": {
2687
+                "psr-4": {
2688
+                    "Webmozart\\Assert\\": "src/"
2689
+                }
2690
+            },
2691
+            "notification-url": "https://packagist.org/downloads/",
2692
+            "license": [
2693
+                "MIT"
2694
+            ],
2695
+            "authors": [
2696
+                {
2697
+                    "name": "Bernhard Schussek",
2698
+                    "email": "bschussek@gmail.com"
2699
+                }
2700
+            ],
2701
+            "description": "Assertions to validate method input/output with nice error messages.",
2702
+            "keywords": [
2703
+                "assert",
2704
+                "check",
2705
+                "validate"
2706
+            ],
2707
+            "time": "2019-11-24T13:36:37+00:00"
2708
+        }
2709
+    ],
2710
+    "aliases": [],
2711
+    "minimum-stability": "stable",
2712
+    "stability-flags": [],
2713
+    "prefer-stable": false,
2714
+    "prefer-lowest": false,
2715
+    "platform": {
2716
+        "php": "^5.6 || ^7.0",
2717
+        "ext-curl": "*",
2718
+        "ext-json": "*",
2719
+        "ext-mbstring": "*"
2720
+    },
2721
+    "platform-dev": []
2722
+}
Browse code

removed Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:12:03
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,2722 +0,0 @@
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#installing-dependencies",
5
-        "This file is @generated automatically"
6
-    ],
7
-    "content-hash": "47f4b9d3f4c3bc283a9e3acc426a0db2",
8
-    "packages": [],
9
-    "packages-dev": [
10
-        {
11
-            "name": "composer/semver",
12
-            "version": "1.5.0",
13
-            "source": {
14
-                "type": "git",
15
-                "url": "https://github.com/composer/semver.git",
16
-                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
17
-            },
18
-            "dist": {
19
-                "type": "zip",
20
-                "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
21
-                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
22
-                "shasum": ""
23
-            },
24
-            "require": {
25
-                "php": "^5.3.2 || ^7.0"
26
-            },
27
-            "require-dev": {
28
-                "phpunit/phpunit": "^4.5 || ^5.0.5",
29
-                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
30
-            },
31
-            "type": "library",
32
-            "extra": {
33
-                "branch-alias": {
34
-                    "dev-master": "1.x-dev"
35
-                }
36
-            },
37
-            "autoload": {
38
-                "psr-4": {
39
-                    "Composer\\Semver\\": "src"
40
-                }
41
-            },
42
-            "notification-url": "https://packagist.org/downloads/",
43
-            "license": [
44
-                "MIT"
45
-            ],
46
-            "authors": [
47
-                {
48
-                    "name": "Nils Adermann",
49
-                    "email": "naderman@naderman.de",
50
-                    "homepage": "http://www.naderman.de"
51
-                },
52
-                {
53
-                    "name": "Jordi Boggiano",
54
-                    "email": "j.boggiano@seld.be",
55
-                    "homepage": "http://seld.be"
56
-                },
57
-                {
58
-                    "name": "Rob Bast",
59
-                    "email": "rob.bast@gmail.com",
60
-                    "homepage": "http://robbast.nl"
61
-                }
62
-            ],
63
-            "description": "Semver library that offers utilities, version constraint parsing and validation.",
64
-            "keywords": [
65
-                "semantic",
66
-                "semver",
67
-                "validation",
68
-                "versioning"
69
-            ],
70
-            "time": "2019-03-19T17:25:45+00:00"
71
-        },
72
-        {
73
-            "name": "composer/xdebug-handler",
74
-            "version": "1.4.0",
75
-            "source": {
76
-                "type": "git",
77
-                "url": "https://github.com/composer/xdebug-handler.git",
78
-                "reference": "cbe23383749496fe0f373345208b79568e4bc248"
79
-            },
80
-            "dist": {
81
-                "type": "zip",
82
-                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
83
-                "reference": "cbe23383749496fe0f373345208b79568e4bc248",
84
-                "shasum": ""
85
-            },
86
-            "require": {
87
-                "php": "^5.3.2 || ^7.0 || ^8.0",
88
-                "psr/log": "^1.0"
89
-            },
90
-            "require-dev": {
91
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
92
-            },
93
-            "type": "library",
94
-            "autoload": {
95
-                "psr-4": {
96
-                    "Composer\\XdebugHandler\\": "src"
97
-                }
98
-            },
99
-            "notification-url": "https://packagist.org/downloads/",
100
-            "license": [
101
-                "MIT"
102
-            ],
103
-            "authors": [
104
-                {
105
-                    "name": "John Stevenson",
106
-                    "email": "john-stevenson@blueyonder.co.uk"
107
-                }
108
-            ],
109
-            "description": "Restarts a process without Xdebug.",
110
-            "keywords": [
111
-                "Xdebug",
112
-                "performance"
113
-            ],
114
-            "time": "2019-11-06T16:40:04+00:00"
115
-        },
116
-        {
117
-            "name": "doctrine/annotations",
118
-            "version": "v1.8.0",
119
-            "source": {
120
-                "type": "git",
121
-                "url": "https://github.com/doctrine/annotations.git",
122
-                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
123
-            },
124
-            "dist": {
125
-                "type": "zip",
126
-                "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
127
-                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
128
-                "shasum": ""
129
-            },
130
-            "require": {
131
-                "doctrine/lexer": "1.*",
132
-                "php": "^7.1"
133
-            },
134
-            "require-dev": {
135
-                "doctrine/cache": "1.*",
136
-                "phpunit/phpunit": "^7.5"
137
-            },
138
-            "type": "library",
139
-            "extra": {
140
-                "branch-alias": {
141
-                    "dev-master": "1.7.x-dev"
142
-                }
143
-            },
144
-            "autoload": {
145
-                "psr-4": {
146
-                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
147
-                }
148
-            },
149
-            "notification-url": "https://packagist.org/downloads/",
150
-            "license": [
151
-                "MIT"
152
-            ],
153
-            "authors": [
154
-                {
155
-                    "name": "Guilherme Blanco",
156
-                    "email": "guilhermeblanco@gmail.com"
157
-                },
158
-                {
159
-                    "name": "Roman Borschel",
160
-                    "email": "roman@code-factory.org"
161
-                },
162
-                {
163
-                    "name": "Benjamin Eberlei",
164
-                    "email": "kontakt@beberlei.de"
165
-                },
166
-                {
167
-                    "name": "Jonathan Wage",
168
-                    "email": "jonwage@gmail.com"
169
-                },
170
-                {
171
-                    "name": "Johannes Schmitt",
172
-                    "email": "schmittjoh@gmail.com"
173
-                }
174
-            ],
175
-            "description": "Docblock Annotations Parser",
176
-            "homepage": "http://www.doctrine-project.org",
177
-            "keywords": [
178
-                "annotations",
179
-                "docblock",
180
-                "parser"
181
-            ],
182
-            "time": "2019-10-01T18:55:10+00:00"
183
-        },
184
-        {
185
-            "name": "doctrine/instantiator",
186
-            "version": "1.3.0",
187
-            "source": {
188
-                "type": "git",
189
-                "url": "https://github.com/doctrine/instantiator.git",
190
-                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
191
-            },
192
-            "dist": {
193
-                "type": "zip",
194
-                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
195
-                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
196
-                "shasum": ""
197
-            },
198
-            "require": {
199
-                "php": "^7.1"
200
-            },
201
-            "require-dev": {
202
-                "doctrine/coding-standard": "^6.0",
203
-                "ext-pdo": "*",
204
-                "ext-phar": "*",
205
-                "phpbench/phpbench": "^0.13",
206
-                "phpstan/phpstan-phpunit": "^0.11",
207
-                "phpstan/phpstan-shim": "^0.11",
208
-                "phpunit/phpunit": "^7.0"
209
-            },
210
-            "type": "library",
211
-            "extra": {
212
-                "branch-alias": {
213
-                    "dev-master": "1.2.x-dev"
214
-                }
215
-            },
216
-            "autoload": {
217
-                "psr-4": {
218
-                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
219
-                }
220
-            },
221
-            "notification-url": "https://packagist.org/downloads/",
222
-            "license": [
223
-                "MIT"
224
-            ],
225
-            "authors": [
226
-                {
227
-                    "name": "Marco Pivetta",
228
-                    "email": "ocramius@gmail.com",
229
-                    "homepage": "http://ocramius.github.com/"
230
-                }
231
-            ],
232
-            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
233
-            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
234
-            "keywords": [
235
-                "constructor",
236
-                "instantiate"
237
-            ],
238
-            "time": "2019-10-21T16:45:58+00:00"
239
-        },
240
-        {
241
-            "name": "doctrine/lexer",
242
-            "version": "1.2.0",
243
-            "source": {
244
-                "type": "git",
245
-                "url": "https://github.com/doctrine/lexer.git",
246
-                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
247
-            },
248
-            "dist": {
249
-                "type": "zip",
250
-                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
251
-                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
252
-                "shasum": ""
253
-            },
254
-            "require": {
255
-                "php": "^7.2"
256
-            },
257
-            "require-dev": {
258
-                "doctrine/coding-standard": "^6.0",
259
-                "phpstan/phpstan": "^0.11.8",
260
-                "phpunit/phpunit": "^8.2"
261
-            },
262
-            "type": "library",
263
-            "extra": {
264
-                "branch-alias": {
265
-                    "dev-master": "1.2.x-dev"
266
-                }
267
-            },
268
-            "autoload": {
269
-                "psr-4": {
270
-                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
271
-                }
272
-            },
273
-            "notification-url": "https://packagist.org/downloads/",
274
-            "license": [
275
-                "MIT"
276
-            ],
277
-            "authors": [
278
-                {
279
-                    "name": "Guilherme Blanco",
280
-                    "email": "guilhermeblanco@gmail.com"
281
-                },
282
-                {
283
-                    "name": "Roman Borschel",
284
-                    "email": "roman@code-factory.org"
285
-                },
286
-                {
287
-                    "name": "Johannes Schmitt",
288
-                    "email": "schmittjoh@gmail.com"
289
-                }
290
-            ],
291
-            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
292
-            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
293
-            "keywords": [
294
-                "annotations",
295
-                "docblock",
296
-                "lexer",
297
-                "parser",
298
-                "php"
299
-            ],
300
-            "time": "2019-10-30T14:39:59+00:00"
301
-        },
302
-        {
303
-            "name": "friendsofphp/php-cs-fixer",
304
-            "version": "v2.16.1",
305
-            "source": {
306
-                "type": "git",
307
-                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
308
-                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
309
-            },
310
-            "dist": {
311
-                "type": "zip",
312
-                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
313
-                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
314
-                "shasum": ""
315
-            },
316
-            "require": {
317
-                "composer/semver": "^1.4",
318
-                "composer/xdebug-handler": "^1.2",
319
-                "doctrine/annotations": "^1.2",
320
-                "ext-json": "*",
321
-                "ext-tokenizer": "*",
322
-                "php": "^5.6 || ^7.0",
323
-                "php-cs-fixer/diff": "^1.3",
324
-                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
325
-                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
326
-                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
327
-                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
328
-                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
329
-                "symfony/polyfill-php70": "^1.0",
330
-                "symfony/polyfill-php72": "^1.4",
331
-                "symfony/process": "^3.0 || ^4.0 || ^5.0",
332
-                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
333
-            },
334
-            "require-dev": {
335
-                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
336
-                "justinrainbow/json-schema": "^5.0",
337
-                "keradus/cli-executor": "^1.2",
338
-                "mikey179/vfsstream": "^1.6",
339
-                "php-coveralls/php-coveralls": "^2.1",
340
-                "php-cs-fixer/accessible-object": "^1.0",
341
-                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
342
-                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
343
-                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
344
-                "phpunitgoodpractices/traits": "^1.8",
345
-                "symfony/phpunit-bridge": "^4.3 || ^5.0",
346
-                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
347
-            },
348
-            "suggest": {
349
-                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
350
-                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
351
-                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
352
-                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
353
-            },
354
-            "bin": [
355
-                "php-cs-fixer"
356
-            ],
357
-            "type": "application",
358
-            "autoload": {
359
-                "psr-4": {
360
-                    "PhpCsFixer\\": "src/"
361
-                },
362
-                "classmap": [
363
-                    "tests/Test/AbstractFixerTestCase.php",
364
-                    "tests/Test/AbstractIntegrationCaseFactory.php",
365
-                    "tests/Test/AbstractIntegrationTestCase.php",
366
-                    "tests/Test/Assert/AssertTokensTrait.php",
367
-                    "tests/Test/IntegrationCase.php",
368
-                    "tests/Test/IntegrationCaseFactory.php",
369
-                    "tests/Test/IntegrationCaseFactoryInterface.php",
370
-                    "tests/Test/InternalIntegrationCaseFactory.php",
371
-                    "tests/TestCase.php"
372
-                ]
373
-            },
374
-            "notification-url": "https://packagist.org/downloads/",
375
-            "license": [
376
-                "MIT"
377
-            ],
378
-            "authors": [
379
-                {
380
-                    "name": "Fabien Potencier",
381
-                    "email": "fabien@symfony.com"
382
-                },
383
-                {
384
-                    "name": "Dariusz Rumiński",
385
-                    "email": "dariusz.ruminski@gmail.com"
386
-                }
387
-            ],
388
-            "description": "A tool to automatically fix PHP code style",
389
-            "time": "2019-11-25T22:10:32+00:00"
390
-        },
391
-        {
392
-            "name": "myclabs/deep-copy",
393
-            "version": "1.9.3",
394
-            "source": {
395
-                "type": "git",
396
-                "url": "https://github.com/myclabs/DeepCopy.git",
397
-                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
398
-            },
399
-            "dist": {
400
-                "type": "zip",
401
-                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
402
-                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
403
-                "shasum": ""
404
-            },
405
-            "require": {
406
-                "php": "^7.1"
407
-            },
408
-            "replace": {
409
-                "myclabs/deep-copy": "self.version"
410
-            },
411
-            "require-dev": {
412
-                "doctrine/collections": "^1.0",
413
-                "doctrine/common": "^2.6",
414
-                "phpunit/phpunit": "^7.1"
415
-            },
416
-            "type": "library",
417
-            "autoload": {
418
-                "psr-4": {
419
-                    "DeepCopy\\": "src/DeepCopy/"
420
-                },
421
-                "files": [
422
-                    "src/DeepCopy/deep_copy.php"
423
-                ]
424
-            },
425
-            "notification-url": "https://packagist.org/downloads/",
426
-            "license": [
427
-                "MIT"
428
-            ],
429
-            "description": "Create deep copies (clones) of your objects",
430
-            "keywords": [
431
-                "clone",
432
-                "copy",
433
-                "duplicate",
434
-                "object",
435
-                "object graph"
436
-            ],
437
-            "time": "2019-08-09T12:45:53+00:00"
438
-        },
439
-        {
440
-            "name": "paragonie/random_compat",
441
-            "version": "v9.99.99",
442
-            "source": {
443
-                "type": "git",
444
-                "url": "https://github.com/paragonie/random_compat.git",
445
-                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
446
-            },
447
-            "dist": {
448
-                "type": "zip",
449
-                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
450
-                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
451
-                "shasum": ""
452
-            },
453
-            "require": {
454
-                "php": "^7"
455
-            },
456
-            "require-dev": {
457
-                "phpunit/phpunit": "4.*|5.*",
458
-                "vimeo/psalm": "^1"
459
-            },
460
-            "suggest": {
461
-                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
462
-            },
463
-            "type": "library",
464
-            "notification-url": "https://packagist.org/downloads/",
465
-            "license": [
466
-                "MIT"
467
-            ],
468
-            "authors": [
469
-                {
470
-                    "name": "Paragon Initiative Enterprises",
471
-                    "email": "security@paragonie.com",
472
-                    "homepage": "https://paragonie.com"
473
-                }
474
-            ],
475
-            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
476
-            "keywords": [
477
-                "csprng",
478
-                "polyfill",
479
-                "pseudorandom",
480
-                "random"
481
-            ],
482
-            "time": "2018-07-02T15:55:56+00:00"
483
-        },
484
-        {
485
-            "name": "php-cs-fixer/diff",
486
-            "version": "v1.3.0",
487
-            "source": {
488
-                "type": "git",
489
-                "url": "https://github.com/PHP-CS-Fixer/diff.git",
490
-                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
491
-            },
492
-            "dist": {
493
-                "type": "zip",
494
-                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
495
-                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
496
-                "shasum": ""
497
-            },
498
-            "require": {
499
-                "php": "^5.6 || ^7.0"
500
-            },
501
-            "require-dev": {
502
-                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
503
-                "symfony/process": "^3.3"
504
-            },
505
-            "type": "library",
506
-            "autoload": {
507
-                "classmap": [
508
-                    "src/"
509
-                ]
510
-            },
511
-            "notification-url": "https://packagist.org/downloads/",
512
-            "license": [
513
-                "BSD-3-Clause"
514
-            ],
515
-            "authors": [
516
-                {
517
-                    "name": "Kore Nordmann",
518
-                    "email": "mail@kore-nordmann.de"
519
-                },
520
-                {
521
-                    "name": "Sebastian Bergmann",
522
-                    "email": "sebastian@phpunit.de"
523
-                },
524
-                {
525
-                    "name": "SpacePossum"
526
-                }
527
-            ],
528
-            "description": "sebastian/diff v2 backport support for PHP5.6",
529
-            "homepage": "https://github.com/PHP-CS-Fixer",
530
-            "keywords": [
531
-                "diff"
532
-            ],
533
-            "time": "2018-02-15T16:58:55+00:00"
534
-        },
535
-        {
536
-            "name": "phpdocumentor/reflection-common",
537
-            "version": "2.0.0",
538
-            "source": {
539
-                "type": "git",
540
-                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
541
-                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
542
-            },
543
-            "dist": {
544
-                "type": "zip",
545
-                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
546
-                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
547
-                "shasum": ""
548
-            },
549
-            "require": {
550
-                "php": ">=7.1"
551
-            },
552
-            "require-dev": {
553
-                "phpunit/phpunit": "~6"
554
-            },
555
-            "type": "library",
556
-            "extra": {
557
-                "branch-alias": {
558
-                    "dev-master": "2.x-dev"
559
-                }
560
-            },
561
-            "autoload": {
562
-                "psr-4": {
563
-                    "phpDocumentor\\Reflection\\": "src/"
564
-                }
565
-            },
566
-            "notification-url": "https://packagist.org/downloads/",
567
-            "license": [
568
-                "MIT"
569
-            ],
570
-            "authors": [
571
-                {
572
-                    "name": "Jaap van Otterdijk",
573
-                    "email": "opensource@ijaap.nl"
574
-                }
575
-            ],
576
-            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
577
-            "homepage": "http://www.phpdoc.org",
578
-            "keywords": [
579
-                "FQSEN",
580
-                "phpDocumentor",
581
-                "phpdoc",
582
-                "reflection",
583
-                "static analysis"
584
-            ],
585
-            "time": "2018-08-07T13:53:10+00:00"
586
-        },
587
-        {
588
-            "name": "phpdocumentor/reflection-docblock",
589
-            "version": "4.3.2",
590
-            "source": {
591
-                "type": "git",
592
-                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
593
-                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
594
-            },
595
-            "dist": {
596
-                "type": "zip",
597
-                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
598
-                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
599
-                "shasum": ""
600
-            },
601
-            "require": {
602
-                "php": "^7.0",
603
-                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
604
-                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
605
-                "webmozart/assert": "^1.0"
606
-            },
607
-            "require-dev": {
608
-                "doctrine/instantiator": "^1.0.5",
609
-                "mockery/mockery": "^1.0",
610
-                "phpunit/phpunit": "^6.4"
611
-            },
612
-            "type": "library",
613
-            "extra": {
614
-                "branch-alias": {
615
-                    "dev-master": "4.x-dev"
616
-                }
617
-            },
618
-            "autoload": {
619
-                "psr-4": {
620
-                    "phpDocumentor\\Reflection\\": [
621
-                        "src/"
622
-                    ]
623
-                }
624
-            },
625
-            "notification-url": "https://packagist.org/downloads/",
626
-            "license": [
627
-                "MIT"
628
-            ],
629
-            "authors": [
630
-                {
631
-                    "name": "Mike van Riel",
632
-                    "email": "me@mikevanriel.com"
633
-                }
634
-            ],
635
-            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
636
-            "time": "2019-09-12T14:27:41+00:00"
637
-        },
638
-        {
639
-            "name": "phpdocumentor/type-resolver",
640
-            "version": "1.0.1",
641
-            "source": {
642
-                "type": "git",
643
-                "url": "https://github.com/phpDocumentor/TypeResolver.git",
644
-                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
645
-            },
646
-            "dist": {
647
-                "type": "zip",
648
-                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
649
-                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
650
-                "shasum": ""
651
-            },
652
-            "require": {
653
-                "php": "^7.1",
654
-                "phpdocumentor/reflection-common": "^2.0"
655
-            },
656
-            "require-dev": {
657
-                "ext-tokenizer": "^7.1",
658
-                "mockery/mockery": "~1",
659
-                "phpunit/phpunit": "^7.0"
660
-            },
661
-            "type": "library",
662
-            "extra": {
663
-                "branch-alias": {
664
-                    "dev-master": "1.x-dev"
665
-                }
666
-            },
667
-            "autoload": {
668
-                "psr-4": {
669
-                    "phpDocumentor\\Reflection\\": "src"
670
-                }
671
-            },
672
-            "notification-url": "https://packagist.org/downloads/",
673
-            "license": [
674
-                "MIT"
675
-            ],
676
-            "authors": [
677
-                {
678
-                    "name": "Mike van Riel",
679
-                    "email": "me@mikevanriel.com"
680
-                }
681
-            ],
682
-            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
683
-            "time": "2019-08-22T18:11:29+00:00"
684
-        },
685
-        {
686
-            "name": "phpspec/prophecy",
687
-            "version": "1.9.0",
688
-            "source": {
689
-                "type": "git",
690
-                "url": "https://github.com/phpspec/prophecy.git",
691
-                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
692
-            },
693
-            "dist": {
694
-                "type": "zip",
695
-                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
696
-                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
697
-                "shasum": ""
698
-            },
699
-            "require": {
700
-                "doctrine/instantiator": "^1.0.2",
701
-                "php": "^5.3|^7.0",
702
-                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
703
-                "sebastian/comparator": "^1.1|^2.0|^3.0",
704
-                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
705
-            },
706
-            "require-dev": {
707
-                "phpspec/phpspec": "^2.5|^3.2",
708
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
709
-            },
710
-            "type": "library",
711
-            "extra": {
712
-                "branch-alias": {
713
-                    "dev-master": "1.8.x-dev"
714
-                }
715
-            },
716
-            "autoload": {
717
-                "psr-4": {
718
-                    "Prophecy\\": "src/Prophecy"
719
-                }
720
-            },
721
-            "notification-url": "https://packagist.org/downloads/",
722
-            "license": [
723
-                "MIT"
724
-            ],
725
-            "authors": [
726
-                {
727
-                    "name": "Konstantin Kudryashov",
728
-                    "email": "ever.zet@gmail.com",
729
-                    "homepage": "http://everzet.com"
730
-                },
731
-                {
732
-                    "name": "Marcello Duarte",
733
-                    "email": "marcello.duarte@gmail.com"
734
-                }
735
-            ],
736
-            "description": "Highly opinionated mocking framework for PHP 5.3+",
737
-            "homepage": "https://github.com/phpspec/prophecy",
738
-            "keywords": [
739
-                "Double",
740
-                "Dummy",
741
-                "fake",
742
-                "mock",
743
-                "spy",
744
-                "stub"
745
-            ],
746
-            "time": "2019-10-03T11:07:50+00:00"
747
-        },
748
-        {
749
-            "name": "phpunit/php-code-coverage",
750
-            "version": "4.0.8",
751
-            "source": {
752
-                "type": "git",
753
-                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
754
-                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
755
-            },
756
-            "dist": {
757
-                "type": "zip",
758
-                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
759
-                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
760
-                "shasum": ""
761
-            },
762
-            "require": {
763
-                "ext-dom": "*",
764
-                "ext-xmlwriter": "*",
765
-                "php": "^5.6 || ^7.0",
766
-                "phpunit/php-file-iterator": "^1.3",
767
-                "phpunit/php-text-template": "^1.2",
768
-                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
769
-                "sebastian/code-unit-reverse-lookup": "^1.0",
770
-                "sebastian/environment": "^1.3.2 || ^2.0",
771
-                "sebastian/version": "^1.0 || ^2.0"
772
-            },
773
-            "require-dev": {
774
-                "ext-xdebug": "^2.1.4",
775
-                "phpunit/phpunit": "^5.7"
776
-            },
777
-            "suggest": {
778
-                "ext-xdebug": "^2.5.1"
779
-            },
780
-            "type": "library",
781
-            "extra": {
782
-                "branch-alias": {
783
-                    "dev-master": "4.0.x-dev"
784
-                }
785
-            },
786
-            "autoload": {
787
-                "classmap": [
788
-                    "src/"
789
-                ]
790
-            },
791
-            "notification-url": "https://packagist.org/downloads/",
792
-            "license": [
793
-                "BSD-3-Clause"
794
-            ],
795
-            "authors": [
796
-                {
797
-                    "name": "Sebastian Bergmann",
798
-                    "email": "sb@sebastian-bergmann.de",
799
-                    "role": "lead"
800
-                }
801
-            ],
802
-            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
803
-            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
804
-            "keywords": [
805
-                "coverage",
806
-                "testing",
807
-                "xunit"
808
-            ],
809
-            "time": "2017-04-02T07:44:40+00:00"
810
-        },
811
-        {
812
-            "name": "phpunit/php-file-iterator",
813
-            "version": "1.4.5",
814
-            "source": {
815
-                "type": "git",
816
-                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
817
-                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
818
-            },
819
-            "dist": {
820
-                "type": "zip",
821
-                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
822
-                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
823
-                "shasum": ""
824
-            },
825
-            "require": {
826
-                "php": ">=5.3.3"
827
-            },
828
-            "type": "library",
829
-            "extra": {
830
-                "branch-alias": {
831
-                    "dev-master": "1.4.x-dev"
832
-                }
833
-            },
834
-            "autoload": {
835
-                "classmap": [
836
-                    "src/"
837
-                ]
838
-            },
839
-            "notification-url": "https://packagist.org/downloads/",
840
-            "license": [
841
-                "BSD-3-Clause"
842
-            ],
843
-            "authors": [
844
-                {
845
-                    "name": "Sebastian Bergmann",
846
-                    "email": "sb@sebastian-bergmann.de",
847
-                    "role": "lead"
848
-                }
849
-            ],
850
-            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
851
-            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
852
-            "keywords": [
853
-                "filesystem",
854
-                "iterator"
855
-            ],
856
-            "time": "2017-11-27T13:52:08+00:00"
857
-        },
858
-        {
859
-            "name": "phpunit/php-text-template",
860
-            "version": "1.2.1",
861
-            "source": {
862
-                "type": "git",
863
-                "url": "https://github.com/sebastianbergmann/php-text-template.git",
864
-                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
865
-            },
866
-            "dist": {
867
-                "type": "zip",
868
-                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
869
-                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
870
-                "shasum": ""
871
-            },
872
-            "require": {
873
-                "php": ">=5.3.3"
874
-            },
875
-            "type": "library",
876
-            "autoload": {
877
-                "classmap": [
878
-                    "src/"
879
-                ]
880
-            },
881
-            "notification-url": "https://packagist.org/downloads/",
882
-            "license": [
883
-                "BSD-3-Clause"
884
-            ],
885
-            "authors": [
886
-                {
887
-                    "name": "Sebastian Bergmann",
888
-                    "email": "sebastian@phpunit.de",
889
-                    "role": "lead"
890
-                }
891
-            ],
892
-            "description": "Simple template engine.",
893
-            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
894
-            "keywords": [
895
-                "template"
896
-            ],
897
-            "time": "2015-06-21T13:50:34+00:00"
898
-        },
899
-        {
900
-            "name": "phpunit/php-timer",
901
-            "version": "1.0.9",
902
-            "source": {
903
-                "type": "git",
904
-                "url": "https://github.com/sebastianbergmann/php-timer.git",
905
-                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
906
-            },
907
-            "dist": {
908
-                "type": "zip",
909
-                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
910
-                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
911
-                "shasum": ""
912
-            },
913
-            "require": {
914
-                "php": "^5.3.3 || ^7.0"
915
-            },
916
-            "require-dev": {
917
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
918
-            },
919
-            "type": "library",
920
-            "extra": {
921
-                "branch-alias": {
922
-                    "dev-master": "1.0-dev"
923
-                }
924
-            },
925
-            "autoload": {
926
-                "classmap": [
927
-                    "src/"
928
-                ]
929
-            },
930
-            "notification-url": "https://packagist.org/downloads/",
931
-            "license": [
932
-                "BSD-3-Clause"
933
-            ],
934
-            "authors": [
935
-                {
936
-                    "name": "Sebastian Bergmann",
937
-                    "email": "sb@sebastian-bergmann.de",
938
-                    "role": "lead"
939
-                }
940
-            ],
941
-            "description": "Utility class for timing",
942
-            "homepage": "https://github.com/sebastianbergmann/php-timer/",
943
-            "keywords": [
944
-                "timer"
945
-            ],
946
-            "time": "2017-02-26T11:10:40+00:00"
947
-        },
948
-        {
949
-            "name": "phpunit/php-token-stream",
950
-            "version": "2.0.2",
951
-            "source": {
952
-                "type": "git",
953
-                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
954
-                "reference": "791198a2c6254db10131eecfe8c06670700904db"
955
-            },
956
-            "dist": {
957
-                "type": "zip",
958
-                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
959
-                "reference": "791198a2c6254db10131eecfe8c06670700904db",
960
-                "shasum": ""
961
-            },
962
-            "require": {
963
-                "ext-tokenizer": "*",
964
-                "php": "^7.0"
965
-            },
966
-            "require-dev": {
967
-                "phpunit/phpunit": "^6.2.4"
968
-            },
969
-            "type": "library",
970
-            "extra": {
971
-                "branch-alias": {
972
-                    "dev-master": "2.0-dev"
973
-                }
974
-            },
975
-            "autoload": {
976
-                "classmap": [
977
-                    "src/"
978
-                ]
979
-            },
980
-            "notification-url": "https://packagist.org/downloads/",
981
-            "license": [
982
-                "BSD-3-Clause"
983
-            ],
984
-            "authors": [
985
-                {
986
-                    "name": "Sebastian Bergmann",
987
-                    "email": "sebastian@phpunit.de"
988
-                }
989
-            ],
990
-            "description": "Wrapper around PHP's tokenizer extension.",
991
-            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
992
-            "keywords": [
993
-                "tokenizer"
994
-            ],
995
-            "time": "2017-11-27T05:48:46+00:00"
996
-        },
997
-        {
998
-            "name": "phpunit/phpunit",
999
-            "version": "5.7.27",
1000
-            "source": {
1001
-                "type": "git",
1002
-                "url": "https://github.com/sebastianbergmann/phpunit.git",
1003
-                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1004
-            },
1005
-            "dist": {
1006
-                "type": "zip",
1007
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1008
-                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1009
-                "shasum": ""
1010
-            },
1011
-            "require": {
1012
-                "ext-dom": "*",
1013
-                "ext-json": "*",
1014
-                "ext-libxml": "*",
1015
-                "ext-mbstring": "*",
1016
-                "ext-xml": "*",
1017
-                "myclabs/deep-copy": "~1.3",
1018
-                "php": "^5.6 || ^7.0",
1019
-                "phpspec/prophecy": "^1.6.2",
1020
-                "phpunit/php-code-coverage": "^4.0.4",
1021
-                "phpunit/php-file-iterator": "~1.4",
1022
-                "phpunit/php-text-template": "~1.2",
1023
-                "phpunit/php-timer": "^1.0.6",
1024
-                "phpunit/phpunit-mock-objects": "^3.2",
1025
-                "sebastian/comparator": "^1.2.4",
1026
-                "sebastian/diff": "^1.4.3",
1027
-                "sebastian/environment": "^1.3.4 || ^2.0",
1028
-                "sebastian/exporter": "~2.0",
1029
-                "sebastian/global-state": "^1.1",
1030
-                "sebastian/object-enumerator": "~2.0",
1031
-                "sebastian/resource-operations": "~1.0",
1032
-                "sebastian/version": "^1.0.6|^2.0.1",
1033
-                "symfony/yaml": "~2.1|~3.0|~4.0"
1034
-            },
1035
-            "conflict": {
1036
-                "phpdocumentor/reflection-docblock": "3.0.2"
1037
-            },
1038
-            "require-dev": {
1039
-                "ext-pdo": "*"
1040
-            },
1041
-            "suggest": {
1042
-                "ext-xdebug": "*",
1043
-                "phpunit/php-invoker": "~1.1"
1044
-            },
1045
-            "bin": [
1046
-                "phpunit"
1047
-            ],
1048
-            "type": "library",
1049
-            "extra": {
1050
-                "branch-alias": {
1051
-                    "dev-master": "5.7.x-dev"
1052
-                }
1053
-            },
1054
-            "autoload": {
1055
-                "classmap": [
1056
-                    "src/"
1057
-                ]
1058
-            },
1059
-            "notification-url": "https://packagist.org/downloads/",
1060
-            "license": [
1061
-                "BSD-3-Clause"
1062
-            ],
1063
-            "authors": [
1064
-                {
1065
-                    "name": "Sebastian Bergmann",
1066
-                    "email": "sebastian@phpunit.de",
1067
-                    "role": "lead"
1068
-                }
1069
-            ],
1070
-            "description": "The PHP Unit Testing framework.",
1071
-            "homepage": "https://phpunit.de/",
1072
-            "keywords": [
1073
-                "phpunit",
1074
-                "testing",
1075
-                "xunit"
1076
-            ],
1077
-            "time": "2018-02-01T05:50:59+00:00"
1078
-        },
1079
-        {
1080
-            "name": "phpunit/phpunit-mock-objects",
1081
-            "version": "3.4.4",
1082
-            "source": {
1083
-                "type": "git",
1084
-                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1085
-                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1086
-            },
1087
-            "dist": {
1088
-                "type": "zip",
1089
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1090
-                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1091
-                "shasum": ""
1092
-            },
1093
-            "require": {
1094
-                "doctrine/instantiator": "^1.0.2",
1095
-                "php": "^5.6 || ^7.0",
1096
-                "phpunit/php-text-template": "^1.2",
1097
-                "sebastian/exporter": "^1.2 || ^2.0"
1098
-            },
1099
-            "conflict": {
1100
-                "phpunit/phpunit": "<5.4.0"
1101
-            },
1102
-            "require-dev": {
1103
-                "phpunit/phpunit": "^5.4"
1104
-            },
1105
-            "suggest": {
1106
-                "ext-soap": "*"
1107
-            },
1108
-            "type": "library",
1109
-            "extra": {
1110
-                "branch-alias": {
1111
-                    "dev-master": "3.2.x-dev"
1112
-                }
1113
-            },
1114
-            "autoload": {
1115
-                "classmap": [
1116
-                    "src/"
1117
-                ]
1118
-            },
1119
-            "notification-url": "https://packagist.org/downloads/",
1120
-            "license": [
1121
-                "BSD-3-Clause"
1122
-            ],
1123
-            "authors": [
1124
-                {
1125
-                    "name": "Sebastian Bergmann",
1126
-                    "email": "sb@sebastian-bergmann.de",
1127
-                    "role": "lead"
1128
-                }
1129
-            ],
1130
-            "description": "Mock Object library for PHPUnit",
1131
-            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1132
-            "keywords": [
1133
-                "mock",
1134
-                "xunit"
1135
-            ],
1136
-            "abandoned": true,
1137
-            "time": "2017-06-30T09:13:00+00:00"
1138
-        },
1139
-        {
1140
-            "name": "psr/container",
1141
-            "version": "1.0.0",
1142
-            "source": {
1143
-                "type": "git",
1144
-                "url": "https://github.com/php-fig/container.git",
1145
-                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1146
-            },
1147
-            "dist": {
1148
-                "type": "zip",
1149
-                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1150
-                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1151
-                "shasum": ""
1152
-            },
1153
-            "require": {
1154
-                "php": ">=5.3.0"
1155
-            },
1156
-            "type": "library",
1157
-            "extra": {
1158
-                "branch-alias": {
1159
-                    "dev-master": "1.0.x-dev"
1160
-                }
1161
-            },
1162
-            "autoload": {
1163
-                "psr-4": {
1164
-                    "Psr\\Container\\": "src/"
1165
-                }
1166
-            },
1167
-            "notification-url": "https://packagist.org/downloads/",
1168
-            "license": [
1169
-                "MIT"
1170
-            ],
1171
-            "authors": [
1172
-                {
1173
-                    "name": "PHP-FIG",
1174
-                    "homepage": "http://www.php-fig.org/"
1175
-                }
1176
-            ],
1177
-            "description": "Common Container Interface (PHP FIG PSR-11)",
1178
-            "homepage": "https://github.com/php-fig/container",
1179
-            "keywords": [
1180
-                "PSR-11",
1181
-                "container",
1182
-                "container-interface",
1183
-                "container-interop",
1184
-                "psr"
1185
-            ],
1186
-            "time": "2017-02-14T16:28:37+00:00"
1187
-        },
1188
-        {
1189
-            "name": "psr/log",
1190
-            "version": "1.1.2",
1191
-            "source": {
1192
-                "type": "git",
1193
-                "url": "https://github.com/php-fig/log.git",
1194
-                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1195
-            },
1196
-            "dist": {
1197
-                "type": "zip",
1198
-                "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1199
-                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1200
-                "shasum": ""
1201
-            },
1202
-            "require": {
1203
-                "php": ">=5.3.0"
1204
-            },
1205
-            "type": "library",
1206
-            "extra": {
1207
-                "branch-alias": {
1208
-                    "dev-master": "1.1.x-dev"
1209
-                }
1210
-            },
1211
-            "autoload": {
1212
-                "psr-4": {
1213
-                    "Psr\\Log\\": "Psr/Log/"
1214
-                }
1215
-            },
1216
-            "notification-url": "https://packagist.org/downloads/",
1217
-            "license": [
1218
-                "MIT"
1219
-            ],
1220
-            "authors": [
1221
-                {
1222
-                    "name": "PHP-FIG",
1223
-                    "homepage": "http://www.php-fig.org/"
1224
-                }
1225
-            ],
1226
-            "description": "Common interface for logging libraries",
1227
-            "homepage": "https://github.com/php-fig/log",
1228
-            "keywords": [
1229
-                "log",
1230
-                "psr",
1231
-                "psr-3"
1232
-            ],
1233
-            "time": "2019-11-01T11:05:21+00:00"
1234
-        },
1235
-        {
1236
-            "name": "sebastian/code-unit-reverse-lookup",
1237
-            "version": "1.0.1",
1238
-            "source": {
1239
-                "type": "git",
1240
-                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1241
-                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1242
-            },
1243
-            "dist": {
1244
-                "type": "zip",
1245
-                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1246
-                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1247
-                "shasum": ""
1248
-            },
1249
-            "require": {
1250
-                "php": "^5.6 || ^7.0"
1251
-            },
1252
-            "require-dev": {
1253
-                "phpunit/phpunit": "^5.7 || ^6.0"
1254
-            },
1255
-            "type": "library",
1256
-            "extra": {
1257
-                "branch-alias": {
1258
-                    "dev-master": "1.0.x-dev"
1259
-                }
1260
-            },
1261
-            "autoload": {
1262
-                "classmap": [
1263
-                    "src/"
1264
-                ]
1265
-            },
1266
-            "notification-url": "https://packagist.org/downloads/",
1267
-            "license": [
1268
-                "BSD-3-Clause"
1269
-            ],
1270
-            "authors": [
1271
-                {
1272
-                    "name": "Sebastian Bergmann",
1273
-                    "email": "sebastian@phpunit.de"
1274
-                }
1275
-            ],
1276
-            "description": "Looks up which function or method a line of code belongs to",
1277
-            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1278
-            "time": "2017-03-04T06:30:41+00:00"
1279
-        },
1280
-        {
1281
-            "name": "sebastian/comparator",
1282
-            "version": "1.2.4",
1283
-            "source": {
1284
-                "type": "git",
1285
-                "url": "https://github.com/sebastianbergmann/comparator.git",
1286
-                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1287
-            },
1288
-            "dist": {
1289
-                "type": "zip",
1290
-                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1291
-                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1292
-                "shasum": ""
1293
-            },
1294
-            "require": {
1295
-                "php": ">=5.3.3",
1296
-                "sebastian/diff": "~1.2",
1297
-                "sebastian/exporter": "~1.2 || ~2.0"
1298
-            },
1299
-            "require-dev": {
1300
-                "phpunit/phpunit": "~4.4"
1301
-            },
1302
-            "type": "library",
1303
-            "extra": {
1304
-                "branch-alias": {
1305
-                    "dev-master": "1.2.x-dev"
1306
-                }
1307
-            },
1308
-            "autoload": {
1309
-                "classmap": [
1310
-                    "src/"
1311
-                ]
1312
-            },
1313
-            "notification-url": "https://packagist.org/downloads/",
1314
-            "license": [
1315
-                "BSD-3-Clause"
1316
-            ],
1317
-            "authors": [
1318
-                {
1319
-                    "name": "Jeff Welch",
1320
-                    "email": "whatthejeff@gmail.com"
1321
-                },
1322
-                {
1323
-                    "name": "Volker Dusch",
1324
-                    "email": "github@wallbash.com"
1325
-                },
1326
-                {
1327
-                    "name": "Bernhard Schussek",
1328
-                    "email": "bschussek@2bepublished.at"
1329
-                },
1330
-                {
1331
-                    "name": "Sebastian Bergmann",
1332
-                    "email": "sebastian@phpunit.de"
1333
-                }
1334
-            ],
1335
-            "description": "Provides the functionality to compare PHP values for equality",
1336
-            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1337
-            "keywords": [
1338
-                "comparator",
1339
-                "compare",
1340
-                "equality"
1341
-            ],
1342
-            "time": "2017-01-29T09:50:25+00:00"
1343
-        },
1344
-        {
1345
-            "name": "sebastian/diff",
1346
-            "version": "1.4.3",
1347
-            "source": {
1348
-                "type": "git",
1349
-                "url": "https://github.com/sebastianbergmann/diff.git",
1350
-                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1351
-            },
1352
-            "dist": {
1353
-                "type": "zip",
1354
-                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1355
-                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1356
-                "shasum": ""
1357
-            },
1358
-            "require": {
1359
-                "php": "^5.3.3 || ^7.0"
1360
-            },
1361
-            "require-dev": {
1362
-                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1363
-            },
1364
-            "type": "library",
1365
-            "extra": {
1366
-                "branch-alias": {
1367
-                    "dev-master": "1.4-dev"
1368
-                }
1369
-            },
1370
-            "autoload": {
1371
-                "classmap": [
1372
-                    "src/"
1373
-                ]
1374
-            },
1375
-            "notification-url": "https://packagist.org/downloads/",
1376
-            "license": [
1377
-                "BSD-3-Clause"
1378
-            ],
1379
-            "authors": [
1380
-                {
1381
-                    "name": "Kore Nordmann",
1382
-                    "email": "mail@kore-nordmann.de"
1383
-                },
1384
-                {
1385
-                    "name": "Sebastian Bergmann",
1386
-                    "email": "sebastian@phpunit.de"
1387
-                }
1388
-            ],
1389
-            "description": "Diff implementation",
1390
-            "homepage": "https://github.com/sebastianbergmann/diff",
1391
-            "keywords": [
1392
-                "diff"
1393
-            ],
1394
-            "time": "2017-05-22T07:24:03+00:00"
1395
-        },
1396
-        {
1397
-            "name": "sebastian/environment",
1398
-            "version": "2.0.0",
1399
-            "source": {
1400
-                "type": "git",
1401
-                "url": "https://github.com/sebastianbergmann/environment.git",
1402
-                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1403
-            },
1404
-            "dist": {
1405
-                "type": "zip",
1406
-                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1407
-                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1408
-                "shasum": ""
1409
-            },
1410
-            "require": {
1411
-                "php": "^5.6 || ^7.0"
1412
-            },
1413
-            "require-dev": {
1414
-                "phpunit/phpunit": "^5.0"
1415
-            },
1416
-            "type": "library",
1417
-            "extra": {
1418
-                "branch-alias": {
1419
-                    "dev-master": "2.0.x-dev"
1420
-                }
1421
-            },
1422
-            "autoload": {
1423
-                "classmap": [
1424
-                    "src/"
1425
-                ]
1426
-            },
1427
-            "notification-url": "https://packagist.org/downloads/",
1428
-            "license": [
1429
-                "BSD-3-Clause"
1430
-            ],
1431
-            "authors": [
1432
-                {
1433
-                    "name": "Sebastian Bergmann",
1434
-                    "email": "sebastian@phpunit.de"
1435
-                }
1436
-            ],
1437
-            "description": "Provides functionality to handle HHVM/PHP environments",
1438
-            "homepage": "http://www.github.com/sebastianbergmann/environment",
1439
-            "keywords": [
1440
-                "Xdebug",
1441
-                "environment",
1442
-                "hhvm"
1443
-            ],
1444
-            "time": "2016-11-26T07:53:53+00:00"
1445
-        },
1446
-        {
1447
-            "name": "sebastian/exporter",
1448
-            "version": "2.0.0",
1449
-            "source": {
1450
-                "type": "git",
1451
-                "url": "https://github.com/sebastianbergmann/exporter.git",
1452
-                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1453
-            },
1454
-            "dist": {
1455
-                "type": "zip",
1456
-                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1457
-                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1458
-                "shasum": ""
1459
-            },
1460
-            "require": {
1461
-                "php": ">=5.3.3",
1462
-                "sebastian/recursion-context": "~2.0"
1463
-            },
1464
-            "require-dev": {
1465
-                "ext-mbstring": "*",
1466
-                "phpunit/phpunit": "~4.4"
1467
-            },
1468
-            "type": "library",
1469
-            "extra": {
1470
-                "branch-alias": {
1471
-                    "dev-master": "2.0.x-dev"
1472
-                }
1473
-            },
1474
-            "autoload": {
1475
-                "classmap": [
1476
-                    "src/"
1477
-                ]
1478
-            },
1479
-            "notification-url": "https://packagist.org/downloads/",
1480
-            "license": [
1481
-                "BSD-3-Clause"
1482
-            ],
1483
-            "authors": [
1484
-                {
1485
-                    "name": "Jeff Welch",
1486
-                    "email": "whatthejeff@gmail.com"
1487
-                },
1488
-                {
1489
-                    "name": "Volker Dusch",
1490
-                    "email": "github@wallbash.com"
1491
-                },
1492
-                {
1493
-                    "name": "Bernhard Schussek",
1494
-                    "email": "bschussek@2bepublished.at"
1495
-                },
1496
-                {
1497
-                    "name": "Sebastian Bergmann",
1498
-                    "email": "sebastian@phpunit.de"
1499
-                },
1500
-                {
1501
-                    "name": "Adam Harvey",
1502
-                    "email": "aharvey@php.net"
1503
-                }
1504
-            ],
1505
-            "description": "Provides the functionality to export PHP variables for visualization",
1506
-            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1507
-            "keywords": [
1508
-                "export",
1509
-                "exporter"
1510
-            ],
1511
-            "time": "2016-11-19T08:54:04+00:00"
1512
-        },
1513
-        {
1514
-            "name": "sebastian/global-state",
1515
-            "version": "1.1.1",
1516
-            "source": {
1517
-                "type": "git",
1518
-                "url": "https://github.com/sebastianbergmann/global-state.git",
1519
-                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1520
-            },
1521
-            "dist": {
1522
-                "type": "zip",
1523
-                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1524
-                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1525
-                "shasum": ""
1526
-            },
1527
-            "require": {
1528
-                "php": ">=5.3.3"
1529
-            },
1530
-            "require-dev": {
1531
-                "phpunit/phpunit": "~4.2"
1532
-            },
1533
-            "suggest": {
1534
-                "ext-uopz": "*"
1535
-            },
1536
-            "type": "library",
1537
-            "extra": {
1538
-                "branch-alias": {
1539
-                    "dev-master": "1.0-dev"
1540
-                }
1541
-            },
1542
-            "autoload": {
1543
-                "classmap": [
1544
-                    "src/"
1545
-                ]
1546
-            },
1547
-            "notification-url": "https://packagist.org/downloads/",
1548
-            "license": [
1549
-                "BSD-3-Clause"
1550
-            ],
1551
-            "authors": [
1552
-                {
1553
-                    "name": "Sebastian Bergmann",
1554
-                    "email": "sebastian@phpunit.de"
1555
-                }
1556
-            ],
1557
-            "description": "Snapshotting of global state",
1558
-            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1559
-            "keywords": [
1560
-                "global state"
1561
-            ],
1562
-            "time": "2015-10-12T03:26:01+00:00"
1563
-        },
1564
-        {
1565
-            "name": "sebastian/object-enumerator",
1566
-            "version": "2.0.1",
1567
-            "source": {
1568
-                "type": "git",
1569
-                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1570
-                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1571
-            },
1572
-            "dist": {
1573
-                "type": "zip",
1574
-                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1575
-                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1576
-                "shasum": ""
1577
-            },
1578
-            "require": {
1579
-                "php": ">=5.6",
1580
-                "sebastian/recursion-context": "~2.0"
1581
-            },
1582
-            "require-dev": {
1583
-                "phpunit/phpunit": "~5"
1584
-            },
1585
-            "type": "library",
1586
-            "extra": {
1587
-                "branch-alias": {
1588
-                    "dev-master": "2.0.x-dev"
1589
-                }
1590
-            },
1591
-            "autoload": {
1592
-                "classmap": [
1593
-                    "src/"
1594
-                ]
1595
-            },
1596
-            "notification-url": "https://packagist.org/downloads/",
1597
-            "license": [
1598
-                "BSD-3-Clause"
1599
-            ],
1600
-            "authors": [
1601
-                {
1602
-                    "name": "Sebastian Bergmann",
1603
-                    "email": "sebastian@phpunit.de"
1604
-                }
1605
-            ],
1606
-            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1607
-            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1608
-            "time": "2017-02-18T15:18:39+00:00"
1609
-        },
1610
-        {
1611
-            "name": "sebastian/recursion-context",
1612
-            "version": "2.0.0",
1613
-            "source": {
1614
-                "type": "git",
1615
-                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1616
-                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1617
-            },
1618
-            "dist": {
1619
-                "type": "zip",
1620
-                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1621
-                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1622
-                "shasum": ""
1623
-            },
1624
-            "require": {
1625
-                "php": ">=5.3.3"
1626
-            },
1627
-            "require-dev": {
1628
-                "phpunit/phpunit": "~4.4"
1629
-            },
1630
-            "type": "library",
1631
-            "extra": {
1632
-                "branch-alias": {
1633
-                    "dev-master": "2.0.x-dev"
1634
-                }
1635
-            },
1636
-            "autoload": {
1637
-                "classmap": [
1638
-                    "src/"
1639
-                ]
1640
-            },
1641
-            "notification-url": "https://packagist.org/downloads/",
1642
-            "license": [
1643
-                "BSD-3-Clause"
1644
-            ],
1645
-            "authors": [
1646
-                {
1647
-                    "name": "Jeff Welch",
1648
-                    "email": "whatthejeff@gmail.com"
1649
-                },
1650
-                {
1651
-                    "name": "Sebastian Bergmann",
1652
-                    "email": "sebastian@phpunit.de"
1653
-                },
1654
-                {
1655
-                    "name": "Adam Harvey",
1656
-                    "email": "aharvey@php.net"
1657
-                }
1658
-            ],
1659
-            "description": "Provides functionality to recursively process PHP variables",
1660
-            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1661
-            "time": "2016-11-19T07:33:16+00:00"
1662
-        },
1663
-        {
1664
-            "name": "sebastian/resource-operations",
1665
-            "version": "1.0.0",
1666
-            "source": {
1667
-                "type": "git",
1668
-                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1669
-                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1670
-            },
1671
-            "dist": {
1672
-                "type": "zip",
1673
-                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1674
-                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1675
-                "shasum": ""
1676
-            },
1677
-            "require": {
1678
-                "php": ">=5.6.0"
1679
-            },
1680
-            "type": "library",
1681
-            "extra": {
1682
-                "branch-alias": {
1683
-                    "dev-master": "1.0.x-dev"
1684
-                }
1685
-            },
1686
-            "autoload": {
1687
-                "classmap": [
1688
-                    "src/"
1689
-                ]
1690
-            },
1691
-            "notification-url": "https://packagist.org/downloads/",
1692
-            "license": [
1693
-                "BSD-3-Clause"
1694
-            ],
1695
-            "authors": [
1696
-                {
1697
-                    "name": "Sebastian Bergmann",
1698
-                    "email": "sebastian@phpunit.de"
1699
-                }
1700
-            ],
1701
-            "description": "Provides a list of PHP built-in functions that operate on resources",
1702
-            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1703
-            "time": "2015-07-28T20:34:47+00:00"
1704
-        },
1705
-        {
1706
-            "name": "sebastian/version",
1707
-            "version": "2.0.1",
1708
-            "source": {
1709
-                "type": "git",
1710
-                "url": "https://github.com/sebastianbergmann/version.git",
1711
-                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1712
-            },
1713
-            "dist": {
1714
-                "type": "zip",
1715
-                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1716
-                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1717
-                "shasum": ""
1718
-            },
1719
-            "require": {
1720
-                "php": ">=5.6"
1721
-            },
1722
-            "type": "library",
1723
-            "extra": {
1724
-                "branch-alias": {
1725
-                    "dev-master": "2.0.x-dev"
1726
-                }
1727
-            },
1728
-            "autoload": {
1729
-                "classmap": [
1730
-                    "src/"
1731
-                ]
1732
-            },
1733
-            "notification-url": "https://packagist.org/downloads/",
1734
-            "license": [
1735
-                "BSD-3-Clause"
1736
-            ],
1737
-            "authors": [
1738
-                {
1739
-                    "name": "Sebastian Bergmann",
1740
-                    "email": "sebastian@phpunit.de",
1741
-                    "role": "lead"
1742
-                }
1743
-            ],
1744
-            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1745
-            "homepage": "https://github.com/sebastianbergmann/version",
1746
-            "time": "2016-10-03T07:35:21+00:00"
1747
-        },
1748
-        {
1749
-            "name": "squizlabs/php_codesniffer",
1750
-            "version": "3.5.3",
1751
-            "source": {
1752
-                "type": "git",
1753
-                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1754
-                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
1755
-            },
1756
-            "dist": {
1757
-                "type": "zip",
1758
-                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1759
-                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1760
-                "shasum": ""
1761
-            },
1762
-            "require": {
1763
-                "ext-simplexml": "*",
1764
-                "ext-tokenizer": "*",
1765
-                "ext-xmlwriter": "*",
1766
-                "php": ">=5.4.0"
1767
-            },
1768
-            "require-dev": {
1769
-                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1770
-            },
1771
-            "bin": [
1772
-                "bin/phpcs",
1773
-                "bin/phpcbf"
1774
-            ],
1775
-            "type": "library",
1776
-            "extra": {
1777
-                "branch-alias": {
1778
-                    "dev-master": "3.x-dev"
1779
-                }
1780
-            },
1781
-            "notification-url": "https://packagist.org/downloads/",
1782
-            "license": [
1783
-                "BSD-3-Clause"
1784
-            ],
1785
-            "authors": [
1786
-                {
1787
-                    "name": "Greg Sherwood",
1788
-                    "role": "lead"
1789
-                }
1790
-            ],
1791
-            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1792
-            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1793
-            "keywords": [
1794
-                "phpcs",
1795
-                "standards"
1796
-            ],
1797
-            "time": "2019-12-04T04:46:47+00:00"
1798
-        },
1799
-        {
1800
-            "name": "symfony/console",
1801
-            "version": "v4.4.1",
1802
-            "source": {
1803
-                "type": "git",
1804
-                "url": "https://github.com/symfony/console.git",
1805
-                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
1806
-            },
1807
-            "dist": {
1808
-                "type": "zip",
1809
-                "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1810
-                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1811
-                "shasum": ""
1812
-            },
1813
-            "require": {
1814
-                "php": "^7.1.3",
1815
-                "symfony/polyfill-mbstring": "~1.0",
1816
-                "symfony/polyfill-php73": "^1.8",
1817
-                "symfony/service-contracts": "^1.1|^2"
1818
-            },
1819
-            "conflict": {
1820
-                "symfony/dependency-injection": "<3.4",
1821
-                "symfony/event-dispatcher": "<4.3|>=5",
1822
-                "symfony/lock": "<4.4",
1823
-                "symfony/process": "<3.3"
1824
-            },
1825
-            "provide": {
1826
-                "psr/log-implementation": "1.0"
1827
-            },
1828
-            "require-dev": {
1829
-                "psr/log": "~1.0",
1830
-                "symfony/config": "^3.4|^4.0|^5.0",
1831
-                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1832
-                "symfony/event-dispatcher": "^4.3",
1833
-                "symfony/lock": "^4.4|^5.0",
1834
-                "symfony/process": "^3.4|^4.0|^5.0",
1835
-                "symfony/var-dumper": "^4.3|^5.0"
1836
-            },
1837
-            "suggest": {
1838
-                "psr/log": "For using the console logger",
1839
-                "symfony/event-dispatcher": "",
1840
-                "symfony/lock": "",
1841
-                "symfony/process": ""
1842
-            },
1843
-            "type": "library",
1844
-            "extra": {
1845
-                "branch-alias": {
1846
-                    "dev-master": "4.4-dev"
1847
-                }
1848
-            },
1849
-            "autoload": {
1850
-                "psr-4": {
1851
-                    "Symfony\\Component\\Console\\": ""
1852
-                },
1853
-                "exclude-from-classmap": [
1854
-                    "/Tests/"
1855
-                ]
1856
-            },
1857
-            "notification-url": "https://packagist.org/downloads/",
1858
-            "license": [
1859
-                "MIT"
1860
-            ],
1861
-            "authors": [
1862
-                {
1863
-                    "name": "Fabien Potencier",
1864
-                    "email": "fabien@symfony.com"
1865
-                },
1866
-                {
1867
-                    "name": "Symfony Community",
1868
-                    "homepage": "https://symfony.com/contributors"
1869
-                }
1870
-            ],
1871
-            "description": "Symfony Console Component",
1872
-            "homepage": "https://symfony.com",
1873
-            "time": "2019-12-01T10:06:17+00:00"
1874
-        },
1875
-        {
1876
-            "name": "symfony/event-dispatcher",
1877
-            "version": "v4.4.1",
1878
-            "source": {
1879
-                "type": "git",
1880
-                "url": "https://github.com/symfony/event-dispatcher.git",
1881
-                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
1882
-            },
1883
-            "dist": {
1884
-                "type": "zip",
1885
-                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
1886
-                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
1887
-                "shasum": ""
1888
-            },
1889
-            "require": {
1890
-                "php": "^7.1.3",
1891
-                "symfony/event-dispatcher-contracts": "^1.1"
1892
-            },
1893
-            "conflict": {
1894
-                "symfony/dependency-injection": "<3.4"
1895
-            },
1896
-            "provide": {
1897
-                "psr/event-dispatcher-implementation": "1.0",
1898
-                "symfony/event-dispatcher-implementation": "1.1"
1899
-            },
1900
-            "require-dev": {
1901
-                "psr/log": "~1.0",
1902
-                "symfony/config": "^3.4|^4.0|^5.0",
1903
-                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1904
-                "symfony/expression-language": "^3.4|^4.0|^5.0",
1905
-                "symfony/http-foundation": "^3.4|^4.0|^5.0",
1906
-                "symfony/service-contracts": "^1.1|^2",
1907
-                "symfony/stopwatch": "^3.4|^4.0|^5.0"
1908
-            },
1909
-            "suggest": {
1910
-                "symfony/dependency-injection": "",
1911
-                "symfony/http-kernel": ""
1912
-            },
1913
-            "type": "library",
1914
-            "extra": {
1915
-                "branch-alias": {
1916
-                    "dev-master": "4.4-dev"
1917
-                }
1918
-            },
1919
-            "autoload": {
1920
-                "psr-4": {
1921
-                    "Symfony\\Component\\EventDispatcher\\": ""
1922
-                },
1923
-                "exclude-from-classmap": [
1924
-                    "/Tests/"
1925
-                ]
1926
-            },
1927
-            "notification-url": "https://packagist.org/downloads/",
1928
-            "license": [
1929
-                "MIT"
1930
-            ],
1931
-            "authors": [
1932
-                {
1933
-                    "name": "Fabien Potencier",
1934
-                    "email": "fabien@symfony.com"
1935
-                },
1936
-                {
1937
-                    "name": "Symfony Community",
1938
-                    "homepage": "https://symfony.com/contributors"
1939
-                }
1940
-            ],
1941
-            "description": "Symfony EventDispatcher Component",
1942
-            "homepage": "https://symfony.com",
1943
-            "time": "2019-11-28T13:33:56+00:00"
1944
-        },
1945
-        {
1946
-            "name": "symfony/event-dispatcher-contracts",
1947
-            "version": "v1.1.7",
1948
-            "source": {
1949
-                "type": "git",
1950
-                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1951
-                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
1952
-            },
1953
-            "dist": {
1954
-                "type": "zip",
1955
-                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1956
-                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1957
-                "shasum": ""
1958
-            },
1959
-            "require": {
1960
-                "php": "^7.1.3"
1961
-            },
1962
-            "suggest": {
1963
-                "psr/event-dispatcher": "",
1964
-                "symfony/event-dispatcher-implementation": ""
1965
-            },
1966
-            "type": "library",
1967
-            "extra": {
1968
-                "branch-alias": {
1969
-                    "dev-master": "1.1-dev"
1970
-                }
1971
-            },
1972
-            "autoload": {
1973
-                "psr-4": {
1974
-                    "Symfony\\Contracts\\EventDispatcher\\": ""
1975
-                }
1976
-            },
1977
-            "notification-url": "https://packagist.org/downloads/",
1978
-            "license": [
1979
-                "MIT"
1980
-            ],
1981
-            "authors": [
1982
-                {
1983
-                    "name": "Nicolas Grekas",
1984
-                    "email": "p@tchwork.com"
1985
-                },
1986
-                {
1987
-                    "name": "Symfony Community",
1988
-                    "homepage": "https://symfony.com/contributors"
1989
-                }
1990
-            ],
1991
-            "description": "Generic abstractions related to dispatching event",
1992
-            "homepage": "https://symfony.com",
1993
-            "keywords": [
1994
-                "abstractions",
1995
-                "contracts",
1996
-                "decoupling",
1997
-                "interfaces",
1998
-                "interoperability",
1999
-                "standards"
2000
-            ],
2001
-            "time": "2019-09-17T09:54:03+00:00"
2002
-        },
2003
-        {
2004
-            "name": "symfony/filesystem",
2005
-            "version": "v5.0.1",
2006
-            "source": {
2007
-                "type": "git",
2008
-                "url": "https://github.com/symfony/filesystem.git",
2009
-                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6"
2010
-            },
2011
-            "dist": {
2012
-                "type": "zip",
2013
-                "url": "https://api.github.com/repos/symfony/filesystem/zipball/1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2014
-                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2015
-                "shasum": ""
2016
-            },
2017
-            "require": {
2018
-                "php": "^7.2.5",
2019
-                "symfony/polyfill-ctype": "~1.8"
2020
-            },
2021
-            "type": "library",
2022
-            "extra": {
2023
-                "branch-alias": {
2024
-                    "dev-master": "5.0-dev"
2025
-                }
2026
-            },
2027
-            "autoload": {
2028
-                "psr-4": {
2029
-                    "Symfony\\Component\\Filesystem\\": ""
2030
-                },
2031
-                "exclude-from-classmap": [
2032
-                    "/Tests/"
2033
-                ]
2034
-            },
2035
-            "notification-url": "https://packagist.org/downloads/",
2036
-            "license": [
2037
-                "MIT"
2038
-            ],
2039
-            "authors": [
2040
-                {
2041
-                    "name": "Fabien Potencier",
2042
-                    "email": "fabien@symfony.com"
2043
-                },
2044
-                {
2045
-                    "name": "Symfony Community",
2046
-                    "homepage": "https://symfony.com/contributors"
2047
-                }
2048
-            ],
2049
-            "description": "Symfony Filesystem Component",
2050
-            "homepage": "https://symfony.com",
2051
-            "time": "2019-11-26T23:25:11+00:00"
2052
-        },
2053
-        {
2054
-            "name": "symfony/finder",
2055
-            "version": "v5.0.1",
2056
-            "source": {
2057
-                "type": "git",
2058
-                "url": "https://github.com/symfony/finder.git",
2059
-                "reference": "17874dd8ab9a19422028ad56172fb294287a701b"
2060
-            },
2061
-            "dist": {
2062
-                "type": "zip",
2063
-                "url": "https://api.github.com/repos/symfony/finder/zipball/17874dd8ab9a19422028ad56172fb294287a701b",
2064
-                "reference": "17874dd8ab9a19422028ad56172fb294287a701b",
2065
-                "shasum": ""
2066
-            },
2067
-            "require": {
2068
-                "php": "^7.2.5"
2069
-            },
2070
-            "type": "library",
2071
-            "extra": {
2072
-                "branch-alias": {
2073
-                    "dev-master": "5.0-dev"
2074
-                }
2075
-            },
2076
-            "autoload": {
2077
-                "psr-4": {
2078
-                    "Symfony\\Component\\Finder\\": ""
2079
-                },
2080
-                "exclude-from-classmap": [
2081
-                    "/Tests/"
2082
-                ]
2083
-            },
2084
-            "notification-url": "https://packagist.org/downloads/",
2085
-            "license": [
2086
-                "MIT"
2087
-            ],
2088
-            "authors": [
2089
-                {
2090
-                    "name": "Fabien Potencier",
2091
-                    "email": "fabien@symfony.com"
2092
-                },
2093
-                {
2094
-                    "name": "Symfony Community",
2095
-                    "homepage": "https://symfony.com/contributors"
2096
-                }
2097
-            ],
2098
-            "description": "Symfony Finder Component",
2099
-            "homepage": "https://symfony.com",
2100
-            "time": "2019-11-18T17:27:11+00:00"
2101
-        },
2102
-        {
2103
-            "name": "symfony/options-resolver",
2104
-            "version": "v5.0.1",
2105
-            "source": {
2106
-                "type": "git",
2107
-                "url": "https://github.com/symfony/options-resolver.git",
2108
-                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68"
2109
-            },
2110
-            "dist": {
2111
-                "type": "zip",
2112
-                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2113
-                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2114
-                "shasum": ""
2115
-            },
2116
-            "require": {
2117
-                "php": "^7.2.5"
2118
-            },
2119
-            "type": "library",
2120
-            "extra": {
2121
-                "branch-alias": {
2122
-                    "dev-master": "5.0-dev"
2123
-                }
2124
-            },
2125
-            "autoload": {
2126
-                "psr-4": {
2127
-                    "Symfony\\Component\\OptionsResolver\\": ""
2128
-                },
2129
-                "exclude-from-classmap": [
2130
-                    "/Tests/"
2131
-                ]
2132
-            },
2133
-            "notification-url": "https://packagist.org/downloads/",
2134
-            "license": [
2135
-                "MIT"
2136
-            ],
2137
-            "authors": [
2138
-                {
2139
-                    "name": "Fabien Potencier",
2140
-                    "email": "fabien@symfony.com"
2141
-                },
2142
-                {
2143
-                    "name": "Symfony Community",
2144
-                    "homepage": "https://symfony.com/contributors"
2145
-                }
2146
-            ],
2147
-            "description": "Symfony OptionsResolver Component",
2148
-            "homepage": "https://symfony.com",
2149
-            "keywords": [
2150
-                "config",
2151
-                "configuration",
2152
-                "options"
2153
-            ],
2154
-            "time": "2019-11-18T17:27:11+00:00"
2155
-        },
2156
-        {
2157
-            "name": "symfony/polyfill-ctype",
2158
-            "version": "v1.13.1",
2159
-            "source": {
2160
-                "type": "git",
2161
-                "url": "https://github.com/symfony/polyfill-ctype.git",
2162
-                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
2163
-            },
2164
-            "dist": {
2165
-                "type": "zip",
2166
-                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2167
-                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2168
-                "shasum": ""
2169
-            },
2170
-            "require": {
2171
-                "php": ">=5.3.3"
2172
-            },
2173
-            "suggest": {
2174
-                "ext-ctype": "For best performance"
2175
-            },
2176
-            "type": "library",
2177
-            "extra": {
2178
-                "branch-alias": {
2179
-                    "dev-master": "1.13-dev"
2180
-                }
2181
-            },
2182
-            "autoload": {
2183
-                "psr-4": {
2184
-                    "Symfony\\Polyfill\\Ctype\\": ""
2185
-                },
2186
-                "files": [
2187
-                    "bootstrap.php"
2188
-                ]
2189
-            },
2190
-            "notification-url": "https://packagist.org/downloads/",
2191
-            "license": [
2192
-                "MIT"
2193
-            ],
2194
-            "authors": [
2195
-                {
2196
-                    "name": "Gert de Pagter",
2197
-                    "email": "BackEndTea@gmail.com"
2198
-                },
2199
-                {
2200
-                    "name": "Symfony Community",
2201
-                    "homepage": "https://symfony.com/contributors"
2202
-                }
2203
-            ],
2204
-            "description": "Symfony polyfill for ctype functions",
2205
-            "homepage": "https://symfony.com",
2206
-            "keywords": [
2207
-                "compatibility",
2208
-                "ctype",
2209
-                "polyfill",
2210
-                "portable"
2211
-            ],
2212
-            "time": "2019-11-27T13:56:44+00:00"
2213
-        },
2214
-        {
2215
-            "name": "symfony/polyfill-mbstring",
2216
-            "version": "v1.13.1",
2217
-            "source": {
2218
-                "type": "git",
2219
-                "url": "https://github.com/symfony/polyfill-mbstring.git",
2220
-                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2221
-            },
2222
-            "dist": {
2223
-                "type": "zip",
2224
-                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
2225
-                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2226
-                "shasum": ""
2227
-            },
2228
-            "require": {
2229
-                "php": ">=5.3.3"
2230
-            },
2231
-            "suggest": {
2232
-                "ext-mbstring": "For best performance"
2233
-            },
2234
-            "type": "library",
2235
-            "extra": {
2236
-                "branch-alias": {
2237
-                    "dev-master": "1.13-dev"
2238
-                }
2239
-            },
2240
-            "autoload": {
2241
-                "psr-4": {
2242
-                    "Symfony\\Polyfill\\Mbstring\\": ""
2243
-                },
2244
-                "files": [
2245
-                    "bootstrap.php"
2246
-                ]
2247
-            },
2248
-            "notification-url": "https://packagist.org/downloads/",
2249
-            "license": [
2250
-                "MIT"
2251
-            ],
2252
-            "authors": [
2253
-                {
2254
-                    "name": "Nicolas Grekas",
2255
-                    "email": "p@tchwork.com"
2256
-                },
2257
-                {
2258
-                    "name": "Symfony Community",
2259
-                    "homepage": "https://symfony.com/contributors"
2260
-                }
2261
-            ],
2262
-            "description": "Symfony polyfill for the Mbstring extension",
2263
-            "homepage": "https://symfony.com",
2264
-            "keywords": [
2265
-                "compatibility",
2266
-                "mbstring",
2267
-                "polyfill",
2268
-                "portable",
2269
-                "shim"
2270
-            ],
2271
-            "time": "2019-11-27T14:18:11+00:00"
2272
-        },
2273
-        {
2274
-            "name": "symfony/polyfill-php70",
2275
-            "version": "v1.13.1",
2276
-            "source": {
2277
-                "type": "git",
2278
-                "url": "https://github.com/symfony/polyfill-php70.git",
2279
-                "reference": "af23c7bb26a73b850840823662dda371484926c4"
2280
-            },
2281
-            "dist": {
2282
-                "type": "zip",
2283
-                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
2284
-                "reference": "af23c7bb26a73b850840823662dda371484926c4",
2285
-                "shasum": ""
2286
-            },
2287
-            "require": {
2288
-                "paragonie/random_compat": "~1.0|~2.0|~9.99",
2289
-                "php": ">=5.3.3"
2290
-            },
2291
-            "type": "library",
2292
-            "extra": {
2293
-                "branch-alias": {
2294
-                    "dev-master": "1.13-dev"
2295
-                }
2296
-            },
2297
-            "autoload": {
2298
-                "psr-4": {
2299
-                    "Symfony\\Polyfill\\Php70\\": ""
2300
-                },
2301
-                "files": [
2302
-                    "bootstrap.php"
2303
-                ],
2304
-                "classmap": [
2305
-                    "Resources/stubs"
2306
-                ]
2307
-            },
2308
-            "notification-url": "https://packagist.org/downloads/",
2309
-            "license": [
2310
-                "MIT"
2311
-            ],
2312
-            "authors": [
2313
-                {
2314
-                    "name": "Nicolas Grekas",
2315
-                    "email": "p@tchwork.com"
2316
-                },
2317
-                {
2318
-                    "name": "Symfony Community",
2319
-                    "homepage": "https://symfony.com/contributors"
2320
-                }
2321
-            ],
2322
-            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2323
-            "homepage": "https://symfony.com",
2324
-            "keywords": [
2325
-                "compatibility",
2326
-                "polyfill",
2327
-                "portable",
2328
-                "shim"
2329
-            ],
2330
-            "time": "2019-11-27T13:56:44+00:00"
2331
-        },
2332
-        {
2333
-            "name": "symfony/polyfill-php72",
2334
-            "version": "v1.13.1",
2335
-            "source": {
2336
-                "type": "git",
2337
-                "url": "https://github.com/symfony/polyfill-php72.git",
2338
-                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
2339
-            },
2340
-            "dist": {
2341
-                "type": "zip",
2342
-                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
2343
-                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
2344
-                "shasum": ""
2345
-            },
2346
-            "require": {
2347
-                "php": ">=5.3.3"
2348
-            },
2349
-            "type": "library",
2350
-            "extra": {
2351
-                "branch-alias": {
2352
-                    "dev-master": "1.13-dev"
2353
-                }
2354
-            },
2355
-            "autoload": {
2356
-                "psr-4": {
2357
-                    "Symfony\\Polyfill\\Php72\\": ""
2358
-                },
2359
-                "files": [
2360
-                    "bootstrap.php"
2361
-                ]
2362
-            },
2363
-            "notification-url": "https://packagist.org/downloads/",
2364
-            "license": [
2365
-                "MIT"
2366
-            ],
2367
-            "authors": [
2368
-                {
2369
-                    "name": "Nicolas Grekas",
2370
-                    "email": "p@tchwork.com"
2371
-                },
2372
-                {
2373
-                    "name": "Symfony Community",
2374
-                    "homepage": "https://symfony.com/contributors"
2375
-                }
2376
-            ],
2377
-            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2378
-            "homepage": "https://symfony.com",
2379
-            "keywords": [
2380
-                "compatibility",
2381
-                "polyfill",
2382
-                "portable",
2383
-                "shim"
2384
-            ],
2385
-            "time": "2019-11-27T13:56:44+00:00"
2386
-        },
2387
-        {
2388
-            "name": "symfony/polyfill-php73",
2389
-            "version": "v1.13.1",
2390
-            "source": {
2391
-                "type": "git",
2392
-                "url": "https://github.com/symfony/polyfill-php73.git",
2393
-                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2394
-            },
2395
-            "dist": {
2396
-                "type": "zip",
2397
-                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
2398
-                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2399
-                "shasum": ""
2400
-            },
2401
-            "require": {
2402
-                "php": ">=5.3.3"
2403
-            },
2404
-            "type": "library",
2405
-            "extra": {
2406
-                "branch-alias": {
2407
-                    "dev-master": "1.13-dev"
2408
-                }
2409
-            },
2410
-            "autoload": {
2411
-                "psr-4": {
2412
-                    "Symfony\\Polyfill\\Php73\\": ""
2413
-                },
2414
-                "files": [
2415
-                    "bootstrap.php"
2416
-                ],
2417
-                "classmap": [
2418
-                    "Resources/stubs"
2419
-                ]
2420
-            },
2421
-            "notification-url": "https://packagist.org/downloads/",
2422
-            "license": [
2423
-                "MIT"
2424
-            ],
2425
-            "authors": [
2426
-                {
2427
-                    "name": "Nicolas Grekas",
2428
-                    "email": "p@tchwork.com"
2429
-                },
2430
-                {
2431
-                    "name": "Symfony Community",
2432
-                    "homepage": "https://symfony.com/contributors"
2433
-                }
2434
-            ],
2435
-            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2436
-            "homepage": "https://symfony.com",
2437
-            "keywords": [
2438
-                "compatibility",
2439
-                "polyfill",
2440
-                "portable",
2441
-                "shim"
2442
-            ],
2443
-            "time": "2019-11-27T16:25:15+00:00"
2444
-        },
2445
-        {
2446
-            "name": "symfony/process",
2447
-            "version": "v3.4.36",
2448
-            "source": {
2449
-                "type": "git",
2450
-                "url": "https://github.com/symfony/process.git",
2451
-                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2"
2452
-            },
2453
-            "dist": {
2454
-                "type": "zip",
2455
-                "url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2456
-                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2457
-                "shasum": ""
2458
-            },
2459
-            "require": {
2460
-                "php": "^5.5.9|>=7.0.8"
2461
-            },
2462
-            "type": "library",
2463
-            "extra": {
2464
-                "branch-alias": {
2465
-                    "dev-master": "3.4-dev"
2466
-                }
2467
-            },
2468
-            "autoload": {
2469
-                "psr-4": {
2470
-                    "Symfony\\Component\\Process\\": ""
2471
-                },
2472
-                "exclude-from-classmap": [
2473
-                    "/Tests/"
2474
-                ]
2475
-            },
2476
-            "notification-url": "https://packagist.org/downloads/",
2477
-            "license": [
2478
-                "MIT"
2479
-            ],
2480
-            "authors": [
2481
-                {
2482
-                    "name": "Fabien Potencier",
2483
-                    "email": "fabien@symfony.com"
2484
-                },
2485
-                {
2486
-                    "name": "Symfony Community",
2487
-                    "homepage": "https://symfony.com/contributors"
2488
-                }
2489
-            ],
2490
-            "description": "Symfony Process Component",
2491
-            "homepage": "https://symfony.com",
2492
-            "time": "2019-11-28T10:05:51+00:00"
2493
-        },
2494
-        {
2495
-            "name": "symfony/service-contracts",
2496
-            "version": "v2.0.1",
2497
-            "source": {
2498
-                "type": "git",
2499
-                "url": "https://github.com/symfony/service-contracts.git",
2500
-                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
2501
-            },
2502
-            "dist": {
2503
-                "type": "zip",
2504
-                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
2505
-                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
2506
-                "shasum": ""
2507
-            },
2508
-            "require": {
2509
-                "php": "^7.2.5",
2510
-                "psr/container": "^1.0"
2511
-            },
2512
-            "suggest": {
2513
-                "symfony/service-implementation": ""
2514
-            },
2515
-            "type": "library",
2516
-            "extra": {
2517
-                "branch-alias": {
2518
-                    "dev-master": "2.0-dev"
2519
-                }
2520
-            },
2521
-            "autoload": {
2522
-                "psr-4": {
2523
-                    "Symfony\\Contracts\\Service\\": ""
2524
-                }
2525
-            },
2526
-            "notification-url": "https://packagist.org/downloads/",
2527
-            "license": [
2528
-                "MIT"
2529
-            ],
2530
-            "authors": [
2531
-                {
2532
-                    "name": "Nicolas Grekas",
2533
-                    "email": "p@tchwork.com"
2534
-                },
2535
-                {
2536
-                    "name": "Symfony Community",
2537
-                    "homepage": "https://symfony.com/contributors"
2538
-                }
2539
-            ],
2540
-            "description": "Generic abstractions related to writing services",
2541
-            "homepage": "https://symfony.com",
2542
-            "keywords": [
2543
-                "abstractions",
2544
-                "contracts",
2545
-                "decoupling",
2546
-                "interfaces",
2547
-                "interoperability",
2548
-                "standards"
2549
-            ],
2550
-            "time": "2019-11-18T17:27:11+00:00"
2551
-        },
2552
-        {
2553
-            "name": "symfony/stopwatch",
2554
-            "version": "v5.0.1",
2555
-            "source": {
2556
-                "type": "git",
2557
-                "url": "https://github.com/symfony/stopwatch.git",
2558
-                "reference": "d410282956706e0b08681a5527447a8e6b6f421e"
2559
-            },
2560
-            "dist": {
2561
-                "type": "zip",
2562
-                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d410282956706e0b08681a5527447a8e6b6f421e",
2563
-                "reference": "d410282956706e0b08681a5527447a8e6b6f421e",
2564
-                "shasum": ""
2565
-            },
2566
-            "require": {
2567
-                "php": "^7.2.5",
2568
-                "symfony/service-contracts": "^1.0|^2"
2569
-            },
2570
-            "type": "library",
2571
-            "extra": {
2572
-                "branch-alias": {
2573
-                    "dev-master": "5.0-dev"
2574
-                }
2575
-            },
2576
-            "autoload": {
2577
-                "psr-4": {
2578
-                    "Symfony\\Component\\Stopwatch\\": ""
2579
-                },
2580
-                "exclude-from-classmap": [
2581
-                    "/Tests/"
2582
-                ]
2583
-            },
2584
-            "notification-url": "https://packagist.org/downloads/",
2585
-            "license": [
2586
-                "MIT"
2587
-            ],
2588
-            "authors": [
2589
-                {
2590
-                    "name": "Fabien Potencier",
2591
-                    "email": "fabien@symfony.com"
2592
-                },
2593
-                {
2594
-                    "name": "Symfony Community",
2595
-                    "homepage": "https://symfony.com/contributors"
2596
-                }
2597
-            ],
2598
-            "description": "Symfony Stopwatch Component",
2599
-            "homepage": "https://symfony.com",
2600
-            "time": "2019-11-18T17:27:11+00:00"
2601
-        },
2602
-        {
2603
-            "name": "symfony/yaml",
2604
-            "version": "v4.4.1",
2605
-            "source": {
2606
-                "type": "git",
2607
-                "url": "https://github.com/symfony/yaml.git",
2608
-                "reference": "76de473358fe802578a415d5bb43c296cf09d211"
2609
-            },
2610
-            "dist": {
2611
-                "type": "zip",
2612
-                "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
2613
-                "reference": "76de473358fe802578a415d5bb43c296cf09d211",
2614
-                "shasum": ""
2615
-            },
2616
-            "require": {
2617
-                "php": "^7.1.3",
2618
-                "symfony/polyfill-ctype": "~1.8"
2619
-            },
2620
-            "conflict": {
2621
-                "symfony/console": "<3.4"
2622
-            },
2623
-            "require-dev": {
2624
-                "symfony/console": "^3.4|^4.0|^5.0"
2625
-            },
2626
-            "suggest": {
2627
-                "symfony/console": "For validating YAML files using the lint command"
2628
-            },
2629
-            "type": "library",
2630
-            "extra": {
2631
-                "branch-alias": {
2632
-                    "dev-master": "4.4-dev"
2633
-                }
2634
-            },
2635
-            "autoload": {
2636
-                "psr-4": {
2637
-                    "Symfony\\Component\\Yaml\\": ""
2638
-                },
2639
-                "exclude-from-classmap": [
2640
-                    "/Tests/"
2641
-                ]
2642
-            },
2643
-            "notification-url": "https://packagist.org/downloads/",
2644
-            "license": [
2645
-                "MIT"
2646
-            ],
2647
-            "authors": [
2648
-                {
2649
-                    "name": "Fabien Potencier",
2650
-                    "email": "fabien@symfony.com"
2651
-                },
2652
-                {
2653
-                    "name": "Symfony Community",
2654
-                    "homepage": "https://symfony.com/contributors"
2655
-                }
2656
-            ],
2657
-            "description": "Symfony Yaml Component",
2658
-            "homepage": "https://symfony.com",
2659
-            "time": "2019-11-12T14:51:11+00:00"
2660
-        },
2661
-        {
2662
-            "name": "webmozart/assert",
2663
-            "version": "1.6.0",
2664
-            "source": {
2665
-                "type": "git",
2666
-                "url": "https://github.com/webmozart/assert.git",
2667
-                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
2668
-            },
2669
-            "dist": {
2670
-                "type": "zip",
2671
-                "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
2672
-                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
2673
-                "shasum": ""
2674
-            },
2675
-            "require": {
2676
-                "php": "^5.3.3 || ^7.0",
2677
-                "symfony/polyfill-ctype": "^1.8"
2678
-            },
2679
-            "conflict": {
2680
-                "vimeo/psalm": "<3.6.0"
2681
-            },
2682
-            "require-dev": {
2683
-                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2684
-            },
2685
-            "type": "library",
2686
-            "autoload": {
2687
-                "psr-4": {
2688
-                    "Webmozart\\Assert\\": "src/"
2689
-                }
2690
-            },
2691
-            "notification-url": "https://packagist.org/downloads/",
2692
-            "license": [
2693
-                "MIT"
2694
-            ],
2695
-            "authors": [
2696
-                {
2697
-                    "name": "Bernhard Schussek",
2698
-                    "email": "bschussek@gmail.com"
2699
-                }
2700
-            ],
2701
-            "description": "Assertions to validate method input/output with nice error messages.",
2702
-            "keywords": [
2703
-                "assert",
2704
-                "check",
2705
-                "validate"
2706
-            ],
2707
-            "time": "2019-11-24T13:36:37+00:00"
2708
-        }
2709
-    ],
2710
-    "aliases": [],
2711
-    "minimum-stability": "stable",
2712
-    "stability-flags": [],
2713
-    "prefer-stable": false,
2714
-    "prefer-lowest": false,
2715
-    "platform": {
2716
-        "php": "^5.6 || ^7.0",
2717
-        "ext-curl": "*",
2718
-        "ext-json": "*",
2719
-        "ext-mbstring": "*"
2720
-    },
2721
-    "platform-dev": []
2722
-}
Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:47:00
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2722 @@
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#installing-dependencies",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "content-hash": "47f4b9d3f4c3bc283a9e3acc426a0db2",
8
+    "packages": [],
9
+    "packages-dev": [
10
+        {
11
+            "name": "composer/semver",
12
+            "version": "1.5.0",
13
+            "source": {
14
+                "type": "git",
15
+                "url": "https://github.com/composer/semver.git",
16
+                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
17
+            },
18
+            "dist": {
19
+                "type": "zip",
20
+                "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
21
+                "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
22
+                "shasum": ""
23
+            },
24
+            "require": {
25
+                "php": "^5.3.2 || ^7.0"
26
+            },
27
+            "require-dev": {
28
+                "phpunit/phpunit": "^4.5 || ^5.0.5",
29
+                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
30
+            },
31
+            "type": "library",
32
+            "extra": {
33
+                "branch-alias": {
34
+                    "dev-master": "1.x-dev"
35
+                }
36
+            },
37
+            "autoload": {
38
+                "psr-4": {
39
+                    "Composer\\Semver\\": "src"
40
+                }
41
+            },
42
+            "notification-url": "https://packagist.org/downloads/",
43
+            "license": [
44
+                "MIT"
45
+            ],
46
+            "authors": [
47
+                {
48
+                    "name": "Nils Adermann",
49
+                    "email": "naderman@naderman.de",
50
+                    "homepage": "http://www.naderman.de"
51
+                },
52
+                {
53
+                    "name": "Jordi Boggiano",
54
+                    "email": "j.boggiano@seld.be",
55
+                    "homepage": "http://seld.be"
56
+                },
57
+                {
58
+                    "name": "Rob Bast",
59
+                    "email": "rob.bast@gmail.com",
60
+                    "homepage": "http://robbast.nl"
61
+                }
62
+            ],
63
+            "description": "Semver library that offers utilities, version constraint parsing and validation.",
64
+            "keywords": [
65
+                "semantic",
66
+                "semver",
67
+                "validation",
68
+                "versioning"
69
+            ],
70
+            "time": "2019-03-19T17:25:45+00:00"
71
+        },
72
+        {
73
+            "name": "composer/xdebug-handler",
74
+            "version": "1.4.0",
75
+            "source": {
76
+                "type": "git",
77
+                "url": "https://github.com/composer/xdebug-handler.git",
78
+                "reference": "cbe23383749496fe0f373345208b79568e4bc248"
79
+            },
80
+            "dist": {
81
+                "type": "zip",
82
+                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
83
+                "reference": "cbe23383749496fe0f373345208b79568e4bc248",
84
+                "shasum": ""
85
+            },
86
+            "require": {
87
+                "php": "^5.3.2 || ^7.0 || ^8.0",
88
+                "psr/log": "^1.0"
89
+            },
90
+            "require-dev": {
91
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
92
+            },
93
+            "type": "library",
94
+            "autoload": {
95
+                "psr-4": {
96
+                    "Composer\\XdebugHandler\\": "src"
97
+                }
98
+            },
99
+            "notification-url": "https://packagist.org/downloads/",
100
+            "license": [
101
+                "MIT"
102
+            ],
103
+            "authors": [
104
+                {
105
+                    "name": "John Stevenson",
106
+                    "email": "john-stevenson@blueyonder.co.uk"
107
+                }
108
+            ],
109
+            "description": "Restarts a process without Xdebug.",
110
+            "keywords": [
111
+                "Xdebug",
112
+                "performance"
113
+            ],
114
+            "time": "2019-11-06T16:40:04+00:00"
115
+        },
116
+        {
117
+            "name": "doctrine/annotations",
118
+            "version": "v1.8.0",
119
+            "source": {
120
+                "type": "git",
121
+                "url": "https://github.com/doctrine/annotations.git",
122
+                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
123
+            },
124
+            "dist": {
125
+                "type": "zip",
126
+                "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
127
+                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
128
+                "shasum": ""
129
+            },
130
+            "require": {
131
+                "doctrine/lexer": "1.*",
132
+                "php": "^7.1"
133
+            },
134
+            "require-dev": {
135
+                "doctrine/cache": "1.*",
136
+                "phpunit/phpunit": "^7.5"
137
+            },
138
+            "type": "library",
139
+            "extra": {
140
+                "branch-alias": {
141
+                    "dev-master": "1.7.x-dev"
142
+                }
143
+            },
144
+            "autoload": {
145
+                "psr-4": {
146
+                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
147
+                }
148
+            },
149
+            "notification-url": "https://packagist.org/downloads/",
150
+            "license": [
151
+                "MIT"
152
+            ],
153
+            "authors": [
154
+                {
155
+                    "name": "Guilherme Blanco",
156
+                    "email": "guilhermeblanco@gmail.com"
157
+                },
158
+                {
159
+                    "name": "Roman Borschel",
160
+                    "email": "roman@code-factory.org"
161
+                },
162
+                {
163
+                    "name": "Benjamin Eberlei",
164
+                    "email": "kontakt@beberlei.de"
165
+                },
166
+                {
167
+                    "name": "Jonathan Wage",
168
+                    "email": "jonwage@gmail.com"
169
+                },
170
+                {
171
+                    "name": "Johannes Schmitt",
172
+                    "email": "schmittjoh@gmail.com"
173
+                }
174
+            ],
175
+            "description": "Docblock Annotations Parser",
176
+            "homepage": "http://www.doctrine-project.org",
177
+            "keywords": [
178
+                "annotations",
179
+                "docblock",
180
+                "parser"
181
+            ],
182
+            "time": "2019-10-01T18:55:10+00:00"
183
+        },
184
+        {
185
+            "name": "doctrine/instantiator",
186
+            "version": "1.3.0",
187
+            "source": {
188
+                "type": "git",
189
+                "url": "https://github.com/doctrine/instantiator.git",
190
+                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
191
+            },
192
+            "dist": {
193
+                "type": "zip",
194
+                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
195
+                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
196
+                "shasum": ""
197
+            },
198
+            "require": {
199
+                "php": "^7.1"
200
+            },
201
+            "require-dev": {
202
+                "doctrine/coding-standard": "^6.0",
203
+                "ext-pdo": "*",
204
+                "ext-phar": "*",
205
+                "phpbench/phpbench": "^0.13",
206
+                "phpstan/phpstan-phpunit": "^0.11",
207
+                "phpstan/phpstan-shim": "^0.11",
208
+                "phpunit/phpunit": "^7.0"
209
+            },
210
+            "type": "library",
211
+            "extra": {
212
+                "branch-alias": {
213
+                    "dev-master": "1.2.x-dev"
214
+                }
215
+            },
216
+            "autoload": {
217
+                "psr-4": {
218
+                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
219
+                }
220
+            },
221
+            "notification-url": "https://packagist.org/downloads/",
222
+            "license": [
223
+                "MIT"
224
+            ],
225
+            "authors": [
226
+                {
227
+                    "name": "Marco Pivetta",
228
+                    "email": "ocramius@gmail.com",
229
+                    "homepage": "http://ocramius.github.com/"
230
+                }
231
+            ],
232
+            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
233
+            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
234
+            "keywords": [
235
+                "constructor",
236
+                "instantiate"
237
+            ],
238
+            "time": "2019-10-21T16:45:58+00:00"
239
+        },
240
+        {
241
+            "name": "doctrine/lexer",
242
+            "version": "1.2.0",
243
+            "source": {
244
+                "type": "git",
245
+                "url": "https://github.com/doctrine/lexer.git",
246
+                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
247
+            },
248
+            "dist": {
249
+                "type": "zip",
250
+                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
251
+                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
252
+                "shasum": ""
253
+            },
254
+            "require": {
255
+                "php": "^7.2"
256
+            },
257
+            "require-dev": {
258
+                "doctrine/coding-standard": "^6.0",
259
+                "phpstan/phpstan": "^0.11.8",
260
+                "phpunit/phpunit": "^8.2"
261
+            },
262
+            "type": "library",
263
+            "extra": {
264
+                "branch-alias": {
265
+                    "dev-master": "1.2.x-dev"
266
+                }
267
+            },
268
+            "autoload": {
269
+                "psr-4": {
270
+                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
271
+                }
272
+            },
273
+            "notification-url": "https://packagist.org/downloads/",
274
+            "license": [
275
+                "MIT"
276
+            ],
277
+            "authors": [
278
+                {
279
+                    "name": "Guilherme Blanco",
280
+                    "email": "guilhermeblanco@gmail.com"
281
+                },
282
+                {
283
+                    "name": "Roman Borschel",
284
+                    "email": "roman@code-factory.org"
285
+                },
286
+                {
287
+                    "name": "Johannes Schmitt",
288
+                    "email": "schmittjoh@gmail.com"
289
+                }
290
+            ],
291
+            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
292
+            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
293
+            "keywords": [
294
+                "annotations",
295
+                "docblock",
296
+                "lexer",
297
+                "parser",
298
+                "php"
299
+            ],
300
+            "time": "2019-10-30T14:39:59+00:00"
301
+        },
302
+        {
303
+            "name": "friendsofphp/php-cs-fixer",
304
+            "version": "v2.16.1",
305
+            "source": {
306
+                "type": "git",
307
+                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
308
+                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
309
+            },
310
+            "dist": {
311
+                "type": "zip",
312
+                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
313
+                "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
314
+                "shasum": ""
315
+            },
316
+            "require": {
317
+                "composer/semver": "^1.4",
318
+                "composer/xdebug-handler": "^1.2",
319
+                "doctrine/annotations": "^1.2",
320
+                "ext-json": "*",
321
+                "ext-tokenizer": "*",
322
+                "php": "^5.6 || ^7.0",
323
+                "php-cs-fixer/diff": "^1.3",
324
+                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
325
+                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
326
+                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
327
+                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
328
+                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
329
+                "symfony/polyfill-php70": "^1.0",
330
+                "symfony/polyfill-php72": "^1.4",
331
+                "symfony/process": "^3.0 || ^4.0 || ^5.0",
332
+                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
333
+            },
334
+            "require-dev": {
335
+                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
336
+                "justinrainbow/json-schema": "^5.0",
337
+                "keradus/cli-executor": "^1.2",
338
+                "mikey179/vfsstream": "^1.6",
339
+                "php-coveralls/php-coveralls": "^2.1",
340
+                "php-cs-fixer/accessible-object": "^1.0",
341
+                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
342
+                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
343
+                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
344
+                "phpunitgoodpractices/traits": "^1.8",
345
+                "symfony/phpunit-bridge": "^4.3 || ^5.0",
346
+                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
347
+            },
348
+            "suggest": {
349
+                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
350
+                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
351
+                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
352
+                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
353
+            },
354
+            "bin": [
355
+                "php-cs-fixer"
356
+            ],
357
+            "type": "application",
358
+            "autoload": {
359
+                "psr-4": {
360
+                    "PhpCsFixer\\": "src/"
361
+                },
362
+                "classmap": [
363
+                    "tests/Test/AbstractFixerTestCase.php",
364
+                    "tests/Test/AbstractIntegrationCaseFactory.php",
365
+                    "tests/Test/AbstractIntegrationTestCase.php",
366
+                    "tests/Test/Assert/AssertTokensTrait.php",
367
+                    "tests/Test/IntegrationCase.php",
368
+                    "tests/Test/IntegrationCaseFactory.php",
369
+                    "tests/Test/IntegrationCaseFactoryInterface.php",
370
+                    "tests/Test/InternalIntegrationCaseFactory.php",
371
+                    "tests/TestCase.php"
372
+                ]
373
+            },
374
+            "notification-url": "https://packagist.org/downloads/",
375
+            "license": [
376
+                "MIT"
377
+            ],
378
+            "authors": [
379
+                {
380
+                    "name": "Fabien Potencier",
381
+                    "email": "fabien@symfony.com"
382
+                },
383
+                {
384
+                    "name": "Dariusz Rumiński",
385
+                    "email": "dariusz.ruminski@gmail.com"
386
+                }
387
+            ],
388
+            "description": "A tool to automatically fix PHP code style",
389
+            "time": "2019-11-25T22:10:32+00:00"
390
+        },
391
+        {
392
+            "name": "myclabs/deep-copy",
393
+            "version": "1.9.3",
394
+            "source": {
395
+                "type": "git",
396
+                "url": "https://github.com/myclabs/DeepCopy.git",
397
+                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
398
+            },
399
+            "dist": {
400
+                "type": "zip",
401
+                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
402
+                "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
403
+                "shasum": ""
404
+            },
405
+            "require": {
406
+                "php": "^7.1"
407
+            },
408
+            "replace": {
409
+                "myclabs/deep-copy": "self.version"
410
+            },
411
+            "require-dev": {
412
+                "doctrine/collections": "^1.0",
413
+                "doctrine/common": "^2.6",
414
+                "phpunit/phpunit": "^7.1"
415
+            },
416
+            "type": "library",
417
+            "autoload": {
418
+                "psr-4": {
419
+                    "DeepCopy\\": "src/DeepCopy/"
420
+                },
421
+                "files": [
422
+                    "src/DeepCopy/deep_copy.php"
423
+                ]
424
+            },
425
+            "notification-url": "https://packagist.org/downloads/",
426
+            "license": [
427
+                "MIT"
428
+            ],
429
+            "description": "Create deep copies (clones) of your objects",
430
+            "keywords": [
431
+                "clone",
432
+                "copy",
433
+                "duplicate",
434
+                "object",
435
+                "object graph"
436
+            ],
437
+            "time": "2019-08-09T12:45:53+00:00"
438
+        },
439
+        {
440
+            "name": "paragonie/random_compat",
441
+            "version": "v9.99.99",
442
+            "source": {
443
+                "type": "git",
444
+                "url": "https://github.com/paragonie/random_compat.git",
445
+                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
446
+            },
447
+            "dist": {
448
+                "type": "zip",
449
+                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
450
+                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
451
+                "shasum": ""
452
+            },
453
+            "require": {
454
+                "php": "^7"
455
+            },
456
+            "require-dev": {
457
+                "phpunit/phpunit": "4.*|5.*",
458
+                "vimeo/psalm": "^1"
459
+            },
460
+            "suggest": {
461
+                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
462
+            },
463
+            "type": "library",
464
+            "notification-url": "https://packagist.org/downloads/",
465
+            "license": [
466
+                "MIT"
467
+            ],
468
+            "authors": [
469
+                {
470
+                    "name": "Paragon Initiative Enterprises",
471
+                    "email": "security@paragonie.com",
472
+                    "homepage": "https://paragonie.com"
473
+                }
474
+            ],
475
+            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
476
+            "keywords": [
477
+                "csprng",
478
+                "polyfill",
479
+                "pseudorandom",
480
+                "random"
481
+            ],
482
+            "time": "2018-07-02T15:55:56+00:00"
483
+        },
484
+        {
485
+            "name": "php-cs-fixer/diff",
486
+            "version": "v1.3.0",
487
+            "source": {
488
+                "type": "git",
489
+                "url": "https://github.com/PHP-CS-Fixer/diff.git",
490
+                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
491
+            },
492
+            "dist": {
493
+                "type": "zip",
494
+                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
495
+                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
496
+                "shasum": ""
497
+            },
498
+            "require": {
499
+                "php": "^5.6 || ^7.0"
500
+            },
501
+            "require-dev": {
502
+                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
503
+                "symfony/process": "^3.3"
504
+            },
505
+            "type": "library",
506
+            "autoload": {
507
+                "classmap": [
508
+                    "src/"
509
+                ]
510
+            },
511
+            "notification-url": "https://packagist.org/downloads/",
512
+            "license": [
513
+                "BSD-3-Clause"
514
+            ],
515
+            "authors": [
516
+                {
517
+                    "name": "Kore Nordmann",
518
+                    "email": "mail@kore-nordmann.de"
519
+                },
520
+                {
521
+                    "name": "Sebastian Bergmann",
522
+                    "email": "sebastian@phpunit.de"
523
+                },
524
+                {
525
+                    "name": "SpacePossum"
526
+                }
527
+            ],
528
+            "description": "sebastian/diff v2 backport support for PHP5.6",
529
+            "homepage": "https://github.com/PHP-CS-Fixer",
530
+            "keywords": [
531
+                "diff"
532
+            ],
533
+            "time": "2018-02-15T16:58:55+00:00"
534
+        },
535
+        {
536
+            "name": "phpdocumentor/reflection-common",
537
+            "version": "2.0.0",
538
+            "source": {
539
+                "type": "git",
540
+                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
541
+                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
542
+            },
543
+            "dist": {
544
+                "type": "zip",
545
+                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
546
+                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
547
+                "shasum": ""
548
+            },
549
+            "require": {
550
+                "php": ">=7.1"
551
+            },
552
+            "require-dev": {
553
+                "phpunit/phpunit": "~6"
554
+            },
555
+            "type": "library",
556
+            "extra": {
557
+                "branch-alias": {
558
+                    "dev-master": "2.x-dev"
559
+                }
560
+            },
561
+            "autoload": {
562
+                "psr-4": {
563
+                    "phpDocumentor\\Reflection\\": "src/"
564
+                }
565
+            },
566
+            "notification-url": "https://packagist.org/downloads/",
567
+            "license": [
568
+                "MIT"
569
+            ],
570
+            "authors": [
571
+                {
572
+                    "name": "Jaap van Otterdijk",
573
+                    "email": "opensource@ijaap.nl"
574
+                }
575
+            ],
576
+            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
577
+            "homepage": "http://www.phpdoc.org",
578
+            "keywords": [
579
+                "FQSEN",
580
+                "phpDocumentor",
581
+                "phpdoc",
582
+                "reflection",
583
+                "static analysis"
584
+            ],
585
+            "time": "2018-08-07T13:53:10+00:00"
586
+        },
587
+        {
588
+            "name": "phpdocumentor/reflection-docblock",
589
+            "version": "4.3.2",
590
+            "source": {
591
+                "type": "git",
592
+                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
593
+                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
594
+            },
595
+            "dist": {
596
+                "type": "zip",
597
+                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
598
+                "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
599
+                "shasum": ""
600
+            },
601
+            "require": {
602
+                "php": "^7.0",
603
+                "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
604
+                "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
605
+                "webmozart/assert": "^1.0"
606
+            },
607
+            "require-dev": {
608
+                "doctrine/instantiator": "^1.0.5",
609
+                "mockery/mockery": "^1.0",
610
+                "phpunit/phpunit": "^6.4"
611
+            },
612
+            "type": "library",
613
+            "extra": {
614
+                "branch-alias": {
615
+                    "dev-master": "4.x-dev"
616
+                }
617
+            },
618
+            "autoload": {
619
+                "psr-4": {
620
+                    "phpDocumentor\\Reflection\\": [
621
+                        "src/"
622
+                    ]
623
+                }
624
+            },
625
+            "notification-url": "https://packagist.org/downloads/",
626
+            "license": [
627
+                "MIT"
628
+            ],
629
+            "authors": [
630
+                {
631
+                    "name": "Mike van Riel",
632
+                    "email": "me@mikevanriel.com"
633
+                }
634
+            ],
635
+            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
636
+            "time": "2019-09-12T14:27:41+00:00"
637
+        },
638
+        {
639
+            "name": "phpdocumentor/type-resolver",
640
+            "version": "1.0.1",
641
+            "source": {
642
+                "type": "git",
643
+                "url": "https://github.com/phpDocumentor/TypeResolver.git",
644
+                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
645
+            },
646
+            "dist": {
647
+                "type": "zip",
648
+                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
649
+                "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
650
+                "shasum": ""
651
+            },
652
+            "require": {
653
+                "php": "^7.1",
654
+                "phpdocumentor/reflection-common": "^2.0"
655
+            },
656
+            "require-dev": {
657
+                "ext-tokenizer": "^7.1",
658
+                "mockery/mockery": "~1",
659
+                "phpunit/phpunit": "^7.0"
660
+            },
661
+            "type": "library",
662
+            "extra": {
663
+                "branch-alias": {
664
+                    "dev-master": "1.x-dev"
665
+                }
666
+            },
667
+            "autoload": {
668
+                "psr-4": {
669
+                    "phpDocumentor\\Reflection\\": "src"
670
+                }
671
+            },
672
+            "notification-url": "https://packagist.org/downloads/",
673
+            "license": [
674
+                "MIT"
675
+            ],
676
+            "authors": [
677
+                {
678
+                    "name": "Mike van Riel",
679
+                    "email": "me@mikevanriel.com"
680
+                }
681
+            ],
682
+            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
683
+            "time": "2019-08-22T18:11:29+00:00"
684
+        },
685
+        {
686
+            "name": "phpspec/prophecy",
687
+            "version": "1.9.0",
688
+            "source": {
689
+                "type": "git",
690
+                "url": "https://github.com/phpspec/prophecy.git",
691
+                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
692
+            },
693
+            "dist": {
694
+                "type": "zip",
695
+                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
696
+                "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
697
+                "shasum": ""
698
+            },
699
+            "require": {
700
+                "doctrine/instantiator": "^1.0.2",
701
+                "php": "^5.3|^7.0",
702
+                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
703
+                "sebastian/comparator": "^1.1|^2.0|^3.0",
704
+                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
705
+            },
706
+            "require-dev": {
707
+                "phpspec/phpspec": "^2.5|^3.2",
708
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
709
+            },
710
+            "type": "library",
711
+            "extra": {
712
+                "branch-alias": {
713
+                    "dev-master": "1.8.x-dev"
714
+                }
715
+            },
716
+            "autoload": {
717
+                "psr-4": {
718
+                    "Prophecy\\": "src/Prophecy"
719
+                }
720
+            },
721
+            "notification-url": "https://packagist.org/downloads/",
722
+            "license": [
723
+                "MIT"
724
+            ],
725
+            "authors": [
726
+                {
727
+                    "name": "Konstantin Kudryashov",
728
+                    "email": "ever.zet@gmail.com",
729
+                    "homepage": "http://everzet.com"
730
+                },
731
+                {
732
+                    "name": "Marcello Duarte",
733
+                    "email": "marcello.duarte@gmail.com"
734
+                }
735
+            ],
736
+            "description": "Highly opinionated mocking framework for PHP 5.3+",
737
+            "homepage": "https://github.com/phpspec/prophecy",
738
+            "keywords": [
739
+                "Double",
740
+                "Dummy",
741
+                "fake",
742
+                "mock",
743
+                "spy",
744
+                "stub"
745
+            ],
746
+            "time": "2019-10-03T11:07:50+00:00"
747
+        },
748
+        {
749
+            "name": "phpunit/php-code-coverage",
750
+            "version": "4.0.8",
751
+            "source": {
752
+                "type": "git",
753
+                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
754
+                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
755
+            },
756
+            "dist": {
757
+                "type": "zip",
758
+                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
759
+                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
760
+                "shasum": ""
761
+            },
762
+            "require": {
763
+                "ext-dom": "*",
764
+                "ext-xmlwriter": "*",
765
+                "php": "^5.6 || ^7.0",
766
+                "phpunit/php-file-iterator": "^1.3",
767
+                "phpunit/php-text-template": "^1.2",
768
+                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
769
+                "sebastian/code-unit-reverse-lookup": "^1.0",
770
+                "sebastian/environment": "^1.3.2 || ^2.0",
771
+                "sebastian/version": "^1.0 || ^2.0"
772
+            },
773
+            "require-dev": {
774
+                "ext-xdebug": "^2.1.4",
775
+                "phpunit/phpunit": "^5.7"
776
+            },
777
+            "suggest": {
778
+                "ext-xdebug": "^2.5.1"
779
+            },
780
+            "type": "library",
781
+            "extra": {
782
+                "branch-alias": {
783
+                    "dev-master": "4.0.x-dev"
784
+                }
785
+            },
786
+            "autoload": {
787
+                "classmap": [
788
+                    "src/"
789
+                ]
790
+            },
791
+            "notification-url": "https://packagist.org/downloads/",
792
+            "license": [
793
+                "BSD-3-Clause"
794
+            ],
795
+            "authors": [
796
+                {
797
+                    "name": "Sebastian Bergmann",
798
+                    "email": "sb@sebastian-bergmann.de",
799
+                    "role": "lead"
800
+                }
801
+            ],
802
+            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
803
+            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
804
+            "keywords": [
805
+                "coverage",
806
+                "testing",
807
+                "xunit"
808
+            ],
809
+            "time": "2017-04-02T07:44:40+00:00"
810
+        },
811
+        {
812
+            "name": "phpunit/php-file-iterator",
813
+            "version": "1.4.5",
814
+            "source": {
815
+                "type": "git",
816
+                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
817
+                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
818
+            },
819
+            "dist": {
820
+                "type": "zip",
821
+                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
822
+                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
823
+                "shasum": ""
824
+            },
825
+            "require": {
826
+                "php": ">=5.3.3"
827
+            },
828
+            "type": "library",
829
+            "extra": {
830
+                "branch-alias": {
831
+                    "dev-master": "1.4.x-dev"
832
+                }
833
+            },
834
+            "autoload": {
835
+                "classmap": [
836
+                    "src/"
837
+                ]
838
+            },
839
+            "notification-url": "https://packagist.org/downloads/",
840
+            "license": [
841
+                "BSD-3-Clause"
842
+            ],
843
+            "authors": [
844
+                {
845
+                    "name": "Sebastian Bergmann",
846
+                    "email": "sb@sebastian-bergmann.de",
847
+                    "role": "lead"
848
+                }
849
+            ],
850
+            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
851
+            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
852
+            "keywords": [
853
+                "filesystem",
854
+                "iterator"
855
+            ],
856
+            "time": "2017-11-27T13:52:08+00:00"
857
+        },
858
+        {
859
+            "name": "phpunit/php-text-template",
860
+            "version": "1.2.1",
861
+            "source": {
862
+                "type": "git",
863
+                "url": "https://github.com/sebastianbergmann/php-text-template.git",
864
+                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
865
+            },
866
+            "dist": {
867
+                "type": "zip",
868
+                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
869
+                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
870
+                "shasum": ""
871
+            },
872
+            "require": {
873
+                "php": ">=5.3.3"
874
+            },
875
+            "type": "library",
876
+            "autoload": {
877
+                "classmap": [
878
+                    "src/"
879
+                ]
880
+            },
881
+            "notification-url": "https://packagist.org/downloads/",
882
+            "license": [
883
+                "BSD-3-Clause"
884
+            ],
885
+            "authors": [
886
+                {
887
+                    "name": "Sebastian Bergmann",
888
+                    "email": "sebastian@phpunit.de",
889
+                    "role": "lead"
890
+                }
891
+            ],
892
+            "description": "Simple template engine.",
893
+            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
894
+            "keywords": [
895
+                "template"
896
+            ],
897
+            "time": "2015-06-21T13:50:34+00:00"
898
+        },
899
+        {
900
+            "name": "phpunit/php-timer",
901
+            "version": "1.0.9",
902
+            "source": {
903
+                "type": "git",
904
+                "url": "https://github.com/sebastianbergmann/php-timer.git",
905
+                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
906
+            },
907
+            "dist": {
908
+                "type": "zip",
909
+                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
910
+                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
911
+                "shasum": ""
912
+            },
913
+            "require": {
914
+                "php": "^5.3.3 || ^7.0"
915
+            },
916
+            "require-dev": {
917
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
918
+            },
919
+            "type": "library",
920
+            "extra": {
921
+                "branch-alias": {
922
+                    "dev-master": "1.0-dev"
923
+                }
924
+            },
925
+            "autoload": {
926
+                "classmap": [
927
+                    "src/"
928
+                ]
929
+            },
930
+            "notification-url": "https://packagist.org/downloads/",
931
+            "license": [
932
+                "BSD-3-Clause"
933
+            ],
934
+            "authors": [
935
+                {
936
+                    "name": "Sebastian Bergmann",
937
+                    "email": "sb@sebastian-bergmann.de",
938
+                    "role": "lead"
939
+                }
940
+            ],
941
+            "description": "Utility class for timing",
942
+            "homepage": "https://github.com/sebastianbergmann/php-timer/",
943
+            "keywords": [
944
+                "timer"
945
+            ],
946
+            "time": "2017-02-26T11:10:40+00:00"
947
+        },
948
+        {
949
+            "name": "phpunit/php-token-stream",
950
+            "version": "2.0.2",
951
+            "source": {
952
+                "type": "git",
953
+                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
954
+                "reference": "791198a2c6254db10131eecfe8c06670700904db"
955
+            },
956
+            "dist": {
957
+                "type": "zip",
958
+                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
959
+                "reference": "791198a2c6254db10131eecfe8c06670700904db",
960
+                "shasum": ""
961
+            },
962
+            "require": {
963
+                "ext-tokenizer": "*",
964
+                "php": "^7.0"
965
+            },
966
+            "require-dev": {
967
+                "phpunit/phpunit": "^6.2.4"
968
+            },
969
+            "type": "library",
970
+            "extra": {
971
+                "branch-alias": {
972
+                    "dev-master": "2.0-dev"
973
+                }
974
+            },
975
+            "autoload": {
976
+                "classmap": [
977
+                    "src/"
978
+                ]
979
+            },
980
+            "notification-url": "https://packagist.org/downloads/",
981
+            "license": [
982
+                "BSD-3-Clause"
983
+            ],
984
+            "authors": [
985
+                {
986
+                    "name": "Sebastian Bergmann",
987
+                    "email": "sebastian@phpunit.de"
988
+                }
989
+            ],
990
+            "description": "Wrapper around PHP's tokenizer extension.",
991
+            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
992
+            "keywords": [
993
+                "tokenizer"
994
+            ],
995
+            "time": "2017-11-27T05:48:46+00:00"
996
+        },
997
+        {
998
+            "name": "phpunit/phpunit",
999
+            "version": "5.7.27",
1000
+            "source": {
1001
+                "type": "git",
1002
+                "url": "https://github.com/sebastianbergmann/phpunit.git",
1003
+                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1004
+            },
1005
+            "dist": {
1006
+                "type": "zip",
1007
+                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1008
+                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1009
+                "shasum": ""
1010
+            },
1011
+            "require": {
1012
+                "ext-dom": "*",
1013
+                "ext-json": "*",
1014
+                "ext-libxml": "*",
1015
+                "ext-mbstring": "*",
1016
+                "ext-xml": "*",
1017
+                "myclabs/deep-copy": "~1.3",
1018
+                "php": "^5.6 || ^7.0",
1019
+                "phpspec/prophecy": "^1.6.2",
1020
+                "phpunit/php-code-coverage": "^4.0.4",
1021
+                "phpunit/php-file-iterator": "~1.4",
1022
+                "phpunit/php-text-template": "~1.2",
1023
+                "phpunit/php-timer": "^1.0.6",
1024
+                "phpunit/phpunit-mock-objects": "^3.2",
1025
+                "sebastian/comparator": "^1.2.4",
1026
+                "sebastian/diff": "^1.4.3",
1027
+                "sebastian/environment": "^1.3.4 || ^2.0",
1028
+                "sebastian/exporter": "~2.0",
1029
+                "sebastian/global-state": "^1.1",
1030
+                "sebastian/object-enumerator": "~2.0",
1031
+                "sebastian/resource-operations": "~1.0",
1032
+                "sebastian/version": "^1.0.6|^2.0.1",
1033
+                "symfony/yaml": "~2.1|~3.0|~4.0"
1034
+            },
1035
+            "conflict": {
1036
+                "phpdocumentor/reflection-docblock": "3.0.2"
1037
+            },
1038
+            "require-dev": {
1039
+                "ext-pdo": "*"
1040
+            },
1041
+            "suggest": {
1042
+                "ext-xdebug": "*",
1043
+                "phpunit/php-invoker": "~1.1"
1044
+            },
1045
+            "bin": [
1046
+                "phpunit"
1047
+            ],
1048
+            "type": "library",
1049
+            "extra": {
1050
+                "branch-alias": {
1051
+                    "dev-master": "5.7.x-dev"
1052
+                }
1053
+            },
1054
+            "autoload": {
1055
+                "classmap": [
1056
+                    "src/"
1057
+                ]
1058
+            },
1059
+            "notification-url": "https://packagist.org/downloads/",
1060
+            "license": [
1061
+                "BSD-3-Clause"
1062
+            ],
1063
+            "authors": [
1064
+                {
1065
+                    "name": "Sebastian Bergmann",
1066
+                    "email": "sebastian@phpunit.de",
1067
+                    "role": "lead"
1068
+                }
1069
+            ],
1070
+            "description": "The PHP Unit Testing framework.",
1071
+            "homepage": "https://phpunit.de/",
1072
+            "keywords": [
1073
+                "phpunit",
1074
+                "testing",
1075
+                "xunit"
1076
+            ],
1077
+            "time": "2018-02-01T05:50:59+00:00"
1078
+        },
1079
+        {
1080
+            "name": "phpunit/phpunit-mock-objects",
1081
+            "version": "3.4.4",
1082
+            "source": {
1083
+                "type": "git",
1084
+                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1085
+                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1086
+            },
1087
+            "dist": {
1088
+                "type": "zip",
1089
+                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1090
+                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1091
+                "shasum": ""
1092
+            },
1093
+            "require": {
1094
+                "doctrine/instantiator": "^1.0.2",
1095
+                "php": "^5.6 || ^7.0",
1096
+                "phpunit/php-text-template": "^1.2",
1097
+                "sebastian/exporter": "^1.2 || ^2.0"
1098
+            },
1099
+            "conflict": {
1100
+                "phpunit/phpunit": "<5.4.0"
1101
+            },
1102
+            "require-dev": {
1103
+                "phpunit/phpunit": "^5.4"
1104
+            },
1105
+            "suggest": {
1106
+                "ext-soap": "*"
1107
+            },
1108
+            "type": "library",
1109
+            "extra": {
1110
+                "branch-alias": {
1111
+                    "dev-master": "3.2.x-dev"
1112
+                }
1113
+            },
1114
+            "autoload": {
1115
+                "classmap": [
1116
+                    "src/"
1117
+                ]
1118
+            },
1119
+            "notification-url": "https://packagist.org/downloads/",
1120
+            "license": [
1121
+                "BSD-3-Clause"
1122
+            ],
1123
+            "authors": [
1124
+                {
1125
+                    "name": "Sebastian Bergmann",
1126
+                    "email": "sb@sebastian-bergmann.de",
1127
+                    "role": "lead"
1128
+                }
1129
+            ],
1130
+            "description": "Mock Object library for PHPUnit",
1131
+            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1132
+            "keywords": [
1133
+                "mock",
1134
+                "xunit"
1135
+            ],
1136
+            "abandoned": true,
1137
+            "time": "2017-06-30T09:13:00+00:00"
1138
+        },
1139
+        {
1140
+            "name": "psr/container",
1141
+            "version": "1.0.0",
1142
+            "source": {
1143
+                "type": "git",
1144
+                "url": "https://github.com/php-fig/container.git",
1145
+                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1146
+            },
1147
+            "dist": {
1148
+                "type": "zip",
1149
+                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1150
+                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1151
+                "shasum": ""
1152
+            },
1153
+            "require": {
1154
+                "php": ">=5.3.0"
1155
+            },
1156
+            "type": "library",
1157
+            "extra": {
1158
+                "branch-alias": {
1159
+                    "dev-master": "1.0.x-dev"
1160
+                }
1161
+            },
1162
+            "autoload": {
1163
+                "psr-4": {
1164
+                    "Psr\\Container\\": "src/"
1165
+                }
1166
+            },
1167
+            "notification-url": "https://packagist.org/downloads/",
1168
+            "license": [
1169
+                "MIT"
1170
+            ],
1171
+            "authors": [
1172
+                {
1173
+                    "name": "PHP-FIG",
1174
+                    "homepage": "http://www.php-fig.org/"
1175
+                }
1176
+            ],
1177
+            "description": "Common Container Interface (PHP FIG PSR-11)",
1178
+            "homepage": "https://github.com/php-fig/container",
1179
+            "keywords": [
1180
+                "PSR-11",
1181
+                "container",
1182
+                "container-interface",
1183
+                "container-interop",
1184
+                "psr"
1185
+            ],
1186
+            "time": "2017-02-14T16:28:37+00:00"
1187
+        },
1188
+        {
1189
+            "name": "psr/log",
1190
+            "version": "1.1.2",
1191
+            "source": {
1192
+                "type": "git",
1193
+                "url": "https://github.com/php-fig/log.git",
1194
+                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1195
+            },
1196
+            "dist": {
1197
+                "type": "zip",
1198
+                "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1199
+                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1200
+                "shasum": ""
1201
+            },
1202
+            "require": {
1203
+                "php": ">=5.3.0"
1204
+            },
1205
+            "type": "library",
1206
+            "extra": {
1207
+                "branch-alias": {
1208
+                    "dev-master": "1.1.x-dev"
1209
+                }
1210
+            },
1211
+            "autoload": {
1212
+                "psr-4": {
1213
+                    "Psr\\Log\\": "Psr/Log/"
1214
+                }
1215
+            },
1216
+            "notification-url": "https://packagist.org/downloads/",
1217
+            "license": [
1218
+                "MIT"
1219
+            ],
1220
+            "authors": [
1221
+                {
1222
+                    "name": "PHP-FIG",
1223
+                    "homepage": "http://www.php-fig.org/"
1224
+                }
1225
+            ],
1226
+            "description": "Common interface for logging libraries",
1227
+            "homepage": "https://github.com/php-fig/log",
1228
+            "keywords": [
1229
+                "log",
1230
+                "psr",
1231
+                "psr-3"
1232
+            ],
1233
+            "time": "2019-11-01T11:05:21+00:00"
1234
+        },
1235
+        {
1236
+            "name": "sebastian/code-unit-reverse-lookup",
1237
+            "version": "1.0.1",
1238
+            "source": {
1239
+                "type": "git",
1240
+                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1241
+                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1242
+            },
1243
+            "dist": {
1244
+                "type": "zip",
1245
+                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1246
+                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1247
+                "shasum": ""
1248
+            },
1249
+            "require": {
1250
+                "php": "^5.6 || ^7.0"
1251
+            },
1252
+            "require-dev": {
1253
+                "phpunit/phpunit": "^5.7 || ^6.0"
1254
+            },
1255
+            "type": "library",
1256
+            "extra": {
1257
+                "branch-alias": {
1258
+                    "dev-master": "1.0.x-dev"
1259
+                }
1260
+            },
1261
+            "autoload": {
1262
+                "classmap": [
1263
+                    "src/"
1264
+                ]
1265
+            },
1266
+            "notification-url": "https://packagist.org/downloads/",
1267
+            "license": [
1268
+                "BSD-3-Clause"
1269
+            ],
1270
+            "authors": [
1271
+                {
1272
+                    "name": "Sebastian Bergmann",
1273
+                    "email": "sebastian@phpunit.de"
1274
+                }
1275
+            ],
1276
+            "description": "Looks up which function or method a line of code belongs to",
1277
+            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1278
+            "time": "2017-03-04T06:30:41+00:00"
1279
+        },
1280
+        {
1281
+            "name": "sebastian/comparator",
1282
+            "version": "1.2.4",
1283
+            "source": {
1284
+                "type": "git",
1285
+                "url": "https://github.com/sebastianbergmann/comparator.git",
1286
+                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1287
+            },
1288
+            "dist": {
1289
+                "type": "zip",
1290
+                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1291
+                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1292
+                "shasum": ""
1293
+            },
1294
+            "require": {
1295
+                "php": ">=5.3.3",
1296
+                "sebastian/diff": "~1.2",
1297
+                "sebastian/exporter": "~1.2 || ~2.0"
1298
+            },
1299
+            "require-dev": {
1300
+                "phpunit/phpunit": "~4.4"
1301
+            },
1302
+            "type": "library",
1303
+            "extra": {
1304
+                "branch-alias": {
1305
+                    "dev-master": "1.2.x-dev"
1306
+                }
1307
+            },
1308
+            "autoload": {
1309
+                "classmap": [
1310
+                    "src/"
1311
+                ]
1312
+            },
1313
+            "notification-url": "https://packagist.org/downloads/",
1314
+            "license": [
1315
+                "BSD-3-Clause"
1316
+            ],
1317
+            "authors": [
1318
+                {
1319
+                    "name": "Jeff Welch",
1320
+                    "email": "whatthejeff@gmail.com"
1321
+                },
1322
+                {
1323
+                    "name": "Volker Dusch",
1324
+                    "email": "github@wallbash.com"
1325
+                },
1326
+                {
1327
+                    "name": "Bernhard Schussek",
1328
+                    "email": "bschussek@2bepublished.at"
1329
+                },
1330
+                {
1331
+                    "name": "Sebastian Bergmann",
1332
+                    "email": "sebastian@phpunit.de"
1333
+                }
1334
+            ],
1335
+            "description": "Provides the functionality to compare PHP values for equality",
1336
+            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1337
+            "keywords": [
1338
+                "comparator",
1339
+                "compare",
1340
+                "equality"
1341
+            ],
1342
+            "time": "2017-01-29T09:50:25+00:00"
1343
+        },
1344
+        {
1345
+            "name": "sebastian/diff",
1346
+            "version": "1.4.3",
1347
+            "source": {
1348
+                "type": "git",
1349
+                "url": "https://github.com/sebastianbergmann/diff.git",
1350
+                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1351
+            },
1352
+            "dist": {
1353
+                "type": "zip",
1354
+                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1355
+                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1356
+                "shasum": ""
1357
+            },
1358
+            "require": {
1359
+                "php": "^5.3.3 || ^7.0"
1360
+            },
1361
+            "require-dev": {
1362
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1363
+            },
1364
+            "type": "library",
1365
+            "extra": {
1366
+                "branch-alias": {
1367
+                    "dev-master": "1.4-dev"
1368
+                }
1369
+            },
1370
+            "autoload": {
1371
+                "classmap": [
1372
+                    "src/"
1373
+                ]
1374
+            },
1375
+            "notification-url": "https://packagist.org/downloads/",
1376
+            "license": [
1377
+                "BSD-3-Clause"
1378
+            ],
1379
+            "authors": [
1380
+                {
1381
+                    "name": "Kore Nordmann",
1382
+                    "email": "mail@kore-nordmann.de"
1383
+                },
1384
+                {
1385
+                    "name": "Sebastian Bergmann",
1386
+                    "email": "sebastian@phpunit.de"
1387
+                }
1388
+            ],
1389
+            "description": "Diff implementation",
1390
+            "homepage": "https://github.com/sebastianbergmann/diff",
1391
+            "keywords": [
1392
+                "diff"
1393
+            ],
1394
+            "time": "2017-05-22T07:24:03+00:00"
1395
+        },
1396
+        {
1397
+            "name": "sebastian/environment",
1398
+            "version": "2.0.0",
1399
+            "source": {
1400
+                "type": "git",
1401
+                "url": "https://github.com/sebastianbergmann/environment.git",
1402
+                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1403
+            },
1404
+            "dist": {
1405
+                "type": "zip",
1406
+                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1407
+                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1408
+                "shasum": ""
1409
+            },
1410
+            "require": {
1411
+                "php": "^5.6 || ^7.0"
1412
+            },
1413
+            "require-dev": {
1414
+                "phpunit/phpunit": "^5.0"
1415
+            },
1416
+            "type": "library",
1417
+            "extra": {
1418
+                "branch-alias": {
1419
+                    "dev-master": "2.0.x-dev"
1420
+                }
1421
+            },
1422
+            "autoload": {
1423
+                "classmap": [
1424
+                    "src/"
1425
+                ]
1426
+            },
1427
+            "notification-url": "https://packagist.org/downloads/",
1428
+            "license": [
1429
+                "BSD-3-Clause"
1430
+            ],
1431
+            "authors": [
1432
+                {
1433
+                    "name": "Sebastian Bergmann",
1434
+                    "email": "sebastian@phpunit.de"
1435
+                }
1436
+            ],
1437
+            "description": "Provides functionality to handle HHVM/PHP environments",
1438
+            "homepage": "http://www.github.com/sebastianbergmann/environment",
1439
+            "keywords": [
1440
+                "Xdebug",
1441
+                "environment",
1442
+                "hhvm"
1443
+            ],
1444
+            "time": "2016-11-26T07:53:53+00:00"
1445
+        },
1446
+        {
1447
+            "name": "sebastian/exporter",
1448
+            "version": "2.0.0",
1449
+            "source": {
1450
+                "type": "git",
1451
+                "url": "https://github.com/sebastianbergmann/exporter.git",
1452
+                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1453
+            },
1454
+            "dist": {
1455
+                "type": "zip",
1456
+                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1457
+                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1458
+                "shasum": ""
1459
+            },
1460
+            "require": {
1461
+                "php": ">=5.3.3",
1462
+                "sebastian/recursion-context": "~2.0"
1463
+            },
1464
+            "require-dev": {
1465
+                "ext-mbstring": "*",
1466
+                "phpunit/phpunit": "~4.4"
1467
+            },
1468
+            "type": "library",
1469
+            "extra": {
1470
+                "branch-alias": {
1471
+                    "dev-master": "2.0.x-dev"
1472
+                }
1473
+            },
1474
+            "autoload": {
1475
+                "classmap": [
1476
+                    "src/"
1477
+                ]
1478
+            },
1479
+            "notification-url": "https://packagist.org/downloads/",
1480
+            "license": [
1481
+                "BSD-3-Clause"
1482
+            ],
1483
+            "authors": [
1484
+                {
1485
+                    "name": "Jeff Welch",
1486
+                    "email": "whatthejeff@gmail.com"
1487
+                },
1488
+                {
1489
+                    "name": "Volker Dusch",
1490
+                    "email": "github@wallbash.com"
1491
+                },
1492
+                {
1493
+                    "name": "Bernhard Schussek",
1494
+                    "email": "bschussek@2bepublished.at"
1495
+                },
1496
+                {
1497
+                    "name": "Sebastian Bergmann",
1498
+                    "email": "sebastian@phpunit.de"
1499
+                },
1500
+                {
1501
+                    "name": "Adam Harvey",
1502
+                    "email": "aharvey@php.net"
1503
+                }
1504
+            ],
1505
+            "description": "Provides the functionality to export PHP variables for visualization",
1506
+            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1507
+            "keywords": [
1508
+                "export",
1509
+                "exporter"
1510
+            ],
1511
+            "time": "2016-11-19T08:54:04+00:00"
1512
+        },
1513
+        {
1514
+            "name": "sebastian/global-state",
1515
+            "version": "1.1.1",
1516
+            "source": {
1517
+                "type": "git",
1518
+                "url": "https://github.com/sebastianbergmann/global-state.git",
1519
+                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1520
+            },
1521
+            "dist": {
1522
+                "type": "zip",
1523
+                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1524
+                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1525
+                "shasum": ""
1526
+            },
1527
+            "require": {
1528
+                "php": ">=5.3.3"
1529
+            },
1530
+            "require-dev": {
1531
+                "phpunit/phpunit": "~4.2"
1532
+            },
1533
+            "suggest": {
1534
+                "ext-uopz": "*"
1535
+            },
1536
+            "type": "library",
1537
+            "extra": {
1538
+                "branch-alias": {
1539
+                    "dev-master": "1.0-dev"
1540
+                }
1541
+            },
1542
+            "autoload": {
1543
+                "classmap": [
1544
+                    "src/"
1545
+                ]
1546
+            },
1547
+            "notification-url": "https://packagist.org/downloads/",
1548
+            "license": [
1549
+                "BSD-3-Clause"
1550
+            ],
1551
+            "authors": [
1552
+                {
1553
+                    "name": "Sebastian Bergmann",
1554
+                    "email": "sebastian@phpunit.de"
1555
+                }
1556
+            ],
1557
+            "description": "Snapshotting of global state",
1558
+            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1559
+            "keywords": [
1560
+                "global state"
1561
+            ],
1562
+            "time": "2015-10-12T03:26:01+00:00"
1563
+        },
1564
+        {
1565
+            "name": "sebastian/object-enumerator",
1566
+            "version": "2.0.1",
1567
+            "source": {
1568
+                "type": "git",
1569
+                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1570
+                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1571
+            },
1572
+            "dist": {
1573
+                "type": "zip",
1574
+                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1575
+                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1576
+                "shasum": ""
1577
+            },
1578
+            "require": {
1579
+                "php": ">=5.6",
1580
+                "sebastian/recursion-context": "~2.0"
1581
+            },
1582
+            "require-dev": {
1583
+                "phpunit/phpunit": "~5"
1584
+            },
1585
+            "type": "library",
1586
+            "extra": {
1587
+                "branch-alias": {
1588
+                    "dev-master": "2.0.x-dev"
1589
+                }
1590
+            },
1591
+            "autoload": {
1592
+                "classmap": [
1593
+                    "src/"
1594
+                ]
1595
+            },
1596
+            "notification-url": "https://packagist.org/downloads/",
1597
+            "license": [
1598
+                "BSD-3-Clause"
1599
+            ],
1600
+            "authors": [
1601
+                {
1602
+                    "name": "Sebastian Bergmann",
1603
+                    "email": "sebastian@phpunit.de"
1604
+                }
1605
+            ],
1606
+            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1607
+            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1608
+            "time": "2017-02-18T15:18:39+00:00"
1609
+        },
1610
+        {
1611
+            "name": "sebastian/recursion-context",
1612
+            "version": "2.0.0",
1613
+            "source": {
1614
+                "type": "git",
1615
+                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1616
+                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1617
+            },
1618
+            "dist": {
1619
+                "type": "zip",
1620
+                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1621
+                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1622
+                "shasum": ""
1623
+            },
1624
+            "require": {
1625
+                "php": ">=5.3.3"
1626
+            },
1627
+            "require-dev": {
1628
+                "phpunit/phpunit": "~4.4"
1629
+            },
1630
+            "type": "library",
1631
+            "extra": {
1632
+                "branch-alias": {
1633
+                    "dev-master": "2.0.x-dev"
1634
+                }
1635
+            },
1636
+            "autoload": {
1637
+                "classmap": [
1638
+                    "src/"
1639
+                ]
1640
+            },
1641
+            "notification-url": "https://packagist.org/downloads/",
1642
+            "license": [
1643
+                "BSD-3-Clause"
1644
+            ],
1645
+            "authors": [
1646
+                {
1647
+                    "name": "Jeff Welch",
1648
+                    "email": "whatthejeff@gmail.com"
1649
+                },
1650
+                {
1651
+                    "name": "Sebastian Bergmann",
1652
+                    "email": "sebastian@phpunit.de"
1653
+                },
1654
+                {
1655
+                    "name": "Adam Harvey",
1656
+                    "email": "aharvey@php.net"
1657
+                }
1658
+            ],
1659
+            "description": "Provides functionality to recursively process PHP variables",
1660
+            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1661
+            "time": "2016-11-19T07:33:16+00:00"
1662
+        },
1663
+        {
1664
+            "name": "sebastian/resource-operations",
1665
+            "version": "1.0.0",
1666
+            "source": {
1667
+                "type": "git",
1668
+                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1669
+                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1670
+            },
1671
+            "dist": {
1672
+                "type": "zip",
1673
+                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1674
+                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1675
+                "shasum": ""
1676
+            },
1677
+            "require": {
1678
+                "php": ">=5.6.0"
1679
+            },
1680
+            "type": "library",
1681
+            "extra": {
1682
+                "branch-alias": {
1683
+                    "dev-master": "1.0.x-dev"
1684
+                }
1685
+            },
1686
+            "autoload": {
1687
+                "classmap": [
1688
+                    "src/"
1689
+                ]
1690
+            },
1691
+            "notification-url": "https://packagist.org/downloads/",
1692
+            "license": [
1693
+                "BSD-3-Clause"
1694
+            ],
1695
+            "authors": [
1696
+                {
1697
+                    "name": "Sebastian Bergmann",
1698
+                    "email": "sebastian@phpunit.de"
1699
+                }
1700
+            ],
1701
+            "description": "Provides a list of PHP built-in functions that operate on resources",
1702
+            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1703
+            "time": "2015-07-28T20:34:47+00:00"
1704
+        },
1705
+        {
1706
+            "name": "sebastian/version",
1707
+            "version": "2.0.1",
1708
+            "source": {
1709
+                "type": "git",
1710
+                "url": "https://github.com/sebastianbergmann/version.git",
1711
+                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1712
+            },
1713
+            "dist": {
1714
+                "type": "zip",
1715
+                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1716
+                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1717
+                "shasum": ""
1718
+            },
1719
+            "require": {
1720
+                "php": ">=5.6"
1721
+            },
1722
+            "type": "library",
1723
+            "extra": {
1724
+                "branch-alias": {
1725
+                    "dev-master": "2.0.x-dev"
1726
+                }
1727
+            },
1728
+            "autoload": {
1729
+                "classmap": [
1730
+                    "src/"
1731
+                ]
1732
+            },
1733
+            "notification-url": "https://packagist.org/downloads/",
1734
+            "license": [
1735
+                "BSD-3-Clause"
1736
+            ],
1737
+            "authors": [
1738
+                {
1739
+                    "name": "Sebastian Bergmann",
1740
+                    "email": "sebastian@phpunit.de",
1741
+                    "role": "lead"
1742
+                }
1743
+            ],
1744
+            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1745
+            "homepage": "https://github.com/sebastianbergmann/version",
1746
+            "time": "2016-10-03T07:35:21+00:00"
1747
+        },
1748
+        {
1749
+            "name": "squizlabs/php_codesniffer",
1750
+            "version": "3.5.3",
1751
+            "source": {
1752
+                "type": "git",
1753
+                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1754
+                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
1755
+            },
1756
+            "dist": {
1757
+                "type": "zip",
1758
+                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1759
+                "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
1760
+                "shasum": ""
1761
+            },
1762
+            "require": {
1763
+                "ext-simplexml": "*",
1764
+                "ext-tokenizer": "*",
1765
+                "ext-xmlwriter": "*",
1766
+                "php": ">=5.4.0"
1767
+            },
1768
+            "require-dev": {
1769
+                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1770
+            },
1771
+            "bin": [
1772
+                "bin/phpcs",
1773
+                "bin/phpcbf"
1774
+            ],
1775
+            "type": "library",
1776
+            "extra": {
1777
+                "branch-alias": {
1778
+                    "dev-master": "3.x-dev"
1779
+                }
1780
+            },
1781
+            "notification-url": "https://packagist.org/downloads/",
1782
+            "license": [
1783
+                "BSD-3-Clause"
1784
+            ],
1785
+            "authors": [
1786
+                {
1787
+                    "name": "Greg Sherwood",
1788
+                    "role": "lead"
1789
+                }
1790
+            ],
1791
+            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1792
+            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1793
+            "keywords": [
1794
+                "phpcs",
1795
+                "standards"
1796
+            ],
1797
+            "time": "2019-12-04T04:46:47+00:00"
1798
+        },
1799
+        {
1800
+            "name": "symfony/console",
1801
+            "version": "v4.4.1",
1802
+            "source": {
1803
+                "type": "git",
1804
+                "url": "https://github.com/symfony/console.git",
1805
+                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
1806
+            },
1807
+            "dist": {
1808
+                "type": "zip",
1809
+                "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1810
+                "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
1811
+                "shasum": ""
1812
+            },
1813
+            "require": {
1814
+                "php": "^7.1.3",
1815
+                "symfony/polyfill-mbstring": "~1.0",
1816
+                "symfony/polyfill-php73": "^1.8",
1817
+                "symfony/service-contracts": "^1.1|^2"
1818
+            },
1819
+            "conflict": {
1820
+                "symfony/dependency-injection": "<3.4",
1821
+                "symfony/event-dispatcher": "<4.3|>=5",
1822
+                "symfony/lock": "<4.4",
1823
+                "symfony/process": "<3.3"
1824
+            },
1825
+            "provide": {
1826
+                "psr/log-implementation": "1.0"
1827
+            },
1828
+            "require-dev": {
1829
+                "psr/log": "~1.0",
1830
+                "symfony/config": "^3.4|^4.0|^5.0",
1831
+                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1832
+                "symfony/event-dispatcher": "^4.3",
1833
+                "symfony/lock": "^4.4|^5.0",
1834
+                "symfony/process": "^3.4|^4.0|^5.0",
1835
+                "symfony/var-dumper": "^4.3|^5.0"
1836
+            },
1837
+            "suggest": {
1838
+                "psr/log": "For using the console logger",
1839
+                "symfony/event-dispatcher": "",
1840
+                "symfony/lock": "",
1841
+                "symfony/process": ""
1842
+            },
1843
+            "type": "library",
1844
+            "extra": {
1845
+                "branch-alias": {
1846
+                    "dev-master": "4.4-dev"
1847
+                }
1848
+            },
1849
+            "autoload": {
1850
+                "psr-4": {
1851
+                    "Symfony\\Component\\Console\\": ""
1852
+                },
1853
+                "exclude-from-classmap": [
1854
+                    "/Tests/"
1855
+                ]
1856
+            },
1857
+            "notification-url": "https://packagist.org/downloads/",
1858
+            "license": [
1859
+                "MIT"
1860
+            ],
1861
+            "authors": [
1862
+                {
1863
+                    "name": "Fabien Potencier",
1864
+                    "email": "fabien@symfony.com"
1865
+                },
1866
+                {
1867
+                    "name": "Symfony Community",
1868
+                    "homepage": "https://symfony.com/contributors"
1869
+                }
1870
+            ],
1871
+            "description": "Symfony Console Component",
1872
+            "homepage": "https://symfony.com",
1873
+            "time": "2019-12-01T10:06:17+00:00"
1874
+        },
1875
+        {
1876
+            "name": "symfony/event-dispatcher",
1877
+            "version": "v4.4.1",
1878
+            "source": {
1879
+                "type": "git",
1880
+                "url": "https://github.com/symfony/event-dispatcher.git",
1881
+                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
1882
+            },
1883
+            "dist": {
1884
+                "type": "zip",
1885
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
1886
+                "reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
1887
+                "shasum": ""
1888
+            },
1889
+            "require": {
1890
+                "php": "^7.1.3",
1891
+                "symfony/event-dispatcher-contracts": "^1.1"
1892
+            },
1893
+            "conflict": {
1894
+                "symfony/dependency-injection": "<3.4"
1895
+            },
1896
+            "provide": {
1897
+                "psr/event-dispatcher-implementation": "1.0",
1898
+                "symfony/event-dispatcher-implementation": "1.1"
1899
+            },
1900
+            "require-dev": {
1901
+                "psr/log": "~1.0",
1902
+                "symfony/config": "^3.4|^4.0|^5.0",
1903
+                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1904
+                "symfony/expression-language": "^3.4|^4.0|^5.0",
1905
+                "symfony/http-foundation": "^3.4|^4.0|^5.0",
1906
+                "symfony/service-contracts": "^1.1|^2",
1907
+                "symfony/stopwatch": "^3.4|^4.0|^5.0"
1908
+            },
1909
+            "suggest": {
1910
+                "symfony/dependency-injection": "",
1911
+                "symfony/http-kernel": ""
1912
+            },
1913
+            "type": "library",
1914
+            "extra": {
1915
+                "branch-alias": {
1916
+                    "dev-master": "4.4-dev"
1917
+                }
1918
+            },
1919
+            "autoload": {
1920
+                "psr-4": {
1921
+                    "Symfony\\Component\\EventDispatcher\\": ""
1922
+                },
1923
+                "exclude-from-classmap": [
1924
+                    "/Tests/"
1925
+                ]
1926
+            },
1927
+            "notification-url": "https://packagist.org/downloads/",
1928
+            "license": [
1929
+                "MIT"
1930
+            ],
1931
+            "authors": [
1932
+                {
1933
+                    "name": "Fabien Potencier",
1934
+                    "email": "fabien@symfony.com"
1935
+                },
1936
+                {
1937
+                    "name": "Symfony Community",
1938
+                    "homepage": "https://symfony.com/contributors"
1939
+                }
1940
+            ],
1941
+            "description": "Symfony EventDispatcher Component",
1942
+            "homepage": "https://symfony.com",
1943
+            "time": "2019-11-28T13:33:56+00:00"
1944
+        },
1945
+        {
1946
+            "name": "symfony/event-dispatcher-contracts",
1947
+            "version": "v1.1.7",
1948
+            "source": {
1949
+                "type": "git",
1950
+                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1951
+                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
1952
+            },
1953
+            "dist": {
1954
+                "type": "zip",
1955
+                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1956
+                "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
1957
+                "shasum": ""
1958
+            },
1959
+            "require": {
1960
+                "php": "^7.1.3"
1961
+            },
1962
+            "suggest": {
1963
+                "psr/event-dispatcher": "",
1964
+                "symfony/event-dispatcher-implementation": ""
1965
+            },
1966
+            "type": "library",
1967
+            "extra": {
1968
+                "branch-alias": {
1969
+                    "dev-master": "1.1-dev"
1970
+                }
1971
+            },
1972
+            "autoload": {
1973
+                "psr-4": {
1974
+                    "Symfony\\Contracts\\EventDispatcher\\": ""
1975
+                }
1976
+            },
1977
+            "notification-url": "https://packagist.org/downloads/",
1978
+            "license": [
1979
+                "MIT"
1980
+            ],
1981
+            "authors": [
1982
+                {
1983
+                    "name": "Nicolas Grekas",
1984
+                    "email": "p@tchwork.com"
1985
+                },
1986
+                {
1987
+                    "name": "Symfony Community",
1988
+                    "homepage": "https://symfony.com/contributors"
1989
+                }
1990
+            ],
1991
+            "description": "Generic abstractions related to dispatching event",
1992
+            "homepage": "https://symfony.com",
1993
+            "keywords": [
1994
+                "abstractions",
1995
+                "contracts",
1996
+                "decoupling",
1997
+                "interfaces",
1998
+                "interoperability",
1999
+                "standards"
2000
+            ],
2001
+            "time": "2019-09-17T09:54:03+00:00"
2002
+        },
2003
+        {
2004
+            "name": "symfony/filesystem",
2005
+            "version": "v5.0.1",
2006
+            "source": {
2007
+                "type": "git",
2008
+                "url": "https://github.com/symfony/filesystem.git",
2009
+                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6"
2010
+            },
2011
+            "dist": {
2012
+                "type": "zip",
2013
+                "url": "https://api.github.com/repos/symfony/filesystem/zipball/1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2014
+                "reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6",
2015
+                "shasum": ""
2016
+            },
2017
+            "require": {
2018
+                "php": "^7.2.5",
2019
+                "symfony/polyfill-ctype": "~1.8"
2020
+            },
2021
+            "type": "library",
2022
+            "extra": {
2023
+                "branch-alias": {
2024
+                    "dev-master": "5.0-dev"
2025
+                }
2026
+            },
2027
+            "autoload": {
2028
+                "psr-4": {
2029
+                    "Symfony\\Component\\Filesystem\\": ""
2030
+                },
2031
+                "exclude-from-classmap": [
2032
+                    "/Tests/"
2033
+                ]
2034
+            },
2035
+            "notification-url": "https://packagist.org/downloads/",
2036
+            "license": [
2037
+                "MIT"
2038
+            ],
2039
+            "authors": [
2040
+                {
2041
+                    "name": "Fabien Potencier",
2042
+                    "email": "fabien@symfony.com"
2043
+                },
2044
+                {
2045
+                    "name": "Symfony Community",
2046
+                    "homepage": "https://symfony.com/contributors"
2047
+                }
2048
+            ],
2049
+            "description": "Symfony Filesystem Component",
2050
+            "homepage": "https://symfony.com",
2051
+            "time": "2019-11-26T23:25:11+00:00"
2052
+        },
2053
+        {
2054
+            "name": "symfony/finder",
2055
+            "version": "v5.0.1",
2056
+            "source": {
2057
+                "type": "git",
2058
+                "url": "https://github.com/symfony/finder.git",
2059
+                "reference": "17874dd8ab9a19422028ad56172fb294287a701b"
2060
+            },
2061
+            "dist": {
2062
+                "type": "zip",
2063
+                "url": "https://api.github.com/repos/symfony/finder/zipball/17874dd8ab9a19422028ad56172fb294287a701b",
2064
+                "reference": "17874dd8ab9a19422028ad56172fb294287a701b",
2065
+                "shasum": ""
2066
+            },
2067
+            "require": {
2068
+                "php": "^7.2.5"
2069
+            },
2070
+            "type": "library",
2071
+            "extra": {
2072
+                "branch-alias": {
2073
+                    "dev-master": "5.0-dev"
2074
+                }
2075
+            },
2076
+            "autoload": {
2077
+                "psr-4": {
2078
+                    "Symfony\\Component\\Finder\\": ""
2079
+                },
2080
+                "exclude-from-classmap": [
2081
+                    "/Tests/"
2082
+                ]
2083
+            },
2084
+            "notification-url": "https://packagist.org/downloads/",
2085
+            "license": [
2086
+                "MIT"
2087
+            ],
2088
+            "authors": [
2089
+                {
2090
+                    "name": "Fabien Potencier",
2091
+                    "email": "fabien@symfony.com"
2092
+                },
2093
+                {
2094
+                    "name": "Symfony Community",
2095
+                    "homepage": "https://symfony.com/contributors"
2096
+                }
2097
+            ],
2098
+            "description": "Symfony Finder Component",
2099
+            "homepage": "https://symfony.com",
2100
+            "time": "2019-11-18T17:27:11+00:00"
2101
+        },
2102
+        {
2103
+            "name": "symfony/options-resolver",
2104
+            "version": "v5.0.1",
2105
+            "source": {
2106
+                "type": "git",
2107
+                "url": "https://github.com/symfony/options-resolver.git",
2108
+                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68"
2109
+            },
2110
+            "dist": {
2111
+                "type": "zip",
2112
+                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2113
+                "reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68",
2114
+                "shasum": ""
2115
+            },
2116
+            "require": {
2117
+                "php": "^7.2.5"
2118
+            },
2119
+            "type": "library",
2120
+            "extra": {
2121
+                "branch-alias": {
2122
+                    "dev-master": "5.0-dev"
2123
+                }
2124
+            },
2125
+            "autoload": {
2126
+                "psr-4": {
2127
+                    "Symfony\\Component\\OptionsResolver\\": ""
2128
+                },
2129
+                "exclude-from-classmap": [
2130
+                    "/Tests/"
2131
+                ]
2132
+            },
2133
+            "notification-url": "https://packagist.org/downloads/",
2134
+            "license": [
2135
+                "MIT"
2136
+            ],
2137
+            "authors": [
2138
+                {
2139
+                    "name": "Fabien Potencier",
2140
+                    "email": "fabien@symfony.com"
2141
+                },
2142
+                {
2143
+                    "name": "Symfony Community",
2144
+                    "homepage": "https://symfony.com/contributors"
2145
+                }
2146
+            ],
2147
+            "description": "Symfony OptionsResolver Component",
2148
+            "homepage": "https://symfony.com",
2149
+            "keywords": [
2150
+                "config",
2151
+                "configuration",
2152
+                "options"
2153
+            ],
2154
+            "time": "2019-11-18T17:27:11+00:00"
2155
+        },
2156
+        {
2157
+            "name": "symfony/polyfill-ctype",
2158
+            "version": "v1.13.1",
2159
+            "source": {
2160
+                "type": "git",
2161
+                "url": "https://github.com/symfony/polyfill-ctype.git",
2162
+                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
2163
+            },
2164
+            "dist": {
2165
+                "type": "zip",
2166
+                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2167
+                "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
2168
+                "shasum": ""
2169
+            },
2170
+            "require": {
2171
+                "php": ">=5.3.3"
2172
+            },
2173
+            "suggest": {
2174
+                "ext-ctype": "For best performance"
2175
+            },
2176
+            "type": "library",
2177
+            "extra": {
2178
+                "branch-alias": {
2179
+                    "dev-master": "1.13-dev"
2180
+                }
2181
+            },
2182
+            "autoload": {
2183
+                "psr-4": {
2184
+                    "Symfony\\Polyfill\\Ctype\\": ""
2185
+                },
2186
+                "files": [
2187
+                    "bootstrap.php"
2188
+                ]
2189
+            },
2190
+            "notification-url": "https://packagist.org/downloads/",
2191
+            "license": [
2192
+                "MIT"
2193
+            ],
2194
+            "authors": [
2195
+                {
2196
+                    "name": "Gert de Pagter",
2197
+                    "email": "BackEndTea@gmail.com"
2198
+                },
2199
+                {
2200
+                    "name": "Symfony Community",
2201
+                    "homepage": "https://symfony.com/contributors"
2202
+                }
2203
+            ],
2204
+            "description": "Symfony polyfill for ctype functions",
2205
+            "homepage": "https://symfony.com",
2206
+            "keywords": [
2207
+                "compatibility",
2208
+                "ctype",
2209
+                "polyfill",
2210
+                "portable"
2211
+            ],
2212
+            "time": "2019-11-27T13:56:44+00:00"
2213
+        },
2214
+        {
2215
+            "name": "symfony/polyfill-mbstring",
2216
+            "version": "v1.13.1",
2217
+            "source": {
2218
+                "type": "git",
2219
+                "url": "https://github.com/symfony/polyfill-mbstring.git",
2220
+                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2221
+            },
2222
+            "dist": {
2223
+                "type": "zip",
2224
+                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
2225
+                "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2226
+                "shasum": ""
2227
+            },
2228
+            "require": {
2229
+                "php": ">=5.3.3"
2230
+            },
2231
+            "suggest": {
2232
+                "ext-mbstring": "For best performance"
2233
+            },
2234
+            "type": "library",
2235
+            "extra": {
2236
+                "branch-alias": {
2237
+                    "dev-master": "1.13-dev"
2238
+                }
2239
+            },
2240
+            "autoload": {
2241
+                "psr-4": {
2242
+                    "Symfony\\Polyfill\\Mbstring\\": ""
2243
+                },
2244
+                "files": [
2245
+                    "bootstrap.php"
2246
+                ]
2247
+            },
2248
+            "notification-url": "https://packagist.org/downloads/",
2249
+            "license": [
2250
+                "MIT"
2251
+            ],
2252
+            "authors": [
2253
+                {
2254
+                    "name": "Nicolas Grekas",
2255
+                    "email": "p@tchwork.com"
2256
+                },
2257
+                {
2258
+                    "name": "Symfony Community",
2259
+                    "homepage": "https://symfony.com/contributors"
2260
+                }
2261
+            ],
2262
+            "description": "Symfony polyfill for the Mbstring extension",
2263
+            "homepage": "https://symfony.com",
2264
+            "keywords": [
2265
+                "compatibility",
2266
+                "mbstring",
2267
+                "polyfill",
2268
+                "portable",
2269
+                "shim"
2270
+            ],
2271
+            "time": "2019-11-27T14:18:11+00:00"
2272
+        },
2273
+        {
2274
+            "name": "symfony/polyfill-php70",
2275
+            "version": "v1.13.1",
2276
+            "source": {
2277
+                "type": "git",
2278
+                "url": "https://github.com/symfony/polyfill-php70.git",
2279
+                "reference": "af23c7bb26a73b850840823662dda371484926c4"
2280
+            },
2281
+            "dist": {
2282
+                "type": "zip",
2283
+                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
2284
+                "reference": "af23c7bb26a73b850840823662dda371484926c4",
2285
+                "shasum": ""
2286
+            },
2287
+            "require": {
2288
+                "paragonie/random_compat": "~1.0|~2.0|~9.99",
2289
+                "php": ">=5.3.3"
2290
+            },
2291
+            "type": "library",
2292
+            "extra": {
2293
+                "branch-alias": {
2294
+                    "dev-master": "1.13-dev"
2295
+                }
2296
+            },
2297
+            "autoload": {
2298
+                "psr-4": {
2299
+                    "Symfony\\Polyfill\\Php70\\": ""
2300
+                },
2301
+                "files": [
2302
+                    "bootstrap.php"
2303
+                ],
2304
+                "classmap": [
2305
+                    "Resources/stubs"
2306
+                ]
2307
+            },
2308
+            "notification-url": "https://packagist.org/downloads/",
2309
+            "license": [
2310
+                "MIT"
2311
+            ],
2312
+            "authors": [
2313
+                {
2314
+                    "name": "Nicolas Grekas",
2315
+                    "email": "p@tchwork.com"
2316
+                },
2317
+                {
2318
+                    "name": "Symfony Community",
2319
+                    "homepage": "https://symfony.com/contributors"
2320
+                }
2321
+            ],
2322
+            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2323
+            "homepage": "https://symfony.com",
2324
+            "keywords": [
2325
+                "compatibility",
2326
+                "polyfill",
2327
+                "portable",
2328
+                "shim"
2329
+            ],
2330
+            "time": "2019-11-27T13:56:44+00:00"
2331
+        },
2332
+        {
2333
+            "name": "symfony/polyfill-php72",
2334
+            "version": "v1.13.1",
2335
+            "source": {
2336
+                "type": "git",
2337
+                "url": "https://github.com/symfony/polyfill-php72.git",
2338
+                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
2339
+            },
2340
+            "dist": {
2341
+                "type": "zip",
2342
+                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
2343
+                "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
2344
+                "shasum": ""
2345
+            },
2346
+            "require": {
2347
+                "php": ">=5.3.3"
2348
+            },
2349
+            "type": "library",
2350
+            "extra": {
2351
+                "branch-alias": {
2352
+                    "dev-master": "1.13-dev"
2353
+                }
2354
+            },
2355
+            "autoload": {
2356
+                "psr-4": {
2357
+                    "Symfony\\Polyfill\\Php72\\": ""
2358
+                },
2359
+                "files": [
2360
+                    "bootstrap.php"
2361
+                ]
2362
+            },
2363
+            "notification-url": "https://packagist.org/downloads/",
2364
+            "license": [
2365
+                "MIT"
2366
+            ],
2367
+            "authors": [
2368
+                {
2369
+                    "name": "Nicolas Grekas",
2370
+                    "email": "p@tchwork.com"
2371
+                },
2372
+                {
2373
+                    "name": "Symfony Community",
2374
+                    "homepage": "https://symfony.com/contributors"
2375
+                }
2376
+            ],
2377
+            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2378
+            "homepage": "https://symfony.com",
2379
+            "keywords": [
2380
+                "compatibility",
2381
+                "polyfill",
2382
+                "portable",
2383
+                "shim"
2384
+            ],
2385
+            "time": "2019-11-27T13:56:44+00:00"
2386
+        },
2387
+        {
2388
+            "name": "symfony/polyfill-php73",
2389
+            "version": "v1.13.1",
2390
+            "source": {
2391
+                "type": "git",
2392
+                "url": "https://github.com/symfony/polyfill-php73.git",
2393
+                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2394
+            },
2395
+            "dist": {
2396
+                "type": "zip",
2397
+                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
2398
+                "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2399
+                "shasum": ""
2400
+            },
2401
+            "require": {
2402
+                "php": ">=5.3.3"
2403
+            },
2404
+            "type": "library",
2405
+            "extra": {
2406
+                "branch-alias": {
2407
+                    "dev-master": "1.13-dev"
2408
+                }
2409
+            },
2410
+            "autoload": {
2411
+                "psr-4": {
2412
+                    "Symfony\\Polyfill\\Php73\\": ""
2413
+                },
2414
+                "files": [
2415
+                    "bootstrap.php"
2416
+                ],
2417
+                "classmap": [
2418
+                    "Resources/stubs"
2419
+                ]
2420
+            },
2421
+            "notification-url": "https://packagist.org/downloads/",
2422
+            "license": [
2423
+                "MIT"
2424
+            ],
2425
+            "authors": [
2426
+                {
2427
+                    "name": "Nicolas Grekas",
2428
+                    "email": "p@tchwork.com"
2429
+                },
2430
+                {
2431
+                    "name": "Symfony Community",
2432
+                    "homepage": "https://symfony.com/contributors"
2433
+                }
2434
+            ],
2435
+            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2436
+            "homepage": "https://symfony.com",
2437
+            "keywords": [
2438
+                "compatibility",
2439
+                "polyfill",
2440
+                "portable",
2441
+                "shim"
2442
+            ],
2443
+            "time": "2019-11-27T16:25:15+00:00"
2444
+        },
2445
+        {
2446
+            "name": "symfony/process",
2447
+            "version": "v3.4.36",
2448
+            "source": {
2449
+                "type": "git",
2450
+                "url": "https://github.com/symfony/process.git",
2451
+                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2"
2452
+            },
2453
+            "dist": {
2454
+                "type": "zip",
2455
+                "url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2456
+                "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2",
2457
+                "shasum": ""
2458
+            },
2459
+            "require": {
2460
+                "php": "^5.5.9|>=7.0.8"
2461
+            },
2462
+            "type": "library",
2463
+            "extra": {
2464
+                "branch-alias": {
2465
+                    "dev-master": "3.4-dev"
2466
+                }
2467
+            },
2468
+            "autoload": {
2469
+                "psr-4": {
2470
+                    "Symfony\\Component\\Process\\": ""
2471
+                },
2472
+                "exclude-from-classmap": [
2473
+                    "/Tests/"
2474
+                ]
2475
+            },
2476
+            "notification-url": "https://packagist.org/downloads/",
2477
+            "license": [
2478
+                "MIT"
2479
+            ],
2480
+            "authors": [
2481
+                {
2482
+                    "name": "Fabien Potencier",
2483
+                    "email": "fabien@symfony.com"
2484
+                },
2485
+                {
2486
+                    "name": "Symfony Community",
2487
+                    "homepage": "https://symfony.com/contributors"
2488
+                }
2489
+            ],
2490
+            "description": "Symfony Process Component",
2491
+            "homepage": "https://symfony.com",
2492
+            "time": "2019-11-28T10:05:51+00:00"
2493
+        },
2494
+        {
2495
+            "name": "symfony/service-contracts",
2496
+            "version": "v2.0.1",
2497
+            "source": {
2498
+                "type": "git",
2499
+                "url": "https://github.com/symfony/service-contracts.git",
2500
+                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
2501
+            },
2502
+            "dist": {
2503
+                "type": "zip",
2504
+                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
2505
+                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
2506
+                "shasum": ""
2507
+            },
2508
+            "require": {
2509
+                "php": "^7.2.5",
2510
+                "psr/container": "^1.0"
2511
+            },
2512
+            "suggest": {
2513
+                "symfony/service-implementation": ""
2514
+            },
2515
+            "type": "library",
2516
+            "extra": {
2517
+                "branch-alias": {
2518
+                    "dev-master": "2.0-dev"
2519
+                }
2520
+            },
2521
+            "autoload": {
2522
+                "psr-4": {
2523
+                    "Symfony\\Contracts\\Service\\": ""
2524
+                }
2525
+            },
2526
+            "notification-url": "https://packagist.org/downloads/",
2527
+            "license": [
2528
+                "MIT"
2529
+            ],
2530
+            "authors": [
2531
+                {
2532
+                    "name": "Nicolas Grekas",
2533
+                    "email": "p@tchwork.com"
2534
+                },
2535
+                {
2536
+                    "name": "Symfony Community",
2537
+                    "homepage": "https://symfony.com/contributors"
2538
+                }
2539
+            ],
2540
+            "description": "Generic abstractions related to writing services",
2541
+            "homepage": "https://symfony.com",
2542
+            "keywords": [
2543
+                "abstractions",
2544
+                "contracts",
2545
+                "decoupling",
2546
+                "interfaces",
2547
+                "interoperability",
2548
+                "standards"
2549
+            ],
2550
+            "time": "2019-11-18T17:27:11+00:00"
2551
+        },
2552
+        {
2553
+            "name": "symfony/stopwatch",
2554
+            "version": "v5.0.1",
2555
+            "source": {
2556
+                "type": "git",
2557
+                "url": "https://github.com/symfony/stopwatch.git",
2558
+                "reference": "d410282956706e0b08681a5527447a8e6b6f421e"
2559
+            },
2560
+            "dist": {
2561
+                "type": "zip",
2562
+                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d410282956706e0b08681a5527447a8e6b6f421e",
2563
+                "reference": "d410282956706e0b08681a5527447a8e6b6f421e",
2564
+                "shasum": ""
2565
+            },
2566
+            "require": {
2567
+                "php": "^7.2.5",
2568
+                "symfony/service-contracts": "^1.0|^2"
2569
+            },
2570
+            "type": "library",
2571
+            "extra": {
2572
+                "branch-alias": {
2573
+                    "dev-master": "5.0-dev"
2574
+                }
2575
+            },
2576
+            "autoload": {
2577
+                "psr-4": {
2578
+                    "Symfony\\Component\\Stopwatch\\": ""
2579
+                },
2580
+                "exclude-from-classmap": [
2581
+                    "/Tests/"
2582
+                ]
2583
+            },
2584
+            "notification-url": "https://packagist.org/downloads/",
2585
+            "license": [
2586
+                "MIT"
2587
+            ],
2588
+            "authors": [
2589
+                {
2590
+                    "name": "Fabien Potencier",
2591
+                    "email": "fabien@symfony.com"
2592
+                },
2593
+                {
2594
+                    "name": "Symfony Community",
2595
+                    "homepage": "https://symfony.com/contributors"
2596
+                }
2597
+            ],
2598
+            "description": "Symfony Stopwatch Component",
2599
+            "homepage": "https://symfony.com",
2600
+            "time": "2019-11-18T17:27:11+00:00"
2601
+        },
2602
+        {
2603
+            "name": "symfony/yaml",
2604
+            "version": "v4.4.1",
2605
+            "source": {
2606
+                "type": "git",
2607
+                "url": "https://github.com/symfony/yaml.git",
2608
+                "reference": "76de473358fe802578a415d5bb43c296cf09d211"
2609
+            },
2610
+            "dist": {
2611
+                "type": "zip",
2612
+                "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
2613
+                "reference": "76de473358fe802578a415d5bb43c296cf09d211",
2614
+                "shasum": ""
2615
+            },
2616
+            "require": {
2617
+                "php": "^7.1.3",
2618
+                "symfony/polyfill-ctype": "~1.8"
2619
+            },
2620
+            "conflict": {
2621
+                "symfony/console": "<3.4"
2622
+            },
2623
+            "require-dev": {
2624
+                "symfony/console": "^3.4|^4.0|^5.0"
2625
+            },
2626
+            "suggest": {
2627
+                "symfony/console": "For validating YAML files using the lint command"
2628
+            },
2629
+            "type": "library",
2630
+            "extra": {
2631
+                "branch-alias": {
2632
+                    "dev-master": "4.4-dev"
2633
+                }
2634
+            },
2635
+            "autoload": {
2636
+                "psr-4": {
2637
+                    "Symfony\\Component\\Yaml\\": ""
2638
+                },
2639
+                "exclude-from-classmap": [
2640
+                    "/Tests/"
2641
+                ]
2642
+            },
2643
+            "notification-url": "https://packagist.org/downloads/",
2644
+            "license": [
2645
+                "MIT"
2646
+            ],
2647
+            "authors": [
2648
+                {
2649
+                    "name": "Fabien Potencier",
2650
+                    "email": "fabien@symfony.com"
2651
+                },
2652
+                {
2653
+                    "name": "Symfony Community",
2654
+                    "homepage": "https://symfony.com/contributors"
2655
+                }
2656
+            ],
2657
+            "description": "Symfony Yaml Component",
2658
+            "homepage": "https://symfony.com",
2659
+            "time": "2019-11-12T14:51:11+00:00"
2660
+        },
2661
+        {
2662
+            "name": "webmozart/assert",
2663
+            "version": "1.6.0",
2664
+            "source": {
2665
+                "type": "git",
2666
+                "url": "https://github.com/webmozart/assert.git",
2667
+                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
2668
+            },
2669
+            "dist": {
2670
+                "type": "zip",
2671
+                "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
2672
+                "reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
2673
+                "shasum": ""
2674
+            },
2675
+            "require": {
2676
+                "php": "^5.3.3 || ^7.0",
2677
+                "symfony/polyfill-ctype": "^1.8"
2678
+            },
2679
+            "conflict": {
2680
+                "vimeo/psalm": "<3.6.0"
2681
+            },
2682
+            "require-dev": {
2683
+                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2684
+            },
2685
+            "type": "library",
2686
+            "autoload": {
2687
+                "psr-4": {
2688
+                    "Webmozart\\Assert\\": "src/"
2689
+                }
2690
+            },
2691
+            "notification-url": "https://packagist.org/downloads/",
2692
+            "license": [
2693
+                "MIT"
2694
+            ],
2695
+            "authors": [
2696
+                {
2697
+                    "name": "Bernhard Schussek",
2698
+                    "email": "bschussek@gmail.com"
2699
+                }
2700
+            ],
2701
+            "description": "Assertions to validate method input/output with nice error messages.",
2702
+            "keywords": [
2703
+                "assert",
2704
+                "check",
2705
+                "validate"
2706
+            ],
2707
+            "time": "2019-11-24T13:36:37+00:00"
2708
+        }
2709
+    ],
2710
+    "aliases": [],
2711
+    "minimum-stability": "stable",
2712
+    "stability-flags": [],
2713
+    "prefer-stable": false,
2714
+    "prefer-lowest": false,
2715
+    "platform": {
2716
+        "php": "^5.6 || ^7.0",
2717
+        "ext-curl": "*",
2718
+        "ext-json": "*",
2719
+        "ext-mbstring": "*"
2720
+    },
2721
+    "platform-dev": []
2722
+}