scratch – Diff between revs 88 and 109

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 88 Rev 109
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": "symfony/filesystem",
-   56 "version": "v3.3.2",
-   57 "version_normalized": "3.3.2.0",
-   58 "source": {
-   59 "type": "git",
-   60 "url": "https://github.com/symfony/filesystem.git",
-   61 "reference": "c709670bf64721202ddbe4162846f250735842c0"
-   62 },
-   63 "dist": {
-   64 "type": "zip",
-   65 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c709670bf64721202ddbe4162846f250735842c0",
-   66 "reference": "c709670bf64721202ddbe4162846f250735842c0",
-   67 "shasum": ""
-   68 },
-   69 "require": {
-   70 "php": ">=5.5.9"
-   71 },
-   72 "time": "2017-05-28T14:08:56+00:00",
-   73 "type": "library",
-   74 "extra": {
-   75 "branch-alias": {
-   76 "dev-master": "3.3-dev"
-   77 }
-   78 },
-   79 "installation-source": "dist",
-   80 "autoload": {
-   81 "psr-4": {
-   82 "Symfony\\Component\\Filesystem\\": ""
-   83 },
-   84 "exclude-from-classmap": [
-   85 "/Tests/"
-   86 ]
-   87 },
-   88 "notification-url": "https://packagist.org/downloads/",
-   89 "license": [
-   90 "MIT"
-   91 ],
-   92 "authors": [
-   93 {
-   94 "name": "Fabien Potencier",
-   95 "email": "fabien@symfony.com"
-   96 },
-   97 {
-   98 "name": "Symfony Community",
-   99 "homepage": "https://symfony.com/contributors"
-   100 }
-   101 ],
-   102 "description": "Symfony Filesystem Component",
-   103 "homepage": "https://symfony.com"
-   104 },
-   105 {
-   106 "name": "neutron/temporary-filesystem",
-   107 "version": "2.2.0",
-   108 "version_normalized": "2.2.0.0",
-   109 "source": {
-   110 "type": "git",
-   111 "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
-   112 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8"
-   113 },
-   114 "dist": {
-   115 "type": "zip",
-   116 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8",
-   117 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8",
-   118 "shasum": ""
-   119 },
-   120 "require": {
-   121 "php": "^5.3.9 || ^7.0",
-   122 "symfony/filesystem": "^2.3 || ^3.0"
-   123 },
-   124 "require-dev": {
-   125 "phpunit/phpunit": "^4.8"
-   126 },
-   127 "time": "2016-03-05T10:22:50+00:00",
-   128 "type": "library",
-   129 "installation-source": "dist",
-   130 "autoload": {
-   131 "psr-0": {
-   132 "Neutron": "src"
-   133 }
-   134 },
-   135 "notification-url": "https://packagist.org/downloads/",
-   136 "license": [
-   137 "MIT"
-   138 ],
-   139 "authors": [
-   140 {
-   141 "name": "Romain Neutron",
-   142 "email": "imprec@gmail.com"
-   143 }
-   144 ],
-   145 "description": "Symfony filesystem extension to handle temporary files"
-   146 },
-   147 {
-   148 "name": "evenement/evenement",
-   149 "version": "v2.0.0",
-   150 "version_normalized": "2.0.0.0",
-   151 "source": {
-   152 "type": "git",
-   153 "url": "https://github.com/igorw/evenement.git",
-   154 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
-   155 },
-   156 "dist": {
-   157 "type": "zip",
-   158 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
-   159 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
-   160 "shasum": ""
-   161 },
-   162 "require": {
-   163 "php": ">=5.4.0"
-   164 },
-   165 "time": "2012-11-02T14:49:47+00:00",
-   166 "type": "library",
-   167 "extra": {
-   168 "branch-alias": {
-   169 "dev-master": "2.0-dev"
-   170 }
-   171 },
-   172 "installation-source": "dist",
-   173 "autoload": {
-   174 "psr-0": {
-   175 "Evenement": "src"
-   176 }
-   177 },
-   178 "notification-url": "https://packagist.org/downloads/",
-   179 "license": [
-   180 "MIT"
-   181 ],
-   182 "authors": [
-   183 {
-   184 "name": "Igor Wiedler",
-   185 "email": "igor@wiedler.ch",
-   186 "homepage": "http://wiedler.ch/igor/"
-   187 }
-   188 ],
-   189 "description": "Événement is a very simple event dispatching library for PHP",
-   190 "keywords": [
-   191 "event-dispatcher",
-   192 "event-emitter"
-   193 ]
-   194 },
-   195 {
-   196 "name": "doctrine/cache",
-   197 "version": "v1.6.1",
-   198 "version_normalized": "1.6.1.0",
-   199 "source": {
-   200 "type": "git",
-   201 "url": "https://github.com/doctrine/cache.git",
-   202 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
-   203 },
-   204 "dist": {
-   205 "type": "zip",
-   206 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
-   207 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
-   208 "shasum": ""
-   209 },
-   210 "require": {
-   211 "php": "~5.5|~7.0"
-   212 },
-   213 "conflict": {
-   214 "doctrine/common": ">2.2,<2.4"
-   215 },
-   216 "require-dev": {
-   217 "phpunit/phpunit": "~4.8|~5.0",
-   218 "predis/predis": "~1.0",
-   219 "satooshi/php-coveralls": "~0.6"
-   220 },
-   221 "time": "2016-10-29T11:16:17+00:00",
-   222 "type": "library",
-   223 "extra": {
-   224 "branch-alias": {
-   225 "dev-master": "1.6.x-dev"
-   226 }
-   227 },
-   228 "installation-source": "dist",
-   229 "autoload": {
-   230 "psr-4": {
-   231 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
-   232 }
-   233 },
-   234 "notification-url": "https://packagist.org/downloads/",
-   235 "license": [
-   236 "MIT"
-   237 ],
-   238 "authors": [
-   239 {
-   240 "name": "Roman Borschel",
-   241 "email": "roman@code-factory.org"
-   242 },
-   243 {
-   244 "name": "Benjamin Eberlei",
-   245 "email": "kontakt@beberlei.de"
-   246 },
-   247 {
-   248 "name": "Guilherme Blanco",
-   249 "email": "guilhermeblanco@gmail.com"
-   250 },
-   251 {
-   252 "name": "Jonathan Wage",
-   253 "email": "jonwage@gmail.com"
-   254 },
-   255 {
-   256 "name": "Johannes Schmitt",
-   257 "email": "schmittjoh@gmail.com"
-   258 }
-   259 ],
-   260 "description": "Caching library offering an object-oriented API for many cache backends",
-   261 "homepage": "http://www.doctrine-project.org",
-   262 "keywords": [
-   263 "cache",
-   264 "caching"
-   265 ]
-   266 },
-   267 {
-   268 "name": "symfony/process",
-   269 "version": "v3.3.2",
-   270 "version_normalized": "3.3.2.0",
-   271 "source": {
-   272 "type": "git",
-   273 "url": "https://github.com/symfony/process.git",
-   274 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf"
-   275 },
-   276 "dist": {
-   277 "type": "zip",
-   278 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
-   279 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
-   280 "shasum": ""
-   281 },
-   282 "require": {
-   283 "php": ">=5.5.9"
-   284 },
-   285 "time": "2017-05-22T12:32:03+00:00",
-   286 "type": "library",
-   287 "extra": {
-   288 "branch-alias": {
-   289 "dev-master": "3.3-dev"
-   290 }
-   291 },
-   292 "installation-source": "dist",
-   293 "autoload": {
-   294 "psr-4": {
-   295 "Symfony\\Component\\Process\\": ""
-   296 },
-   297 "exclude-from-classmap": [
-   298 "/Tests/"
-   299 ]
-   300 },
-   301 "notification-url": "https://packagist.org/downloads/",
-   302 "license": [
-   303 "MIT"
-   304 ],
-   305 "authors": [
-   306 {
-   307 "name": "Fabien Potencier",
-   308 "email": "fabien@symfony.com"
-   309 },
-   310 {
-   311 "name": "Symfony Community",
-   312 "homepage": "https://symfony.com/contributors"
-   313 }
-   314 ],
-   315 "description": "Symfony Process Component",
-   316 "homepage": "https://symfony.com"
-   317 },
-   318 {
-   319 "name": "psr/log",
-   320 "version": "1.0.2",
-   321 "version_normalized": "1.0.2.0",
-   322 "source": {
-   323 "type": "git",
-   324 "url": "https://github.com/php-fig/log.git",
-   325 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
-   326 },
-   327 "dist": {
-   328 "type": "zip",
-   329 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
-   330 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
-   331 "shasum": ""
-   332 },
-   333 "require": {
-   334 "php": ">=5.3.0"
-   335 },
-   336 "time": "2016-10-10T12:19:37+00:00",
-   337 "type": "library",
-   338 "extra": {
-   339 "branch-alias": {
-   340 "dev-master": "1.0.x-dev"
-   341 }
-   342 },
-   343 "installation-source": "dist",
-   344 "autoload": {
-   345 "psr-4": {
-   346 "Psr\\Log\\": "Psr/Log/"
-   347 }
-   348 },
-   349 "notification-url": "https://packagist.org/downloads/",
-   350 "license": [
-   351 "MIT"
-   352 ],
-   353 "authors": [
-   354 {
-   355 "name": "PHP-FIG",
-   356 "homepage": "http://www.php-fig.org/"
-   357 }
-   358 ],
-   359 "description": "Common interface for logging libraries",
-   360 "homepage": "https://github.com/php-fig/log",
-   361 "keywords": [
-   362 "log",
-   363 "psr",
-   364 "psr-3"
-   365 ]
-   366 },
-   367 {
-   368 "name": "monolog/monolog",
-   369 "version": "1.23.0",
-   370 "version_normalized": "1.23.0.0",
-   371 "source": {
-   372 "type": "git",
-   373 "url": "https://github.com/Seldaek/monolog.git",
-   374 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
-   375 },
-   376 "dist": {
-   377 "type": "zip",
-   378 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
-   379 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
-   380 "shasum": ""
-   381 },
-   382 "require": {
-   383 "php": ">=5.3.0",
-   384 "psr/log": "~1.0"
-   385 },
-   386 "provide": {
-   387 "psr/log-implementation": "1.0.0"
-   388 },
-   389 "require-dev": {
-   390 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
-   391 "doctrine/couchdb": "~1.0@dev",
-   392 "graylog2/gelf-php": "~1.0",
-   393 "jakub-onderka/php-parallel-lint": "0.9",
-   394 "php-amqplib/php-amqplib": "~2.4",
-   395 "php-console/php-console": "^3.1.3",
-   396 "phpunit/phpunit": "~4.5",
-   397 "phpunit/phpunit-mock-objects": "2.3.0",
-   398 "ruflin/elastica": ">=0.90 <3.0",
-   399 "sentry/sentry": "^0.13",
-   400 "swiftmailer/swiftmailer": "^5.3|^6.0"
-   401 },
-   402 "suggest": {
-   403 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
-   404 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
-   405 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
-   406 "ext-mongo": "Allow sending log messages to a MongoDB server",
-   407 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
-   408 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
-   409 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
-   410 "php-console/php-console": "Allow sending log messages to Google Chrome",
-   411 "rollbar/rollbar": "Allow sending log messages to Rollbar",
-   412 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
-   413 "sentry/sentry": "Allow sending log messages to a Sentry server"
-   414 },
-   415 "time": "2017-06-19T01:22:40+00:00",
-   416 "type": "library",
-   417 "extra": {
-   418 "branch-alias": {
-   419 "dev-master": "2.0.x-dev"
-   420 }
-   421 },
-   422 "installation-source": "dist",
-   423 "autoload": {
-   424 "psr-4": {
-   425 "Monolog\\": "src/Monolog"
-   426 }
-   427 },
-   428 "notification-url": "https://packagist.org/downloads/",
-   429 "license": [
-   430 "MIT"
-   431 ],
-   432 "authors": [
-   433 {
-   434 "name": "Jordi Boggiano",
-   435 "email": "j.boggiano@seld.be",
-   436 "homepage": "http://seld.be"
-   437 }
-   438 ],
-   439 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
-   440 "homepage": "http://github.com/Seldaek/monolog",
-   441 "keywords": [
-   442 "log",
-   443 "logging",
-   444 "psr-3"
-   445 ]
-   446 },
-   447 {
-   448 "name": "alchemy/binary-driver",
-   449 "version": "1.6.0",
-   450 "version_normalized": "1.6.0.0",
-   451 "source": {
-   452 "type": "git",
-   453 "url": "https://github.com/alchemy-fr/BinaryDriver.git",
-   454 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
-   455 },
-   456 "dist": {
-   457 "type": "zip",
-   458 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
-   459 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
-   460 "shasum": ""
-   461 },
-   462 "require": {
-   463 "evenement/evenement": "^2.0|^1.0",
-   464 "monolog/monolog": "^1.3",
-   465 "php": ">=5.5",
-   466 "psr/log": "^1.0",
-   467 "symfony/process": "^2.0|^3.0"
-   468 },
-   469 "require-dev": {
-   470 "phpunit/phpunit": "^4.0|^5.0"
-   471 },
-   472 "time": "2016-03-02T13:49:15+00:00",
-   473 "type": "library",
-   474 "installation-source": "dist",
-   475 "autoload": {
-   476 "psr-0": {
-   477 "Alchemy": "src"
-   478 }
-   479 },
-   480 "notification-url": "https://packagist.org/downloads/",
-   481 "license": [
-   482 "MIT"
-   483 ],
-   484 "authors": [
-   485 {
-   486 "name": "Romain Neutron",
-   487 "email": "imprec@gmail.com",
-   488 "homepage": "http://www.lickmychip.com/"
-   489 },
-   490 {
-   491 "name": "Phraseanet Team",
-   492 "email": "info@alchemy.fr",
-   493 "homepage": "http://www.phraseanet.com/"
-   494 },
-   495 {
-   496 "name": "Nicolas Le Goff",
-   497 "email": "legoff.n@gmail.com"
-   498 }
-   499 ],
-   500 "description": "A set of tools to build binary drivers",
-   501 "keywords": [
-   502 "binary",
-   503 "driver"
-   504 ]
-   505 },
-   506 {
-   507 "name": "php-ffmpeg/php-ffmpeg",
-   508 "version": "0.9.5",
-   509 "version_normalized": "0.9.5.0",
-   510 "source": {
-   511 "type": "git",
-   512 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
-   513 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127"
-   514 },
-   515 "dist": {
-   516 "type": "zip",
-   517 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127",
-   518 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127",
-   519 "shasum": ""
-   520 },
-   521 "require": {
-   522 "alchemy/binary-driver": "^1.5",
-   523 "doctrine/cache": "^1.0",
-   524 "evenement/evenement": "^2.0 || ^1.0",
-   525 "neutron/temporary-filesystem": "^2.1.1",
-   526 "php": "^5.3.9 || ^7.0"
-   527 },
-   528 "require-dev": {
-   529 "phpunit/phpunit": "^4.8",
-   530 "sami/sami": "~1.0",
-   531 "silex/silex": "~1.0"
-   532 },
-   533 "suggest": {
-   534 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
-   535 },
-   536 "time": "2017-06-30T19:27:10+00:00",
-   537 "type": "library",
-   538 "extra": {
-   539 "branch-alias": {
-   540 "dev-master": "0.7-dev"
-   541 }
-   542 },
-   543 "installation-source": "dist",
-   544 "autoload": {
-   545 "psr-0": {
-   546 "FFMpeg": "src"
-   547 }
-   548 },
-   549 "notification-url": "https://packagist.org/downloads/",
-   550 "license": [
-   551 "MIT"
-   552 ],
-   553 "authors": [
-   554 {
-   555 "name": "Romain Neutron",
-   556 "email": "imprec@gmail.com",
-   557 "homepage": "http://www.lickmychip.com/"
-   558 },
-   559 {
-   560 "name": "Phraseanet Team",
-   561 "email": "info@alchemy.fr",
-   562 "homepage": "http://www.phraseanet.com/"
-   563 },
-   564 {
-   565 "name": "Patrik Karisch",
-   566 "email": "patrik@karisch.guru",
-   567 "homepage": "http://www.karisch.guru"
-   568 },
-   569 {
-   570 "name": "Romain Biard",
-   571 "email": "romain.biard@gmail.com",
-   572 "homepage": "https://www.strime.io/"
-   573 }
-   574 ],
-   575 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
-   576 "keywords": [
-   577 "audio",
-   578 "audio processing",
-   579 "avconv",
-   580 "avprobe",
-   581 "ffmpeg",
-   582 "ffprobe",
-   583 "video",
-   584 "video processing"
-   585 ]
53 } 586 }
54 ] 587 ]