scratch – Diff between revs 87 and 88

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 87 Rev 88
Line 48... Line 48...
48 "keywords": [ 48 "keywords": [
49 "spyc", 49 "spyc",
50 "yaml", 50 "yaml",
51 "yml" 51 "yml"
52 ] 52 ]
53 }, -  
54 { -  
55 "name": "guzzlehttp/streams", -  
56 "version": "2.1.0", -  
57 "version_normalized": "2.1.0.0", -  
58 "source": { -  
59 "type": "git", -  
60 "url": "https://github.com/guzzle/streams.git", -  
61 "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534" -  
62 }, -  
63 "dist": { -  
64 "type": "zip", -  
65 "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534", -  
66 "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534", -  
67 "shasum": "" -  
68 }, -  
69 "require": { -  
70 "php": ">=5.4.0" -  
71 }, -  
72 "require-dev": { -  
73 "phpunit/phpunit": "~4.0" -  
74 }, -  
75 "time": "2014-08-17T21:15:53+00:00", -  
76 "type": "library", -  
77 "extra": { -  
78 "branch-alias": { -  
79 "dev-master": "2.0-dev" -  
80 } -  
81 }, -  
82 "installation-source": "dist", -  
83 "autoload": { -  
84 "psr-4": { -  
85 "GuzzleHttp\\Stream\\": "src/" -  
86 }, -  
87 "files": [ -  
88 "src/functions.php" -  
89 ] -  
90 }, -  
91 "notification-url": "https://packagist.org/downloads/", -  
92 "license": [ -  
93 "MIT" -  
94 ], -  
95 "authors": [ -  
96 { -  
97 "name": "Michael Dowling", -  
98 "email": "mtdowling@gmail.com", -  
99 "homepage": "https://github.com/mtdowling" -  
100 } -  
101 ], -  
102 "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", -  
103 "homepage": "http://guzzlephp.org/", -  
104 "keywords": [ -  
105 "Guzzle", -  
106 "stream" -  
107 ] -  
108 }, -  
109 { -  
110 "name": "guzzlehttp/guzzle", -  
111 "version": "4.2.4", -  
112 "version_normalized": "4.2.4.0", -  
113 "source": { -  
114 "type": "git", -  
115 "url": "https://github.com/guzzle/guzzle.git", -  
116 "reference": "13a8e5acff26b0a87d353042170b48976da004a1" -  
117 }, -  
118 "dist": { -  
119 "type": "zip", -  
120 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/13a8e5acff26b0a87d353042170b48976da004a1", -  
121 "reference": "13a8e5acff26b0a87d353042170b48976da004a1", -  
122 "shasum": "" -  
123 }, -  
124 "require": { -  
125 "ext-json": "*", -  
126 "guzzlehttp/streams": "~2.1", -  
127 "php": ">=5.4.0" -  
128 }, -  
129 "require-dev": { -  
130 "ext-curl": "*", -  
131 "phpunit/phpunit": "~4.0", -  
132 "psr/log": "~1.0" -  
133 }, -  
134 "suggest": { -  
135 "ext-curl": "Guzzle will use specific adapters if cURL is present" -  
136 }, -  
137 "time": "2016-07-15T17:44:18+00:00", -  
138 "type": "library", -  
139 "extra": { -  
140 "branch-alias": { -  
141 "dev-master": "4.2-dev" -  
142 } -  
143 }, -  
144 "installation-source": "dist", -  
145 "autoload": { -  
146 "psr-4": { -  
147 "GuzzleHttp\\": "src/" -  
148 }, -  
149 "files": [ -  
150 "src/functions.php" -  
151 ] -  
152 }, -  
153 "notification-url": "https://packagist.org/downloads/", -  
154 "license": [ -  
155 "MIT" -  
156 ], -  
157 "authors": [ -  
158 { -  
159 "name": "Michael Dowling", -  
160 "email": "mtdowling@gmail.com", -  
161 "homepage": "https://github.com/mtdowling" -  
162 } -  
163 ], -  
164 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", -  
165 "homepage": "http://guzzlephp.org/", -  
166 "keywords": [ -  
167 "client", -  
168 "curl", -  
169 "framework", -  
170 "http", -  
171 "http client", -  
172 "rest", -  
173 "web service" -  
174 ] -  
175 }, -  
176 { -  
177 "name": "symfony/css-selector", -  
178 "version": "v2.8.18", -  
179 "version_normalized": "2.8.18.0", -  
180 "source": { -  
181 "type": "git", -  
182 "url": "https://github.com/symfony/css-selector.git", -  
183 "reference": "742bd688bd778dde8991ba696cb372570610afcd" -  
184 }, -  
185 "dist": { -  
186 "type": "zip", -  
187 "url": "https://api.github.com/repos/symfony/css-selector/zipball/742bd688bd778dde8991ba696cb372570610afcd", -  
188 "reference": "742bd688bd778dde8991ba696cb372570610afcd", -  
189 "shasum": "" -  
190 }, -  
191 "require": { -  
192 "php": ">=5.3.9" -  
193 }, -  
194 "time": "2017-02-21T08:33:48+00:00", -  
195 "type": "library", -  
196 "extra": { -  
197 "branch-alias": { -  
198 "dev-master": "2.8-dev" -  
199 } -  
200 }, -  
201 "installation-source": "dist", -  
202 "autoload": { -  
203 "psr-4": { -  
204 "Symfony\\Component\\CssSelector\\": "" -  
205 }, -  
206 "exclude-from-classmap": [ -  
207 "/Tests/" -  
208 ] -  
209 }, -  
210 "notification-url": "https://packagist.org/downloads/", -  
211 "license": [ -  
212 "MIT" -  
213 ], -  
214 "authors": [ -  
215 { -  
216 "name": "Jean-François Simon", -  
217 "email": "jeanfrancois.simon@sensiolabs.com" -  
218 }, -  
219 { -  
220 "name": "Fabien Potencier", -  
221 "email": "fabien@symfony.com" -  
222 }, -  
223 { -  
224 "name": "Symfony Community", -  
225 "homepage": "https://symfony.com/contributors" -  
226 } -  
227 ], -  
228 "description": "Symfony CssSelector Component", -  
229 "homepage": "https://symfony.com" -  
230 }, -  
231 { -  
232 "name": "symfony/polyfill-mbstring", -  
233 "version": "v1.3.0", -  
234 "version_normalized": "1.3.0.0", -  
235 "source": { -  
236 "type": "git", -  
237 "url": "https://github.com/symfony/polyfill-mbstring.git", -  
238 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" -  
239 }, -  
240 "dist": { -  
241 "type": "zip", -  
242 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", -  
243 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", -  
244 "shasum": "" -  
245 }, -  
246 "require": { -  
247 "php": ">=5.3.3" -  
248 }, -  
249 "suggest": { -  
250 "ext-mbstring": "For best performance" -  
251 }, -  
252 "time": "2016-11-14T01:06:16+00:00", -  
253 "type": "library", -  
254 "extra": { -  
255 "branch-alias": { -  
256 "dev-master": "1.3-dev" -  
257 } -  
258 }, -  
259 "installation-source": "dist", -  
260 "autoload": { -  
261 "psr-4": { -  
262 "Symfony\\Polyfill\\Mbstring\\": "" -  
263 }, -  
264 "files": [ -  
265 "bootstrap.php" -  
266 ] -  
267 }, -  
268 "notification-url": "https://packagist.org/downloads/", -  
269 "license": [ -  
270 "MIT" -  
271 ], -  
272 "authors": [ -  
273 { -  
274 "name": "Nicolas Grekas", -  
275 "email": "p@tchwork.com" -  
276 }, -  
277 { -  
278 "name": "Symfony Community", -  
279 "homepage": "https://symfony.com/contributors" -  
280 } -  
281 ], -  
282 "description": "Symfony polyfill for the Mbstring extension", -  
283 "homepage": "https://symfony.com", -  
284 "keywords": [ -  
285 "compatibility", -  
286 "mbstring", -  
287 "polyfill", -  
288 "portable", -  
289 "shim" -  
290 ] -  
291 }, -  
292 { -  
293 "name": "symfony/dom-crawler", -  
294 "version": "v2.8.18", -  
295 "version_normalized": "2.8.18.0", -  
296 "source": { -  
297 "type": "git", -  
298 "url": "https://github.com/symfony/dom-crawler.git", -  
299 "reference": "24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a" -  
300 }, -  
301 "dist": { -  
302 "type": "zip", -  
303 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a", -  
304 "reference": "24b1a3ffa5b64e4f8b1c5f2cdffd16368640704a", -  
305 "shasum": "" -  
306 }, -  
307 "require": { -  
308 "php": ">=5.3.9", -  
309 "symfony/polyfill-mbstring": "~1.0" -  
310 }, -  
311 "require-dev": { -  
312 "symfony/css-selector": "~2.8|~3.0.0" -  
313 }, -  
314 "suggest": { -  
315 "symfony/css-selector": "" -  
316 }, -  
317 "time": "2017-02-21T08:33:48+00:00", -  
318 "type": "library", -  
319 "extra": { -  
320 "branch-alias": { -  
321 "dev-master": "2.8-dev" -  
322 } -  
323 }, -  
324 "installation-source": "dist", -  
325 "autoload": { -  
326 "psr-4": { -  
327 "Symfony\\Component\\DomCrawler\\": "" -  
328 }, -  
329 "exclude-from-classmap": [ -  
330 "/Tests/" -  
331 ] -  
332 }, -  
333 "notification-url": "https://packagist.org/downloads/", -  
334 "license": [ -  
335 "MIT" -  
336 ], -  
337 "authors": [ -  
338 { -  
339 "name": "Fabien Potencier", -  
340 "email": "fabien@symfony.com" -  
341 }, -  
342 { -  
343 "name": "Symfony Community", -  
344 "homepage": "https://symfony.com/contributors" -  
345 } -  
346 ], -  
347 "description": "Symfony DomCrawler Component", -  
348 "homepage": "https://symfony.com" -  
349 }, -  
350 { -  
351 "name": "fusonic/linq", -  
352 "version": "v1.1.0", -  
353 "version_normalized": "1.1.0.0", -  
354 "source": { -  
355 "type": "git", -  
356 "url": "https://github.com/fusonic/linq.git", -  
357 "reference": "63520ef1470ca771acbd26871efb945dd4a7a5d8" -  
358 }, -  
359 "dist": { -  
360 "type": "zip", -  
361 "url": "https://api.github.com/repos/fusonic/linq/zipball/63520ef1470ca771acbd26871efb945dd4a7a5d8", -  
362 "reference": "63520ef1470ca771acbd26871efb945dd4a7a5d8", -  
363 "shasum": "" -  
364 }, -  
365 "require": { -  
366 "php": ">=5.3.2" -  
367 }, -  
368 "time": "2015-02-26T22:49:17+00:00", -  
369 "type": "library", -  
370 "installation-source": "dist", -  
371 "autoload": { -  
372 "psr-0": { -  
373 "Fusonic\\Linq": "src/" -  
374 } -  
375 }, -  
376 "notification-url": "https://packagist.org/downloads/", -  
377 "license": [ -  
378 "MIT" -  
379 ], -  
380 "authors": [ -  
381 { -  
382 "name": "Fusonic", -  
383 "homepage": "http://www.fusonic.net" -  
384 } -  
385 ], -  
386 "description": "LINQ 2 objects class for PHP", -  
387 "homepage": "http://fusonic.github.io/fusonic-linq/", -  
388 "keywords": [ -  
389 "linq", -  
390 "linq2objects" -  
391 ] -  
392 }, -  
393 { -  
394 "name": "fusonic/opengraph", -  
395 "version": "dev-master", -  
396 "version_normalized": "9999999-dev", -  
397 "source": { -  
398 "type": "git", -  
399 "url": "https://github.com/fusonic/opengraph.git", -  
400 "reference": "971ccd0beb5816c8acd7f4eb901bf7e1fe99d9d3" -  
401 }, -  
402 "dist": { -  
403 "type": "zip", -  
404 "url": "https://api.github.com/repos/fusonic/opengraph/zipball/971ccd0beb5816c8acd7f4eb901bf7e1fe99d9d3", -  
405 "reference": "971ccd0beb5816c8acd7f4eb901bf7e1fe99d9d3", -  
406 "shasum": "" -  
407 }, -  
408 "require": { -  
409 "fusonic/linq": "~1.0", -  
410 "guzzlehttp/guzzle": "^4.0", -  
411 "php": "^5.4|^7.0", -  
412 "symfony/css-selector": "^2.5", -  
413 "symfony/dom-crawler": "^2.5" -  
414 }, -  
415 "require-dev": { -  
416 "phpunit/phpunit": "^4.8|^5.7" -  
417 }, -  
418 "time": "2016-12-31T15:23:08+00:00", -  
419 "type": "library", -  
420 "installation-source": "source", -  
421 "autoload": { -  
422 "psr-4": { -  
423 "Fusonic\\OpenGraph\\": "src/" -  
424 } -  
425 }, -  
426 "notification-url": "https://packagist.org/downloads/", -  
427 "license": [ -  
428 "MIT" -  
429 ], -  
430 "authors": [ -  
431 { -  
432 "name": "Fusonic", -  
433 "homepage": "http://www.fusonic.net" -  
434 } -  
435 ], -  
436 "description": "PHP library for consuming and publishing Open Graph resources.", -  
437 "homepage": "https://github.com/fusonic/fusonic-opengraph", -  
438 "keywords": [ -  
439 "opengraph" -  
440 ] -  
441 } 53 }
442 ] 54 ]