scratch – Diff between revs 119 and 123

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 119 Rev 123
1 [ 1 [
2 { 2 {
3 "name": "mustangostang/spyc", 3 "name": "mustangostang/spyc",
4 "version": "0.6.2", 4 "version": "0.6.2",
5 "version_normalized": "0.6.2.0", 5 "version_normalized": "0.6.2.0",
6 "source": { 6 "source": {
7 "type": "git", 7 "type": "git",
8 "url": "https://github.com/mustangostang/spyc.git", 8 "url": "https://github.com/mustangostang/spyc.git",
9 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d" 9 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
10 }, 10 },
11 "dist": { 11 "dist": {
12 "type": "zip", 12 "type": "zip",
13 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", 13 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
14 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", 14 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
15 "shasum": "" 15 "shasum": ""
16 }, 16 },
17 "require": { 17 "require": {
18 "php": ">=5.3.1" 18 "php": ">=5.3.1"
19 }, 19 },
20 "require-dev": { 20 "require-dev": {
21 "phpunit/phpunit": "4.3.*@dev" 21 "phpunit/phpunit": "4.3.*@dev"
22 }, 22 },
23 "time": "2017-02-24T16:06:33+00:00", 23 "time": "2017-02-24T16:06:33+00:00",
24 "type": "library", 24 "type": "library",
25 "extra": { 25 "extra": {
26 "branch-alias": { 26 "branch-alias": {
27 "dev-master": "0.5.x-dev" 27 "dev-master": "0.5.x-dev"
28 } 28 }
29 }, 29 },
30 "installation-source": "dist", 30 "installation-source": "dist",
31 "autoload": { 31 "autoload": {
32 "files": [ 32 "files": [
33 "Spyc.php" 33 "Spyc.php"
34 ] 34 ]
35 }, 35 },
36 "notification-url": "https://packagist.org/downloads/", 36 "notification-url": "https://packagist.org/downloads/",
37 "license": [ 37 "license": [
38 "MIT" 38 "MIT"
39 ], 39 ],
40 "authors": [ 40 "authors": [
41 { 41 {
42 "name": "mustangostang", 42 "name": "mustangostang",
43 "email": "vlad.andersen@gmail.com" 43 "email": "vlad.andersen@gmail.com"
44 } 44 }
45 ], 45 ],
46 "description": "A simple YAML loader/dumper class for PHP", 46 "description": "A simple YAML loader/dumper class for PHP",
47 "homepage": "https://github.com/mustangostang/spyc/", 47 "homepage": "https://github.com/mustangostang/spyc/",
48 "keywords": [ 48 "keywords": [
49 "spyc", 49 "spyc",
50 "yaml", 50 "yaml",
51 "yml" 51 "yml"
52 ] 52 ]
53 }, 53 },
54 { 54 {
55 "name": "psr/log", 55 "name": "psr/log",
56 "version": "1.0.2", 56 "version": "1.0.2",
57 "version_normalized": "1.0.2.0", 57 "version_normalized": "1.0.2.0",
58 "source": { 58 "source": {
59 "type": "git", 59 "type": "git",
60 "url": "https://github.com/php-fig/log.git", 60 "url": "https://github.com/php-fig/log.git",
61 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" 61 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
62 }, 62 },
63 "dist": { 63 "dist": {
64 "type": "zip", 64 "type": "zip",
65 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 65 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
66 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 66 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
67 "shasum": "" 67 "shasum": ""
68 }, 68 },
69 "require": { 69 "require": {
70 "php": ">=5.3.0" 70 "php": ">=5.3.0"
71 }, 71 },
72 "time": "2016-10-10T12:19:37+00:00", 72 "time": "2016-10-10T12:19:37+00:00",
73 "type": "library", 73 "type": "library",
74 "extra": { 74 "extra": {
75 "branch-alias": { 75 "branch-alias": {
76 "dev-master": "1.0.x-dev" 76 "dev-master": "1.0.x-dev"
77 } 77 }
78 }, 78 },
79 "installation-source": "dist", 79 "installation-source": "dist",
80 "autoload": { 80 "autoload": {
81 "psr-4": { 81 "psr-4": {
82 "Psr\\Log\\": "Psr/Log/" 82 "Psr\\Log\\": "Psr/Log/"
83 } 83 }
84 }, 84 },
85 "notification-url": "https://packagist.org/downloads/", 85 "notification-url": "https://packagist.org/downloads/",
86 "license": [ 86 "license": [
87 "MIT" 87 "MIT"
88 ], 88 ],
89 "authors": [ 89 "authors": [
90 { 90 {
91 "name": "PHP-FIG", 91 "name": "PHP-FIG",
92 "homepage": "http://www.php-fig.org/" 92 "homepage": "http://www.php-fig.org/"
93 } 93 }
94 ], 94 ],
95 "description": "Common interface for logging libraries", 95 "description": "Common interface for logging libraries",
96 "homepage": "https://github.com/php-fig/log", 96 "homepage": "https://github.com/php-fig/log",
97 "keywords": [ 97 "keywords": [
98 "log", 98 "log",
99 "psr", 99 "psr",
100 "psr-3" 100 "psr-3"
101 ] 101 ]
102 }, 102 },
103 { 103 {
104 "name": "monolog/monolog", 104 "name": "monolog/monolog",
105 "version": "1.23.0", 105 "version": "1.23.0",
106 "version_normalized": "1.23.0.0", 106 "version_normalized": "1.23.0.0",
107 "source": { 107 "source": {
108 "type": "git", 108 "type": "git",
109 "url": "https://github.com/Seldaek/monolog.git", 109 "url": "https://github.com/Seldaek/monolog.git",
110 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" 110 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
111 }, 111 },
112 "dist": { 112 "dist": {
113 "type": "zip", 113 "type": "zip",
114 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 114 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
115 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 115 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
116 "shasum": "" 116 "shasum": ""
117 }, 117 },
118 "require": { 118 "require": {
119 "php": ">=5.3.0", 119 "php": ">=5.3.0",
120 "psr/log": "~1.0" 120 "psr/log": "~1.0"
121 }, 121 },
122 "provide": { 122 "provide": {
123 "psr/log-implementation": "1.0.0" 123 "psr/log-implementation": "1.0.0"
124 }, 124 },
125 "require-dev": { 125 "require-dev": {
126 "aws/aws-sdk-php": "^2.4.9 || ^3.0", 126 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
127 "doctrine/couchdb": "~1.0@dev", 127 "doctrine/couchdb": "~1.0@dev",
128 "graylog2/gelf-php": "~1.0", 128 "graylog2/gelf-php": "~1.0",
129 "jakub-onderka/php-parallel-lint": "0.9", 129 "jakub-onderka/php-parallel-lint": "0.9",
130 "php-amqplib/php-amqplib": "~2.4", 130 "php-amqplib/php-amqplib": "~2.4",
131 "php-console/php-console": "^3.1.3", 131 "php-console/php-console": "^3.1.3",
132 "phpunit/phpunit": "~4.5", 132 "phpunit/phpunit": "~4.5",
133 "phpunit/phpunit-mock-objects": "2.3.0", 133 "phpunit/phpunit-mock-objects": "2.3.0",
134 "ruflin/elastica": ">=0.90 <3.0", 134 "ruflin/elastica": ">=0.90 <3.0",
135 "sentry/sentry": "^0.13", 135 "sentry/sentry": "^0.13",
136 "swiftmailer/swiftmailer": "^5.3|^6.0" 136 "swiftmailer/swiftmailer": "^5.3|^6.0"
137 }, 137 },
138 "suggest": { 138 "suggest": {
139 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 139 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
140 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 140 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
141 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 141 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
142 "ext-mongo": "Allow sending log messages to a MongoDB server", 142 "ext-mongo": "Allow sending log messages to a MongoDB server",
143 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 143 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
144 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", 144 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
145 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 145 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
146 "php-console/php-console": "Allow sending log messages to Google Chrome", 146 "php-console/php-console": "Allow sending log messages to Google Chrome",
147 "rollbar/rollbar": "Allow sending log messages to Rollbar", 147 "rollbar/rollbar": "Allow sending log messages to Rollbar",
148 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", 148 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
149 "sentry/sentry": "Allow sending log messages to a Sentry server" 149 "sentry/sentry": "Allow sending log messages to a Sentry server"
150 }, 150 },
151 "time": "2017-06-19T01:22:40+00:00", 151 "time": "2017-06-19T01:22:40+00:00",
152 "type": "library", 152 "type": "library",
153 "extra": { 153 "extra": {
154 "branch-alias": { 154 "branch-alias": {
155 "dev-master": "2.0.x-dev" 155 "dev-master": "2.0.x-dev"
156 } 156 }
157 }, 157 },
158 "installation-source": "dist", 158 "installation-source": "dist",
159 "autoload": { 159 "autoload": {
160 "psr-4": { 160 "psr-4": {
161 "Monolog\\": "src/Monolog" 161 "Monolog\\": "src/Monolog"
162 } 162 }
163 }, 163 },
164 "notification-url": "https://packagist.org/downloads/", 164 "notification-url": "https://packagist.org/downloads/",
165 "license": [ 165 "license": [
166 "MIT" 166 "MIT"
167 ], 167 ],
168 "authors": [ 168 "authors": [
169 { 169 {
170 "name": "Jordi Boggiano", 170 "name": "Jordi Boggiano",
171 "email": "j.boggiano@seld.be", 171 "email": "j.boggiano@seld.be",
172 "homepage": "http://seld.be" 172 "homepage": "http://seld.be"
173 } 173 }
174 ], 174 ],
175 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 175 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
176 "homepage": "http://github.com/Seldaek/monolog", 176 "homepage": "http://github.com/Seldaek/monolog",
177 "keywords": [ 177 "keywords": [
178 "log", 178 "log",
179 "logging", 179 "logging",
180 "psr-3" 180 "psr-3"
181 ] 181 ]
182 }, 182 },
183 { 183 {
184 "name": "symfony/filesystem", -  
185 "version": "v3.3.4", -  
186 "version_normalized": "3.3.4.0", -  
187 "source": { -  
188 "type": "git", -  
189 "url": "https://github.com/symfony/filesystem.git", -  
190 "reference": "311fa718389efbd8b627c272b9324a62437018cc" -  
191 }, -  
192 "dist": { -  
193 "type": "zip", -  
194 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc", -  
195 "reference": "311fa718389efbd8b627c272b9324a62437018cc", -  
196 "shasum": "" -  
197 }, -  
198 "require": { -  
199 "php": ">=5.5.9" -  
200 }, -  
201 "time": "2017-06-24T09:29:48+00:00", -  
202 "type": "library", -  
203 "extra": { -  
204 "branch-alias": { -  
205 "dev-master": "3.3-dev" -  
206 } -  
207 }, -  
208 "installation-source": "dist", -  
209 "autoload": { -  
210 "psr-4": { -  
211 "Symfony\\Component\\Filesystem\\": "" -  
212 }, -  
213 "exclude-from-classmap": [ -  
214 "/Tests/" -  
215 ] -  
216 }, -  
217 "notification-url": "https://packagist.org/downloads/", -  
218 "license": [ -  
219 "MIT" -  
220 ], -  
221 "authors": [ -  
222 { -  
223 "name": "Fabien Potencier", -  
224 "email": "fabien@symfony.com" -  
225 }, -  
226 { -  
227 "name": "Symfony Community", -  
228 "homepage": "https://symfony.com/contributors" -  
229 } -  
230 ], -  
231 "description": "Symfony Filesystem Component", -  
232 "homepage": "https://symfony.com" -  
233 }, -  
234 { -  
235 "name": "neutron/temporary-filesystem", 184 "name": "neutron/temporary-filesystem",
236 "version": "2.2.0", 185 "version": "2.2.0",
237 "version_normalized": "2.2.0.0", 186 "version_normalized": "2.2.0.0",
238 "source": { 187 "source": {
239 "type": "git", 188 "type": "git",
240 "url": "https://github.com/romainneutron/Temporary-Filesystem.git", 189 "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
241 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8" 190 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8"
242 }, 191 },
243 "dist": { 192 "dist": {
244 "type": "zip", 193 "type": "zip",
245 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8", 194 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8",
246 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8", 195 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8",
247 "shasum": "" 196 "shasum": ""
248 }, 197 },
249 "require": { 198 "require": {
250 "php": "^5.3.9 || ^7.0", 199 "php": "^5.3.9 || ^7.0",
251 "symfony/filesystem": "^2.3 || ^3.0" 200 "symfony/filesystem": "^2.3 || ^3.0"
252 }, 201 },
253 "require-dev": { 202 "require-dev": {
254 "phpunit/phpunit": "^4.8" 203 "phpunit/phpunit": "^4.8"
255 }, 204 },
256 "time": "2016-03-05T10:22:50+00:00", 205 "time": "2016-03-05T10:22:50+00:00",
257 "type": "library", 206 "type": "library",
258 "installation-source": "dist", 207 "installation-source": "dist",
259 "autoload": { 208 "autoload": {
260 "psr-0": { 209 "psr-0": {
261 "Neutron": "src" 210 "Neutron": "src"
262 } 211 }
263 }, 212 },
264 "notification-url": "https://packagist.org/downloads/", 213 "notification-url": "https://packagist.org/downloads/",
265 "license": [ 214 "license": [
266 "MIT" 215 "MIT"
267 ], 216 ],
268 "authors": [ 217 "authors": [
269 { 218 {
270 "name": "Romain Neutron", 219 "name": "Romain Neutron",
271 "email": "imprec@gmail.com" 220 "email": "imprec@gmail.com"
272 } 221 }
273 ], 222 ],
274 "description": "Symfony filesystem extension to handle temporary files" 223 "description": "Symfony filesystem extension to handle temporary files"
275 }, 224 },
276 { 225 {
277 "name": "evenement/evenement", 226 "name": "evenement/evenement",
278 "version": "v2.0.0", 227 "version": "v2.0.0",
279 "version_normalized": "2.0.0.0", 228 "version_normalized": "2.0.0.0",
280 "source": { 229 "source": {
281 "type": "git", 230 "type": "git",
282 "url": "https://github.com/igorw/evenement.git", 231 "url": "https://github.com/igorw/evenement.git",
283 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" 232 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
284 }, 233 },
285 "dist": { 234 "dist": {
286 "type": "zip", 235 "type": "zip",
287 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", 236 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
288 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", 237 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
289 "shasum": "" 238 "shasum": ""
290 }, 239 },
291 "require": { 240 "require": {
292 "php": ">=5.4.0" 241 "php": ">=5.4.0"
293 }, 242 },
294 "time": "2012-11-02T14:49:47+00:00", 243 "time": "2012-11-02T14:49:47+00:00",
295 "type": "library", 244 "type": "library",
296 "extra": { 245 "extra": {
297 "branch-alias": { 246 "branch-alias": {
298 "dev-master": "2.0-dev" 247 "dev-master": "2.0-dev"
299 } 248 }
300 }, 249 },
301 "installation-source": "dist", 250 "installation-source": "dist",
302 "autoload": { 251 "autoload": {
303 "psr-0": { 252 "psr-0": {
304 "Evenement": "src" 253 "Evenement": "src"
305 } 254 }
306 }, 255 },
307 "notification-url": "https://packagist.org/downloads/", 256 "notification-url": "https://packagist.org/downloads/",
308 "license": [ 257 "license": [
309 "MIT" 258 "MIT"
310 ], 259 ],
311 "authors": [ 260 "authors": [
312 { 261 {
313 "name": "Igor Wiedler", 262 "name": "Igor Wiedler",
314 "email": "igor@wiedler.ch", 263 "email": "igor@wiedler.ch",
315 "homepage": "http://wiedler.ch/igor/" 264 "homepage": "http://wiedler.ch/igor/"
316 } 265 }
317 ], 266 ],
318 "description": "Événement is a very simple event dispatching library for PHP", 267 "description": "Événement is a very simple event dispatching library for PHP",
319 "keywords": [ 268 "keywords": [
320 "event-dispatcher", 269 "event-dispatcher",
321 "event-emitter" 270 "event-emitter"
322 ] 271 ]
323 }, 272 },
324 { 273 {
325 "name": "doctrine/cache", 274 "name": "doctrine/cache",
326 "version": "v1.6.1", 275 "version": "v1.6.1",
327 "version_normalized": "1.6.1.0", 276 "version_normalized": "1.6.1.0",
328 "source": { 277 "source": {
329 "type": "git", 278 "type": "git",
330 "url": "https://github.com/doctrine/cache.git", 279 "url": "https://github.com/doctrine/cache.git",
331 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" 280 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
332 }, 281 },
333 "dist": { 282 "dist": {
334 "type": "zip", 283 "type": "zip",
335 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", 284 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
336 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", 285 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
337 "shasum": "" 286 "shasum": ""
338 }, 287 },
339 "require": { 288 "require": {
340 "php": "~5.5|~7.0" 289 "php": "~5.5|~7.0"
341 }, 290 },
342 "conflict": { 291 "conflict": {
343 "doctrine/common": ">2.2,<2.4" 292 "doctrine/common": ">2.2,<2.4"
344 }, 293 },
345 "require-dev": { 294 "require-dev": {
346 "phpunit/phpunit": "~4.8|~5.0", 295 "phpunit/phpunit": "~4.8|~5.0",
347 "predis/predis": "~1.0", 296 "predis/predis": "~1.0",
348 "satooshi/php-coveralls": "~0.6" 297 "satooshi/php-coveralls": "~0.6"
349 }, 298 },
350 "time": "2016-10-29T11:16:17+00:00", 299 "time": "2016-10-29T11:16:17+00:00",
351 "type": "library", 300 "type": "library",
352 "extra": { 301 "extra": {
353 "branch-alias": { 302 "branch-alias": {
354 "dev-master": "1.6.x-dev" 303 "dev-master": "1.6.x-dev"
355 } 304 }
356 }, 305 },
357 "installation-source": "dist", 306 "installation-source": "dist",
358 "autoload": { 307 "autoload": {
359 "psr-4": { 308 "psr-4": {
360 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 309 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
361 } 310 }
362 }, 311 },
363 "notification-url": "https://packagist.org/downloads/", 312 "notification-url": "https://packagist.org/downloads/",
364 "license": [ 313 "license": [
365 "MIT" 314 "MIT"
366 ], 315 ],
367 "authors": [ 316 "authors": [
368 { 317 {
369 "name": "Roman Borschel", 318 "name": "Roman Borschel",
370 "email": "roman@code-factory.org" 319 "email": "roman@code-factory.org"
371 }, 320 },
372 { 321 {
373 "name": "Benjamin Eberlei", 322 "name": "Benjamin Eberlei",
374 "email": "kontakt@beberlei.de" 323 "email": "kontakt@beberlei.de"
375 }, 324 },
376 { 325 {
377 "name": "Guilherme Blanco", 326 "name": "Guilherme Blanco",
378 "email": "guilhermeblanco@gmail.com" 327 "email": "guilhermeblanco@gmail.com"
379 }, 328 },
380 { 329 {
381 "name": "Jonathan Wage", 330 "name": "Jonathan Wage",
382 "email": "jonwage@gmail.com" 331 "email": "jonwage@gmail.com"
383 }, 332 },
384 { 333 {
385 "name": "Johannes Schmitt", 334 "name": "Johannes Schmitt",
386 "email": "schmittjoh@gmail.com" 335 "email": "schmittjoh@gmail.com"
387 } 336 }
388 ], 337 ],
389 "description": "Caching library offering an object-oriented API for many cache backends", 338 "description": "Caching library offering an object-oriented API for many cache backends",
390 "homepage": "http://www.doctrine-project.org", 339 "homepage": "http://www.doctrine-project.org",
391 "keywords": [ 340 "keywords": [
392 "cache", 341 "cache",
393 "caching" 342 "caching"
394 ] 343 ]
395 }, 344 },
396 { 345 {
397 "name": "symfony/process", -  
398 "version": "v3.3.2", -  
399 "version_normalized": "3.3.2.0", -  
400 "source": { -  
401 "type": "git", -  
402 "url": "https://github.com/symfony/process.git", -  
403 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf" -  
404 }, -  
405 "dist": { -  
406 "type": "zip", -  
407 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", -  
408 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", -  
409 "shasum": "" -  
410 }, -  
411 "require": { -  
412 "php": ">=5.5.9" -  
413 }, -  
414 "time": "2017-05-22T12:32:03+00:00", -  
415 "type": "library", -  
416 "extra": { -  
417 "branch-alias": { -  
418 "dev-master": "3.3-dev" -  
419 } -  
420 }, -  
421 "installation-source": "dist", -  
422 "autoload": { -  
423 "psr-4": { -  
424 "Symfony\\Component\\Process\\": "" -  
425 }, -  
426 "exclude-from-classmap": [ -  
427 "/Tests/" -  
428 ] -  
429 }, -  
430 "notification-url": "https://packagist.org/downloads/", -  
431 "license": [ -  
432 "MIT" -  
433 ], -  
434 "authors": [ -  
435 { -  
436 "name": "Fabien Potencier", -  
437 "email": "fabien@symfony.com" -  
438 }, -  
439 { -  
440 "name": "Symfony Community", -  
441 "homepage": "https://symfony.com/contributors" -  
442 } -  
443 ], -  
444 "description": "Symfony Process Component", -  
445 "homepage": "https://symfony.com" -  
446 }, -  
447 { -  
448 "name": "alchemy/binary-driver", 346 "name": "alchemy/binary-driver",
449 "version": "1.6.0", 347 "version": "1.6.0",
450 "version_normalized": "1.6.0.0", 348 "version_normalized": "1.6.0.0",
451 "source": { 349 "source": {
452 "type": "git", 350 "type": "git",
453 "url": "https://github.com/alchemy-fr/BinaryDriver.git", 351 "url": "https://github.com/alchemy-fr/BinaryDriver.git",
454 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95" 352 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
455 }, 353 },
456 "dist": { 354 "dist": {
457 "type": "zip", 355 "type": "zip",
458 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95", 356 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
459 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95", 357 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
460 "shasum": "" 358 "shasum": ""
461 }, 359 },
462 "require": { 360 "require": {
463 "evenement/evenement": "^2.0|^1.0", 361 "evenement/evenement": "^2.0|^1.0",
464 "monolog/monolog": "^1.3", 362 "monolog/monolog": "^1.3",
465 "php": ">=5.5", 363 "php": ">=5.5",
466 "psr/log": "^1.0", 364 "psr/log": "^1.0",
467 "symfony/process": "^2.0|^3.0" 365 "symfony/process": "^2.0|^3.0"
468 }, 366 },
469 "require-dev": { 367 "require-dev": {
470 "phpunit/phpunit": "^4.0|^5.0" 368 "phpunit/phpunit": "^4.0|^5.0"
471 }, 369 },
472 "time": "2016-03-02T13:49:15+00:00", 370 "time": "2016-03-02T13:49:15+00:00",
473 "type": "library", 371 "type": "library",
474 "installation-source": "dist", 372 "installation-source": "dist",
475 "autoload": { 373 "autoload": {
476 "psr-0": { 374 "psr-0": {
477 "Alchemy": "src" 375 "Alchemy": "src"
478 } 376 }
479 }, 377 },
480 "notification-url": "https://packagist.org/downloads/", 378 "notification-url": "https://packagist.org/downloads/",
481 "license": [ 379 "license": [
482 "MIT" 380 "MIT"
483 ], 381 ],
484 "authors": [ 382 "authors": [
485 { 383 {
486 "name": "Romain Neutron", 384 "name": "Romain Neutron",
487 "email": "imprec@gmail.com", 385 "email": "imprec@gmail.com",
488 "homepage": "http://www.lickmychip.com/" 386 "homepage": "http://www.lickmychip.com/"
489 }, 387 },
490 { 388 {
491 "name": "Phraseanet Team", 389 "name": "Phraseanet Team",
492 "email": "info@alchemy.fr", 390 "email": "info@alchemy.fr",
493 "homepage": "http://www.phraseanet.com/" 391 "homepage": "http://www.phraseanet.com/"
494 }, 392 },
495 { 393 {
496 "name": "Nicolas Le Goff", 394 "name": "Nicolas Le Goff",
497 "email": "legoff.n@gmail.com" 395 "email": "legoff.n@gmail.com"
498 } 396 }
499 ], 397 ],
500 "description": "A set of tools to build binary drivers", 398 "description": "A set of tools to build binary drivers",
501 "keywords": [ 399 "keywords": [
502 "binary", 400 "binary",
503 "driver" 401 "driver"
504 ] 402 ]
505 }, 403 },
506 { 404 {
507 "name": "php-ffmpeg/php-ffmpeg", 405 "name": "php-ffmpeg/php-ffmpeg",
508 "version": "0.9.5", 406 "version": "0.9.5",
509 "version_normalized": "0.9.5.0", 407 "version_normalized": "0.9.5.0",
510 "source": { 408 "source": {
511 "type": "git", 409 "type": "git",
512 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git", 410 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
513 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127" 411 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127"
514 }, 412 },
515 "dist": { 413 "dist": {
516 "type": "zip", 414 "type": "zip",
517 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127", 415 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127",
518 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127", 416 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127",
519 "shasum": "" 417 "shasum": ""
520 }, 418 },
521 "require": { 419 "require": {
522 "alchemy/binary-driver": "^1.5", 420 "alchemy/binary-driver": "^1.5",
523 "doctrine/cache": "^1.0", 421 "doctrine/cache": "^1.0",
524 "evenement/evenement": "^2.0 || ^1.0", 422 "evenement/evenement": "^2.0 || ^1.0",
525 "neutron/temporary-filesystem": "^2.1.1", 423 "neutron/temporary-filesystem": "^2.1.1",
526 "php": "^5.3.9 || ^7.0" 424 "php": "^5.3.9 || ^7.0"
527 }, 425 },
528 "require-dev": { 426 "require-dev": {
529 "phpunit/phpunit": "^4.8", 427 "phpunit/phpunit": "^4.8",
530 "sami/sami": "~1.0", 428 "sami/sami": "~1.0",
531 "silex/silex": "~1.0" 429 "silex/silex": "~1.0"
532 }, 430 },
533 "suggest": { 431 "suggest": {
534 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg" 432 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
535 }, 433 },
536 "time": "2017-06-30T19:27:10+00:00", 434 "time": "2017-06-30T19:27:10+00:00",
537 "type": "library", 435 "type": "library",
538 "extra": { 436 "extra": {
539 "branch-alias": { 437 "branch-alias": {
540 "dev-master": "0.7-dev" 438 "dev-master": "0.7-dev"
541 } 439 }
542 }, 440 },
543 "installation-source": "dist", 441 "installation-source": "dist",
544 "autoload": { 442 "autoload": {
545 "psr-0": { 443 "psr-0": {
546 "FFMpeg": "src" 444 "FFMpeg": "src"
547 } 445 }
548 }, 446 },
549 "notification-url": "https://packagist.org/downloads/", 447 "notification-url": "https://packagist.org/downloads/",
550 "license": [ 448 "license": [
551 "MIT" 449 "MIT"
552 ], 450 ],
553 "authors": [ 451 "authors": [
554 { 452 {
555 "name": "Romain Neutron", 453 "name": "Romain Neutron",
556 "email": "imprec@gmail.com", 454 "email": "imprec@gmail.com",
557 "homepage": "http://www.lickmychip.com/" 455 "homepage": "http://www.lickmychip.com/"
558 }, 456 },
559 { 457 {
560 "name": "Phraseanet Team", 458 "name": "Phraseanet Team",
561 "email": "info@alchemy.fr", 459 "email": "info@alchemy.fr",
562 "homepage": "http://www.phraseanet.com/" 460 "homepage": "http://www.phraseanet.com/"
563 }, 461 },
564 { 462 {
565 "name": "Patrik Karisch", 463 "name": "Patrik Karisch",
566 "email": "patrik@karisch.guru", 464 "email": "patrik@karisch.guru",
567 "homepage": "http://www.karisch.guru" 465 "homepage": "http://www.karisch.guru"
568 }, 466 },
569 { 467 {
570 "name": "Romain Biard", 468 "name": "Romain Biard",
571 "email": "romain.biard@gmail.com", 469 "email": "romain.biard@gmail.com",
572 "homepage": "https://www.strime.io/" 470 "homepage": "https://www.strime.io/"
573 } 471 }
574 ], 472 ],
575 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", 473 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
576 "keywords": [ 474 "keywords": [
577 "audio", 475 "audio",
578 "audio processing", 476 "audio processing",
579 "avconv", 477 "avconv",
580 "avprobe", 478 "avprobe",
581 "ffmpeg", 479 "ffmpeg",
582 "ffprobe", 480 "ffprobe",
583 "video", 481 "video",
584 "video processing" 482 "video processing"
585 ] 483 ]
586 }, 484 },
587 { 485 {
-   486 "name": "aura/installer-default",
-   487 "version": "1.0.0",
-   488 "version_normalized": "1.0.0.0",
-   489 "source": {
-   490 "type": "git",
-   491 "url": "https://github.com/auraphp/installer-default.git",
-   492 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
-   493 },
-   494 "dist": {
-   495 "type": "zip",
-   496 "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
-   497 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
-   498 "shasum": ""
-   499 },
-   500 "time": "2012-11-26T21:35:57+00:00",
-   501 "type": "composer-installer",
-   502 "extra": {
-   503 "class": "Aura\\Composer\\DefaultInstaller"
-   504 },
-   505 "installation-source": "dist",
-   506 "autoload": {
-   507 "psr-0": {
-   508 "Aura\\Composer\\": "src/"
-   509 }
-   510 },
-   511 "notification-url": "https://packagist.org/downloads/",
-   512 "license": [
-   513 "BSD-2-Clause"
-   514 ],
-   515 "authors": [
-   516 {
-   517 "name": "Paul M. Jones",
-   518 "email": "pmjones88@gmail.com",
-   519 "homepage": "http://paul-m-jones.com"
-   520 }
-   521 ],
-   522 "description": "Installs Aura packages using the Composer defaults.",
-   523 "keywords": [
-   524 "aura",
-   525 "installer"
-   526 ]
-   527 },
-   528 {
-   529 "name": "aura/uri",
-   530 "version": "1.2.0",
-   531 "version_normalized": "1.2.0.0",
-   532 "source": {
-   533 "type": "git",
-   534 "url": "https://github.com/auraphp/Aura.Uri.git",
-   535 "reference": "298abdf98f64e06928a159abc61c227b2814c065"
-   536 },
-   537 "dist": {
-   538 "type": "zip",
-   539 "url": "https://api.github.com/repos/auraphp/Aura.Uri/zipball/298abdf98f64e06928a159abc61c227b2814c065",
-   540 "reference": "298abdf98f64e06928a159abc61c227b2814c065",
-   541 "shasum": ""
-   542 },
-   543 "require": {
-   544 "aura/installer-default": "1.0.*",
-   545 "php": ">=5.4.0"
-   546 },
-   547 "time": "2014-05-31T00:00:00+00:00",
-   548 "type": "aura-package",
-   549 "installation-source": "dist",
-   550 "autoload": {
-   551 "psr-0": {
-   552 "Aura\\Uri": "src/"
-   553 }
-   554 },
-   555 "notification-url": "https://packagist.org/downloads/",
-   556 "license": [
-   557 "BSD-2-Clause"
-   558 ],
-   559 "authors": [
-   560 {
-   561 "name": "Paul M. Jones",
-   562 "email": "pmjones88@gmail.com",
-   563 "homepage": "http://paul-m-jones.com"
-   564 },
-   565 {
-   566 "name": "Hari KT",
-   567 "email": "kthari85@gmail.com",
-   568 "homepage": "http://harikt.com"
-   569 },
-   570 {
-   571 "name": "Aura.Uri Contributors",
-   572 "homepage": "https://github.com/auraphp/Aura.Uri/contributors"
-   573 },
-   574 {
-   575 "name": "Jonathon Hill",
-   576 "email": "jhill9693@gmail.com",
-   577 "homepage": "http://jonathonhill.net",
-   578 "role": "Developer"
-   579 },
-   580 {
-   581 "name": "Jeremy Kendall",
-   582 "email": "jeremy@jeremykendall.net",
-   583 "homepage": "http://www.jeremykendall.net"
-   584 }
-   585 ],
-   586 "description": "The Aura Uri package provides tools to build and manipulate URL strings.",
-   587 "homepage": "http://auraphp.com/Aura.Uri",
-   588 "keywords": [
-   589 "uri",
-   590 "url"
-   591 ]
-   592 },
-   593 {
588 "name": "symfony/finder", 594 "name": "symfony/filesystem",
589 "version": "v3.3.4", 595 "version": "v3.3.4",
590 "version_normalized": "3.3.4.0", 596 "version_normalized": "3.3.4.0",
591 "source": { 597 "source": {
592 "type": "git", 598 "type": "git",
593 "url": "https://github.com/symfony/finder.git", 599 "url": "https://github.com/symfony/filesystem.git",
594 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4" 600 "reference": "311fa718389efbd8b627c272b9324a62437018cc"
595 }, 601 },
596 "dist": { 602 "dist": {
597 "type": "zip", 603 "type": "zip",
598 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4", 604 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc",
599 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4", 605 "reference": "311fa718389efbd8b627c272b9324a62437018cc",
-   606 "shasum": ""
-   607 },
-   608 "require": {
-   609 "php": ">=5.5.9"
-   610 },
-   611 "time": "2017-06-24T09:29:48+00:00",
-   612 "type": "library",
-   613 "extra": {
-   614 "branch-alias": {
-   615 "dev-master": "3.3-dev"
-   616 }
-   617 },
-   618 "installation-source": "dist",
-   619 "autoload": {
-   620 "psr-4": {
-   621 "Symfony\\Component\\Filesystem\\": ""
-   622 },
-   623 "exclude-from-classmap": [
-   624 "/Tests/"
-   625 ]
-   626 },
-   627 "notification-url": "https://packagist.org/downloads/",
-   628 "license": [
-   629 "MIT"
-   630 ],
-   631 "authors": [
-   632 {
-   633 "name": "Fabien Potencier",
-   634 "email": "fabien@symfony.com"
-   635 },
-   636 {
-   637 "name": "Symfony Community",
-   638 "homepage": "https://symfony.com/contributors"
-   639 }
-   640 ],
-   641 "description": "Symfony Filesystem Component",
-   642 "homepage": "https://symfony.com"
-   643 },
-   644 {
-   645 "name": "symfony/process",
-   646 "version": "v3.3.4",
-   647 "version_normalized": "3.3.4.0",
-   648 "source": {
-   649 "type": "git",
-   650 "url": "https://github.com/symfony/process.git",
-   651 "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30"
-   652 },
-   653 "dist": {
-   654 "type": "zip",
-   655 "url": "https://api.github.com/repos/symfony/process/zipball/5ab8949b682b1bf9d4511a228b5e045c96758c30",
-   656 "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30",
600 "shasum": "" 657 "shasum": ""
601 }, 658 },
602 "require": { 659 "require": {
603 "php": ">=5.5.9" 660 "php": ">=5.5.9"
604 }, 661 },
605 "time": "2017-06-01T21:01:25+00:00", 662 "time": "2017-07-03T08:12:02+00:00",
606 "type": "library", 663 "type": "library",
607 "extra": { 664 "extra": {
608 "branch-alias": { 665 "branch-alias": {
609 "dev-master": "3.3-dev" 666 "dev-master": "3.3-dev"
610 } 667 }
611 }, 668 },
612 "installation-source": "dist", 669 "installation-source": "dist",
613 "autoload": { 670 "autoload": {
614 "psr-4": { 671 "psr-4": {
615 "Symfony\\Component\\Finder\\": "" 672 "Symfony\\Component\\Process\\": ""
616 }, 673 },
617 "exclude-from-classmap": [ 674 "exclude-from-classmap": [
618 "/Tests/" 675 "/Tests/"
619 ] 676 ]
620 }, 677 },
621 "notification-url": "https://packagist.org/downloads/", 678 "notification-url": "https://packagist.org/downloads/",
622 "license": [ 679 "license": [
623 "MIT" 680 "MIT"
624 ], 681 ],
625 "authors": [ 682 "authors": [
626 { 683 {
627 "name": "Fabien Potencier", 684 "name": "Fabien Potencier",
628 "email": "fabien@symfony.com" 685 "email": "fabien@symfony.com"
629 }, 686 },
630 { 687 {
631 "name": "Symfony Community", 688 "name": "Symfony Community",
632 "homepage": "https://symfony.com/contributors" 689 "homepage": "https://symfony.com/contributors"
633 } 690 }
634 ], 691 ],
635 "description": "Symfony Finder Component", 692 "description": "Symfony Process Component",
636 "homepage": "https://symfony.com" 693 "homepage": "https://symfony.com"
637 } 694 }
638 ] 695 ]
639   696