scratch – Diff between revs 118 and 119

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 118 Rev 119
Line 179... Line 179...
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 {
184 "name": "neutron/temporary-filesystem", 235 "name": "neutron/temporary-filesystem",
185 "version": "2.2.0", 236 "version": "2.2.0",
186 "version_normalized": "2.2.0.0", 237 "version_normalized": "2.2.0.0",
187 "source": { 238 "source": {
188 "type": "git", 239 "type": "git",
Line 341... Line 392...
341 "cache", 392 "cache",
342 "caching" 393 "caching"
343 ] 394 ]
344 }, 395 },
345 { 396 {
-   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 {
346 "name": "alchemy/binary-driver", 448 "name": "alchemy/binary-driver",
347 "version": "1.6.0", 449 "version": "1.6.0",
348 "version_normalized": "1.6.0.0", 450 "version_normalized": "1.6.0.0",
349 "source": { 451 "source": {
350 "type": "git", 452 "type": "git",
Line 481... Line 583...
481 "video", 583 "video",
482 "video processing" 584 "video processing"
483 ] 585 ]
484 }, 586 },
485 { 587 {
486 "name": "symfony/filesystem", -  
487 "version": "v3.3.4", -  
488 "version_normalized": "3.3.4.0", -  
489 "source": { -  
490 "type": "git", -  
491 "url": "https://github.com/symfony/filesystem.git", -  
492 "reference": "311fa718389efbd8b627c272b9324a62437018cc" -  
493 }, -  
494 "dist": { -  
495 "type": "zip", -  
496 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc", -  
497 "reference": "311fa718389efbd8b627c272b9324a62437018cc", -  
498 "shasum": "" -  
499 }, -  
500 "require": { -  
501 "php": ">=5.5.9" -  
502 }, -  
503 "time": "2017-06-24T09:29:48+00:00", -  
504 "type": "library", -  
505 "extra": { -  
506 "branch-alias": { -  
507 "dev-master": "3.3-dev" -  
508 } -  
509 }, -  
510 "installation-source": "dist", -  
511 "autoload": { -  
512 "psr-4": { -  
513 "Symfony\\Component\\Filesystem\\": "" -  
514 }, -  
515 "exclude-from-classmap": [ -  
516 "/Tests/" -  
517 ] -  
518 }, -  
519 "notification-url": "https://packagist.org/downloads/", -  
520 "license": [ -  
521 "MIT" -  
522 ], -  
523 "authors": [ -  
524 { -  
525 "name": "Fabien Potencier", -  
526 "email": "fabien@symfony.com" -  
527 }, -  
528 { -  
529 "name": "Symfony Community", -  
530 "homepage": "https://symfony.com/contributors" -  
531 } -  
532 ], -  
533 "description": "Symfony Filesystem Component", -  
534 "homepage": "https://symfony.com" -  
535 }, -  
536 { -  
537 "name": "symfony/finder", 588 "name": "symfony/finder",
538 "version": "v3.3.4", 589 "version": "v3.3.4",
539 "version_normalized": "3.3.4.0", 590 "version_normalized": "3.3.4.0",
540 "source": { 591 "source": {
541 "type": "git", 592 "type": "git",
Line 581... Line 632...
581 "homepage": "https://symfony.com/contributors" 632 "homepage": "https://symfony.com/contributors"
582 } 633 }
583 ], 634 ],
584 "description": "Symfony Finder Component", 635 "description": "Symfony Finder Component",
585 "homepage": "https://symfony.com" 636 "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 ]