scratch – Diff between revs 115 and 117

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 115 Rev 117
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.2", -  
186 "version_normalized": "3.3.2.0", -  
187 "source": { -  
188 "type": "git", -  
189 "url": "https://github.com/symfony/filesystem.git", -  
190 "reference": "c709670bf64721202ddbe4162846f250735842c0" -  
191 }, -  
192 "dist": { -  
193 "type": "zip", -  
194 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c709670bf64721202ddbe4162846f250735842c0", -  
195 "reference": "c709670bf64721202ddbe4162846f250735842c0", -  
196 "shasum": "" -  
197 }, -  
198 "require": { -  
199 "php": ">=5.5.9" -  
200 }, -  
201 "time": "2017-05-28T14:08:56+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",
Line 581... Line 530...
581 "ffmpeg", 530 "ffmpeg",
582 "ffprobe", 531 "ffprobe",
583 "video", 532 "video",
584 "video processing" 533 "video processing"
585 ] 534 ]
-   535 },
-   536 {
-   537 "name": "symfony/filesystem",
-   538 "version": "v3.3.4",
-   539 "version_normalized": "3.3.4.0",
-   540 "source": {
-   541 "type": "git",
-   542 "url": "https://github.com/symfony/filesystem.git",
-   543 "reference": "311fa718389efbd8b627c272b9324a62437018cc"
-   544 },
-   545 "dist": {
-   546 "type": "zip",
-   547 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc",
-   548 "reference": "311fa718389efbd8b627c272b9324a62437018cc",
-   549 "shasum": ""
-   550 },
-   551 "require": {
-   552 "php": ">=5.5.9"
-   553 },
-   554 "time": "2017-06-24T09:29:48+00:00",
-   555 "type": "library",
-   556 "extra": {
-   557 "branch-alias": {
-   558 "dev-master": "3.3-dev"
-   559 }
-   560 },
-   561 "installation-source": "dist",
-   562 "autoload": {
-   563 "psr-4": {
-   564 "Symfony\\Component\\Filesystem\\": ""
-   565 },
-   566 "exclude-from-classmap": [
-   567 "/Tests/"
-   568 ]
-   569 },
-   570 "notification-url": "https://packagist.org/downloads/",
-   571 "license": [
-   572 "MIT"
-   573 ],
-   574 "authors": [
-   575 {
-   576 "name": "Fabien Potencier",
-   577 "email": "fabien@symfony.com"
-   578 },
-   579 {
-   580 "name": "Symfony Community",
-   581 "homepage": "https://symfony.com/contributors"
-   582 }
-   583 ],
-   584 "description": "Symfony Filesystem Component",
-   585 "homepage": "https://symfony.com"
-   586 },
-   587 {
-   588 "name": "symfony/finder",
-   589 "version": "v3.3.4",
-   590 "version_normalized": "3.3.4.0",
-   591 "source": {
-   592 "type": "git",
-   593 "url": "https://github.com/symfony/finder.git",
-   594 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
-   595 },
-   596 "dist": {
-   597 "type": "zip",
-   598 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
-   599 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
-   600 "shasum": ""
-   601 },
-   602 "require": {
-   603 "php": ">=5.5.9"
-   604 },
-   605 "time": "2017-06-01T21:01:25+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\\Finder\\": ""
-   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 Finder Component",
-   636 "homepage": "https://symfony.com"
586 } 637 }
587 ] 638 ]