mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Update dependencies
This commit is contained in:
@@ -18,14 +18,13 @@
|
||||
"imagine/imagine" : "dev-ColorSpaces@dev",
|
||||
"knplabs/knp-snappy" : "dev-master",
|
||||
"mediavorus/mediavorus" : "~0.3",
|
||||
"media-alchemyst/media-alchemyst" : "~0.2.3",
|
||||
"media-alchemyst/media-alchemyst" : "~0.2, >=0.2.3",
|
||||
"monolog/monolog" : "~1.3.0",
|
||||
"neutron/silex-badfaith-provider" : "dev-master",
|
||||
"neutron/silex-filesystem-provider": "dev-master",
|
||||
"neutron/sphinxsearch-api" : "~2.0.6",
|
||||
"php-xpdf/php-xpdf" : "~0.1.1",
|
||||
"phpexiftool/phpexiftool" : "~0.1.0",
|
||||
"phpexiftool/exiftool" : "dev-master",
|
||||
"phpexiftool/phpexiftool" : "~0.2, >=0.2.2",
|
||||
"silex/silex" : "1.0.x-dev@dev",
|
||||
"silex/web-profiler" : "1.0.x-dev@dev",
|
||||
"swiftmailer/swiftmailer" : "~4.3.0",
|
||||
|
230
composer.lock
generated
230
composer.lock
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"hash": "c2664ef8274fd59a7049e0969e30cd45",
|
||||
"hash": "a06f7bd8882c002bb1bbaa41c7053a11",
|
||||
"packages": [
|
||||
{
|
||||
"name": "BadFaith/BadFaith",
|
||||
@@ -200,6 +200,67 @@
|
||||
],
|
||||
"time": "2013-02-11 11:12:52"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/cache",
|
||||
"version": "v1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/cache.git",
|
||||
"reference": "v1.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/doctrine/cache/archive/v1.0.zip",
|
||||
"reference": "v1.0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Doctrine\\Common\\Cache\\": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jonathan Wage",
|
||||
"email": "jonwage@gmail.com",
|
||||
"homepage": "http://www.jwage.com/"
|
||||
},
|
||||
{
|
||||
"name": "Guilherme Blanco",
|
||||
"email": "guilhermeblanco@gmail.com",
|
||||
"homepage": "http://www.instaclick.com"
|
||||
},
|
||||
{
|
||||
"name": "Roman Borschel",
|
||||
"email": "roman@code-factory.org"
|
||||
},
|
||||
{
|
||||
"name": "Benjamin Eberlei",
|
||||
"email": "kontakt@beberlei.de"
|
||||
},
|
||||
{
|
||||
"name": "Johannes Schmitt",
|
||||
"email": "schmittjoh@gmail.com",
|
||||
"homepage": "http://jmsyst.com",
|
||||
"role": "Developer of wrapped JMSSerializerBundle"
|
||||
}
|
||||
],
|
||||
"description": "Caching library offering an object-oriented API for many cache backends",
|
||||
"homepage": "http://www.doctrine-project.org",
|
||||
"keywords": [
|
||||
"cache",
|
||||
"caching"
|
||||
],
|
||||
"time": "2013-01-10 22:43:46"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/collections",
|
||||
"version": "v1.1",
|
||||
@@ -338,20 +399,20 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "2.3.2",
|
||||
"version": "2.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal",
|
||||
"reference": "2.3.2"
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "2.3.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/doctrine/dbal/archive/2.3.2.zip",
|
||||
"reference": "2.3.2",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2.3.3",
|
||||
"reference": "2.3.3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/common": "2.3.*",
|
||||
"doctrine/common": ">=2.3.0,<2.5-dev",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"type": "library",
|
||||
@@ -397,20 +458,20 @@
|
||||
"persistence",
|
||||
"queryobject"
|
||||
],
|
||||
"time": "2013-01-07 20:03:43"
|
||||
"time": "2013-03-24 19:16:29"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "2.3.2",
|
||||
"version": "2.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/doctrine/doctrine2.git",
|
||||
"reference": "2.3.2"
|
||||
"url": "https://github.com/doctrine/doctrine2.git",
|
||||
"reference": "2.3.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/doctrine/doctrine2/archive/2.3.2.zip",
|
||||
"reference": "2.3.2",
|
||||
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2.3.3",
|
||||
"reference": "2.3.3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -467,7 +528,7 @@
|
||||
"database",
|
||||
"orm"
|
||||
],
|
||||
"time": "2013-01-07 20:05:04"
|
||||
"time": "2013-03-24 20:43:58"
|
||||
},
|
||||
{
|
||||
"name": "gedmo/doctrine-extensions",
|
||||
@@ -600,7 +661,7 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/romainneutron/Imagine.git",
|
||||
"reference": "abc943f06cb0ab862b0d88392a942633126265d7"
|
||||
"reference": "401e5305c8bdec3f9c17545cd0a3d72940b26bfe"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
@@ -637,7 +698,7 @@
|
||||
"image manipulation",
|
||||
"image processing"
|
||||
],
|
||||
"time": "2013-03-21 10:11:30"
|
||||
"time": "2013-04-11 12:19:24"
|
||||
},
|
||||
{
|
||||
"name": "knplabs/knp-snappy",
|
||||
@@ -645,12 +706,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/KnpLabs/snappy.git",
|
||||
"reference": "2e7692ddc2695c96964d908bee40cbfa49a6a74b"
|
||||
"reference": "524bbd3b1883204ea3a7f11f31fc38b81f6426fe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/2e7692ddc2695c96964d908bee40cbfa49a6a74b",
|
||||
"reference": "2e7692ddc2695c96964d908bee40cbfa49a6a74b",
|
||||
"url": "https://api.github.com/repos/KnpLabs/snappy/zipball/524bbd3b1883204ea3a7f11f31fc38b81f6426fe",
|
||||
"reference": "524bbd3b1883204ea3a7f11f31fc38b81f6426fe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -691,20 +752,20 @@
|
||||
"thumbnail",
|
||||
"wkhtmltopdf"
|
||||
],
|
||||
"time": "2013-03-06 19:51:12"
|
||||
"time": "2013-04-10 07:21:56"
|
||||
},
|
||||
{
|
||||
"name": "media-alchemyst/media-alchemyst",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/alchemy-fr/Media-Alchemyst.git",
|
||||
"reference": "0.2.3"
|
||||
"reference": "0.2.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/alchemy-fr/Media-Alchemyst/zipball/0.2.3",
|
||||
"reference": "0.2.3",
|
||||
"url": "https://api.github.com/repos/alchemy-fr/Media-Alchemyst/zipball/0.2.4",
|
||||
"reference": "0.2.4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -716,7 +777,6 @@
|
||||
"php-ffmpeg/php-ffmpeg": ">=0.2,<0.3",
|
||||
"php-mp4box/php-mp4box": ">=0.1,<0.2",
|
||||
"php-unoconv/php-unoconv": ">=0.1,<0.2",
|
||||
"phpexiftool/exiftool": "dev-master@dev",
|
||||
"pimple/pimple": ">=1.0,<2.0",
|
||||
"swftools/swftools": ">=0.1,<0.2",
|
||||
"symfony/console": ">=2.0,<3.0"
|
||||
@@ -758,20 +818,20 @@
|
||||
"video",
|
||||
"video processing"
|
||||
],
|
||||
"time": "2013-03-21 09:59:07"
|
||||
"time": "2013-04-16 17:22:57"
|
||||
},
|
||||
{
|
||||
"name": "mediavorus/mediavorus",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/romainneutron/MediaVorus",
|
||||
"reference": "0.3.1"
|
||||
"url": "https://github.com/romainneutron/MediaVorus.git",
|
||||
"reference": "0.3.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/romainneutron/MediaVorus/zipball/0.3.1",
|
||||
"reference": "0.3.1",
|
||||
"url": "https://api.github.com/repos/romainneutron/MediaVorus/zipball/0.3.2",
|
||||
"reference": "0.3.2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -779,14 +839,12 @@
|
||||
"monolog/monolog": ">=1.0,<2.0",
|
||||
"php": ">=5.3.0",
|
||||
"php-ffmpeg/php-ffmpeg": ">=0.2,<1.0",
|
||||
"phpexiftool/exiftool": "dev-master@dev",
|
||||
"phpexiftool/phpexiftool": ">=0.1,<0.2",
|
||||
"phpexiftool/phpexiftool": ">=0.1,<1.0",
|
||||
"symfony/console": ">=2.0,<3.0",
|
||||
"symfony/http-foundation": ">=2.0,<3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fabpot/php-cs-fixer": "dev-master@dev",
|
||||
"jms/serializer": "1.0.x-dev@dev",
|
||||
"jms/serializer": ">=0.10.0,<1.0",
|
||||
"silex/silex": "1.0.x-dev@dev",
|
||||
"symfony/yaml": ">=2.0,<3.0"
|
||||
},
|
||||
@@ -820,7 +878,7 @@
|
||||
"keywords": [
|
||||
"metadata"
|
||||
],
|
||||
"time": "2013-01-31 10:28:20"
|
||||
"time": "2013-04-16 17:31:58"
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
@@ -1228,10 +1286,10 @@
|
||||
},
|
||||
{
|
||||
"name": "phpexiftool/exiftool",
|
||||
"version": "dev-master",
|
||||
"version": "9.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/alchemy-fr/exiftool.git",
|
||||
"url": "https://github.com/alchemy-fr/exiftool",
|
||||
"reference": "9.15"
|
||||
},
|
||||
"dist": {
|
||||
@@ -1264,33 +1322,39 @@
|
||||
},
|
||||
{
|
||||
"name": "phpexiftool/phpexiftool",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/romainneutron/PHPExiftool",
|
||||
"reference": "0.1.0"
|
||||
"url": "https://github.com/romainneutron/PHPExiftool.git",
|
||||
"reference": "0.2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/romainneutron/PHPExiftool/zipball/0.1.0",
|
||||
"reference": "0.1.0",
|
||||
"url": "https://api.github.com/repos/romainneutron/PHPExiftool/zipball/0.2.2",
|
||||
"reference": "0.2.2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/common": ">=2.2,<=2.3",
|
||||
"monolog/monolog": "1.*",
|
||||
"doctrine/cache": ">=1.0,<2.0",
|
||||
"doctrine/collections": ">=1.0,<2.0",
|
||||
"monolog/monolog": ">=1.3,<2.0",
|
||||
"php": ">=5.3.3",
|
||||
"phpexiftool/exiftool": ">=9.12",
|
||||
"symfony/process": ">=2.0,<=2.2.x-dev"
|
||||
"phpexiftool/exiftool": "9.15",
|
||||
"symfony/process": ">=2.0,<3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fabpot/php-cs-fixer": "*",
|
||||
"sami/sami": "*",
|
||||
"silex/silex": "*",
|
||||
"symfony/console": ">=2.0,<=2.2.x-dev",
|
||||
"symfony/css-selector": ">=2.0,<=2.2.x-dev",
|
||||
"symfony/dom-crawler": ">=2.0,<=2.2.x-dev",
|
||||
"symfony/finder": ">=2.0,<=2.2.x-dev"
|
||||
"jms/serializer": ">=0.10.0,<1.0",
|
||||
"sami/sami": "dev-master@dev",
|
||||
"silex/silex": "1.0.x-dev@dev",
|
||||
"symfony/console": ">=2.0,<3.0",
|
||||
"symfony/css-selector": ">=2.0,<3.0",
|
||||
"symfony/dom-crawler": ">=2.0,<3.0",
|
||||
"symfony/finder": ">=2.0,<3.0",
|
||||
"symfony/yaml": ">=2.0,<3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"jms/serializer": "To serialize tags",
|
||||
"symfony/yaml": "To serialize tags in Yaml format"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -1314,7 +1378,7 @@
|
||||
"exiftool",
|
||||
"metadata"
|
||||
],
|
||||
"time": "2013-01-30 16:44:06"
|
||||
"time": "2013-04-17 15:46:49"
|
||||
},
|
||||
{
|
||||
"name": "pimple/pimple",
|
||||
@@ -1406,12 +1470,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fabpot/Silex.git",
|
||||
"reference": "59e7dbd338b5caba9879ae11524da4a5905f80c1"
|
||||
"reference": "1cd7f3f050b78dae4458d93892355720f56659f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fabpot/Silex/zipball/59e7dbd338b5caba9879ae11524da4a5905f80c1",
|
||||
"reference": "59e7dbd338b5caba9879ae11524da4a5905f80c1",
|
||||
"url": "https://api.github.com/repos/fabpot/Silex/zipball/1cd7f3f050b78dae4458d93892355720f56659f9",
|
||||
"reference": "1cd7f3f050b78dae4458d93892355720f56659f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1424,6 +1488,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/dbal": ">=2.2.0,<2.4.0-dev",
|
||||
"monolog/monolog": ">=1.4,<2.0,>=1.4.1",
|
||||
"swiftmailer/swiftmailer": "4.2.*",
|
||||
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
||||
"symfony/config": ">=2.1,<2.3-dev",
|
||||
@@ -1479,7 +1544,7 @@
|
||||
"keywords": [
|
||||
"microframework"
|
||||
],
|
||||
"time": "2013-03-08 16:56:52"
|
||||
"time": "2013-04-11 12:23:56"
|
||||
},
|
||||
{
|
||||
"name": "silex/web-profiler",
|
||||
@@ -1581,16 +1646,16 @@
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
"version": "v4.3.0",
|
||||
"version": "v4.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/swiftmailer/swiftmailer.git",
|
||||
"reference": "v4.3.0"
|
||||
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||||
"reference": "v4.3.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/swiftmailer/swiftmailer/archive/v4.3.0.zip",
|
||||
"reference": "v4.3.0",
|
||||
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/v4.3.1",
|
||||
"reference": "v4.3.1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1626,20 +1691,20 @@
|
||||
"mail",
|
||||
"mailer"
|
||||
],
|
||||
"time": "2013-01-08 15:50:34"
|
||||
"time": "2013-04-11 10:22:09"
|
||||
},
|
||||
{
|
||||
"name": "symfony/symfony",
|
||||
"version": "v2.2.0",
|
||||
"version": "v2.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/symfony.git",
|
||||
"reference": "v2.2.0"
|
||||
"reference": "v2.2.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/symfony/zipball/v2.2.0",
|
||||
"reference": "v2.2.0",
|
||||
"url": "https://api.github.com/repos/symfony/symfony/zipball/v2.2.1",
|
||||
"reference": "v2.2.1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1725,7 +1790,7 @@
|
||||
"keywords": [
|
||||
"framework"
|
||||
],
|
||||
"time": "2013-03-01 06:52:29"
|
||||
"time": "2013-04-06 10:16:33"
|
||||
},
|
||||
{
|
||||
"name": "tecnick.com/tcpdf",
|
||||
@@ -1733,7 +1798,7 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git://git.code.sf.net/p/tcpdf/code",
|
||||
"reference": "3e1f83ee558fa8f52c75ddbaed634cabdb2edba1"
|
||||
"reference": "01ad4b7ec6974419e5f110e78fe43aaf43601b2d"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
@@ -1783,7 +1848,7 @@
|
||||
"pdf417",
|
||||
"qrcode"
|
||||
],
|
||||
"time": "2013-03-21 17:10:14"
|
||||
"time": "2013-04-03 09:43:30"
|
||||
},
|
||||
{
|
||||
"name": "twig/extensions",
|
||||
@@ -1834,16 +1899,16 @@
|
||||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
"version": "v1.12.2",
|
||||
"version": "v1.12.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/fabpot/Twig.git",
|
||||
"reference": "v1.12.2"
|
||||
"url": "https://github.com/fabpot/Twig.git",
|
||||
"reference": "v1.12.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.2",
|
||||
"reference": "v1.12.2",
|
||||
"url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.3",
|
||||
"reference": "v1.12.3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1879,7 +1944,7 @@
|
||||
"keywords": [
|
||||
"templating"
|
||||
],
|
||||
"time": "2013-02-09 18:21:53"
|
||||
"time": "2013-04-08 12:40:11"
|
||||
},
|
||||
{
|
||||
"name": "zend/gdata",
|
||||
@@ -1930,12 +1995,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/data-fixtures.git",
|
||||
"reference": "eef10f6b92706bdae2841a8fdeb45ad8999b15b3"
|
||||
"reference": "6924952026b77ff492da559b04ad166d25c611cb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/eef10f6b92706bdae2841a8fdeb45ad8999b15b3",
|
||||
"reference": "eef10f6b92706bdae2841a8fdeb45ad8999b15b3",
|
||||
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/6924952026b77ff492da559b04ad166d25c611cb",
|
||||
"reference": "6924952026b77ff492da559b04ad166d25c611cb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1977,7 +2042,7 @@
|
||||
"keywords": [
|
||||
"database"
|
||||
],
|
||||
"time": "2013-03-11 00:25:48"
|
||||
"time": "2013-04-11 23:14:04"
|
||||
}
|
||||
],
|
||||
"aliases": [
|
||||
@@ -1995,7 +2060,6 @@
|
||||
"knplabs/knp-snappy": 20,
|
||||
"neutron/silex-badfaith-provider": 20,
|
||||
"neutron/silex-filesystem-provider": 20,
|
||||
"phpexiftool/exiftool": 20,
|
||||
"silex/silex": 20,
|
||||
"silex/web-profiler": 20,
|
||||
"tecnick.com/tcpdf": 20,
|
||||
|
Reference in New Issue
Block a user