scratch – Diff between revs 117 and 118

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 117 Rev 118
Line 341... Line 341...
341 "cache", 341 "cache",
342 "caching" 342 "caching"
343 ] 343 ]
344 }, 344 },
345 { 345 {
346 "name": "symfony/process", -  
347 "version": "v3.3.2", -  
348 "version_normalized": "3.3.2.0", -  
349 "source": { -  
350 "type": "git", -  
351 "url": "https://github.com/symfony/process.git", -  
352 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf" -  
353 }, -  
354 "dist": { -  
355 "type": "zip", -  
356 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", -  
357 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", -  
358 "shasum": "" -  
359 }, -  
360 "require": { -  
361 "php": ">=5.5.9" -  
362 }, -  
363 "time": "2017-05-22T12:32:03+00:00", -  
364 "type": "library", -  
365 "extra": { -  
366 "branch-alias": { -  
367 "dev-master": "3.3-dev" -  
368 } -  
369 }, -  
370 "installation-source": "dist", -  
371 "autoload": { -  
372 "psr-4": { -  
373 "Symfony\\Component\\Process\\": "" -  
374 }, -  
375 "exclude-from-classmap": [ -  
376 "/Tests/" -  
377 ] -  
378 }, -  
379 "notification-url": "https://packagist.org/downloads/", -  
380 "license": [ -  
381 "MIT" -  
382 ], -  
383 "authors": [ -  
384 { -  
385 "name": "Fabien Potencier", -  
386 "email": "fabien@symfony.com" -  
387 }, -  
388 { -  
389 "name": "Symfony Community", -  
390 "homepage": "https://symfony.com/contributors" -  
391 } -  
392 ], -  
393 "description": "Symfony Process Component", -  
394 "homepage": "https://symfony.com" -  
395 }, -  
396 { -  
397 "name": "alchemy/binary-driver", 346 "name": "alchemy/binary-driver",
398 "version": "1.6.0", 347 "version": "1.6.0",
399 "version_normalized": "1.6.0.0", 348 "version_normalized": "1.6.0.0",
400 "source": { 349 "source": {
401 "type": "git", 350 "type": "git",
Line 632... Line 581...
632 "homepage": "https://symfony.com/contributors" 581 "homepage": "https://symfony.com/contributors"
633 } 582 }
634 ], 583 ],
635 "description": "Symfony Finder Component", 584 "description": "Symfony Finder Component",
636 "homepage": "https://symfony.com" 585 "homepage": "https://symfony.com"
-   586 },
-   587 {
-   588 "name": "symfony/process",
-   589 "version": "v3.3.2",
-   590 "version_normalized": "3.3.2.0",
-   591 "source": {
-   592 "type": "git",
-   593 "url": "https://github.com/symfony/process.git",
-   594 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf"
-   595 },
-   596 "dist": {
-   597 "type": "zip",
-   598 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
-   599 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
-   600 "shasum": ""
-   601 },
-   602 "require": {
-   603 "php": ">=5.5.9"
-   604 },
-   605 "time": "2017-05-22T12:32:03+00:00",
-   606 "type": "library",
-   607 "extra": {
-   608 "branch-alias": {
-   609 "dev-master": "3.3-dev"
-   610 }
-   611 },
-   612 "installation-source": "dist",
-   613 "autoload": {
-   614 "psr-4": {
-   615 "Symfony\\Component\\Process\\": ""
-   616 },
-   617 "exclude-from-classmap": [
-   618 "/Tests/"
-   619 ]
-   620 },
-   621 "notification-url": "https://packagist.org/downloads/",
-   622 "license": [
-   623 "MIT"
-   624 ],
-   625 "authors": [
-   626 {
-   627 "name": "Fabien Potencier",
-   628 "email": "fabien@symfony.com"
-   629 },
-   630 {
-   631 "name": "Symfony Community",
-   632 "homepage": "https://symfony.com/contributors"
-   633 }
-   634 ],
-   635 "description": "Symfony Process Component",
-   636 "homepage": "https://symfony.com"
637 } 637 }
638 ] 638 ]