From e2618f71eb9f71e17b9f7eaef66e34727de72cff Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 21 Sep 2012 16:46:13 +0200 Subject: [PATCH] Update dependencies --- composer.json | 1 + composer.lock | 2081 +++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 1946 insertions(+), 136 deletions(-) diff --git a/composer.json b/composer.json index 1ba2399ed2..86527618b4 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "data-uri/data-uri": "dev-master", "doctrine/orm": "2.2.2", "gedmo/doctrine-extensions": "2.2.*", + "grom/silex-service-provider": "dev-master", "mediavorus/mediavorus": "dev-master", "media-alchemyst/media-alchemyst": "dev-master", "monolog/monolog": "1.0.*", diff --git a/composer.lock b/composer.lock index fe3cabac4c..201276905b 100644 --- a/composer.lock +++ b/composer.lock @@ -1,157 +1,1194 @@ { - "hash": "4c018b923b6efe8c938a5d57cf29f1b0", + "hash": "1f39be194aad6ec6eae4bff3e11c3c7b", "packages": [ { - "package": "alchemy/Phlickr", + "name": "alchemy/Phlickr", "version": "dev-master", - "source-reference": "89993abd6a02b42e0b765114c34c26c4056762fa", - "commit-date": "1334339011" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/Phlickr", + "reference": "89993abd6a02b42e0b765114c34c26c4056762fa" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/Phlickr/zipball/89993abd6a02b42e0b765114c34c26c4056762fa", + "reference": "89993abd6a02b42e0b765114c34c26c4056762fa", + "shasum": "" + }, + "time": "1334339011", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Phlickr_": "./" + } + } }, { - "package": "alchemy/oauth2php", + "name": "alchemy/oauth2php", "version": "dev-master", - "source-reference": "5f949209461e8f4c31e8476155188923aafa2ae5", - "commit-date": "1333122427" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/oauth2-php", + "reference": "5f949209461e8f4c31e8476155188923aafa2ae5" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/oauth2-php/zipball/5f949209461e8f4c31e8476155188923aafa2ae5", + "reference": "5f949209461e8f4c31e8476155188923aafa2ae5", + "shasum": "" + }, + "time": "1333122427", + "type": "library", + "installation-source": "source", + "autoload": { + "classmap": [ + "lib/" + ] + } }, { - "package": "alchemy/phpmailer", + "name": "alchemy/phpmailer", "version": "dev-master", - "source-reference": "3bdb8bc7a8f304c27900d7b2ddc00068c86c781f", - "commit-date": "1333125389" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/PHPMailer_v5.1", + "reference": "3bdb8bc7a8f304c27900d7b2ddc00068c86c781f" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/PHPMailer_v5.1/zipball/3bdb8bc7a8f304c27900d7b2ddc00068c86c781f", + "reference": "3bdb8bc7a8f304c27900d7b2ddc00068c86c781f", + "shasum": "" + }, + "time": "1333125389", + "type": "library", + "installation-source": "source", + "autoload": { + "classmap": [ + "./" + ] + } }, { - "package": "dailymotion/sdk", + "name": "dailymotion/sdk", "version": "dev-master", - "source-reference": "50b8c4c05053d6ee7d058168206be38fd605b2b5", - "commit-date": "1347111009" + "source": { + "type": "git", + "url": "https://github.com/dailymotion/dailymotion-sdk-php", + "reference": "50b8c4c05053d6ee7d058168206be38fd605b2b5" + }, + "dist": { + "type": "zip", + "url": "https://github.com/dailymotion/dailymotion-sdk-php/zipball/50b8c4c05053d6ee7d058168206be38fd605b2b5", + "reference": "50b8c4c05053d6ee7d058168206be38fd605b2b5", + "shasum": "" + }, + "time": "1347111009", + "type": "library", + "installation-source": "source", + "autoload": { + "classmap": [ + "Dailymotion.php" + ] + }, + "description": "Dailymotion PHP SDK", + "homepage": "http://dailymotion.com", + "keywords": [ + "api", + "sdk", + "dailymotion" + ] }, { - "package": "data-uri/data-uri", + "name": "data-uri/data-uri", "version": "dev-master", - "source-reference": "c29d1cca49d6ba38d532025db5bf0cd06031da06", - "commit-date": "1338509340" + "source": { + "type": "git", + "url": "git://github.com/alchemy-fr/PHP-dataURI.git", + "reference": "c29d1cca49d6ba38d532025db5bf0cd06031da06" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/PHP-dataURI/zipball/c29d1cca49d6ba38d532025db5bf0cd06031da06", + "reference": "c29d1cca49d6ba38d532025db5bf0cd06031da06", + "shasum": "" + }, + "require": { + "symfony/http-foundation": "2.1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "fabpot/php-cs-fixer": "dev-master", + "sami/sami": "dev-master" + }, + "time": "1338509340", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "DataURI": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "nlegoff", + "email": "legoff.n@gmail.com" + } + ], + "description": "PHP DataURI component" }, { - "package": "doctrine/common", - "version": "2.2.3" + "name": "doctrine/common", + "version": "2.2.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common", + "reference": "2.2.3" + }, + "dist": { + "type": "zip", + "url": "https://github.com/doctrine/common/zipball/2.2.3", + "reference": "2.2.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "2012-08-29 04:04:14", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Doctrine\\Common": "lib/" + } + }, + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.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": "Common Library for Doctrine projects", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "collections", + "spl", + "eventmanager", + "annotations", + "persistence" + ] }, { - "package": "doctrine/dbal", - "version": "2.2.2" + "name": "doctrine/dbal", + "version": "2.2.2", + "source": { + "type": "git", + "url": "https://github.com/doctrine/dbal", + "reference": "2.2.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/doctrine/dbal/zipball/2.2.2", + "reference": "2.2.2", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "doctrine/common": ">=2.2.0,<=2.2.99" + }, + "time": "2012-04-13 05:56:12", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Doctrine\\DBAL": "lib/" + } + }, + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + } + ], + "description": "Database Abstraction Layer", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "database", + "persistence", + "dbal", + "queryobject" + ] }, { - "package": "doctrine/orm", - "version": "2.2.2" + "name": "doctrine/orm", + "version": "2.2.2", + "source": { + "type": "git", + "url": "git://github.com/doctrine/doctrine2.git", + "reference": "2.2.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/doctrine/doctrine2/zipball/2.2.2", + "reference": "2.2.2", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "ext-pdo": "*", + "doctrine/common": ">=2.2.0,<2.2.99", + "doctrine/dbal": ">=2.2.1,<2.2.99" + }, + "time": "2012-04-13 06:02:34", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Doctrine\\ORM": "lib/" + } + }, + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + } + ], + "description": "Object-Relational-Mapper for PHP", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "database", + "orm" + ] }, { - "package": "gedmo/doctrine-extensions", + "name": "gedmo/doctrine-extensions", "version": "2.2.x-dev", - "source-reference": "v2.2.3", - "commit-date": "1339767845" + "source": { + "type": "git", + "url": "git://github.com/l3pp4rd/DoctrineExtensions.git", + "reference": "v2.2.3" + }, + "dist": { + "type": "zip", + "url": "https://github.com/l3pp4rd/DoctrineExtensions/zipball/v2.2.3", + "reference": "v2.2.3", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "doctrine/common": ">=2.1" + }, + "suggest": { + "doctrine/orm": ">=2.1", + "doctrine/mongodb-odm": "*" + }, + "time": "1339767845", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Gedmo": "lib/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gediminas Morkevicius", + "email": "gediminas.morkevicius@gmail" + } + ], + "description": "Doctrine2 behavioral extensions", + "homepage": "http://gediminasm.org/", + "keywords": [ + "tree", + "behaviors", + "doctrine2", + "extensions", + "gedmo", + "sluggable", + "loggable", + "translatable", + "nestedset", + "sortable", + "timestampable" + ] }, { - "package": "imagine/Imagine", + "name": "grom/silex-service-provider", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/GromNaN/SilexServiceProvider.git", + "reference": "1d37fa54aaecfacb68fde4c60392da0c1ca6300d" + }, + "dist": { + "type": "zip", + "url": "https://github.com/GromNaN/SilexServiceProvider/zipball/1d37fa54aaecfacb68fde4c60392da0c1ca6300d", + "reference": "1d37fa54aaecfacb68fde4c60392da0c1ca6300d", + "shasum": "" + }, + "require": { + "silex/silex": ">=1.0.0-dev", + "knplabs/knp-snappy": "dev-master", + "imagine/imagine": "*" + }, + "time": "1338686843", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Grom\\Silex": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jérôme Tamarelle", + "email": "jerome@tamarelle.net" + } + ], + "description": "Imagine & KnpSnappy integration for Silex.", + "homepage": "http://github.com/GromNaN/SilexServiceProvider", + "keywords": [ + "silex", + "image", + "snappy", + "pdf", + "imagine" + ] + }, + { + "name": "imagine/Imagine", "version": "dev-develop", - "source-reference": "9ce870e774361115c240e8e025e4617a3ac31d54", - "commit-date": "1344878988" + "source": { + "type": "git", + "url": "https://github.com/avalanche123/Imagine", + "reference": "9ce870e774361115c240e8e025e4617a3ac31d54" + }, + "dist": { + "type": "zip", + "url": "https://github.com/avalanche123/Imagine/zipball/9ce870e774361115c240e8e025e4617a3ac31d54", + "reference": "9ce870e774361115c240e8e025e4617a3ac31d54", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "sami/sami": "dev-master" + }, + "time": "1344878988", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Imagine": "lib/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bulat Shakirzyanov", + "email": "mallluhuct@gmail.com", + "homepage": "http://avalanche123.com" + } + ], + "description": "Image processing for PHP 5.3", + "homepage": "http://imagine.readthedocs.org/", + "keywords": [ + "image manipulation", + "image processing", + "drawing", + "graphics" + ] }, { - "package": "media-alchemyst/media-alchemyst", + "name": "knplabs/knp-snappy", "version": "dev-master", - "source-reference": "9181cc3da00f28f0d07d067eeaa952ab24f81eb9", - "commit-date": "1342615297" + "source": { + "type": "git", + "url": "git://github.com/KnpLabs/snappy.git", + "reference": "60942da93ad3c42c827bb749d3726c2050398cb6" + }, + "dist": { + "type": "zip", + "url": "https://github.com/KnpLabs/snappy/zipball/60942da93ad3c42c827bb749d3726c2050398cb6", + "reference": "60942da93ad3c42c827bb749d3726c2050398cb6", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "suggest": { + "symfony/process": "Process Component of Symfony2." + }, + "time": "1347526653", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Knp\\Snappy": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "KnpLabs Team", + "homepage": "http://knplabs.com" + }, + { + "name": "Symfony Community", + "homepage": "http://github.com/KnpLabs/snappy/contributors" + } + ], + "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.", + "homepage": "http://github.com/KnpLabs/snappy", + "keywords": [ + "knp", + "knplabs", + "pdf", + "thumbnail", + "snapshot" + ] }, { - "package": "mediavorus/mediavorus", + "name": "media-alchemyst/media-alchemyst", "version": "dev-master", - "source-reference": "2e194cc17b78bf1fd98f0ffa2afb29188e567211", - "commit-date": "1342615206" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/Media-Alchemyst", + "reference": "35a8090f2a646ff3917d087d8f67090262118610" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/Media-Alchemyst/zipball/35a8090f2a646ff3917d087d8f67090262118610", + "reference": "35a8090f2a646ff3917d087d8f67090262118610", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "mediavorus/mediavorus": "dev-master", + "swftools/swftools": "dev-master", + "php-ffmpeg/php-ffmpeg": "dev-master", + "php-unoconv/php-unoconv": "dev-master", + "imagine/imagine": "dev-develop", + "symfony/dependency-injection": ">2.0", + "php-mp4box/php-mp4box": "dev-master", + "symfony/console": ">2.0", + "pimple/pimple": "1.*", + "monolog/monolog": "1.*" + }, + "require-dev": { + "fabpot/php-cs-fixer": "dev-master", + "grom/silex-service-provider": "dev-master", + "silex/silex": "dev-master" + }, + "time": "1346933661", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "MediaAlchemyst": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + }, + { + "name": "Phraseanet Team", + "email": "info@alchemy.fr", + "homepage": "http://www.phraseanet.com/" + } + ], + "description": "An Object Oriented wrapper for easy multimedia conversion, based on Imagine, FFMpeg, SwfTools, Unoconv and other libs", + "keywords": [ + "image processing", + "image", + "audio", + "video processing", + "video", + "audio processing" + ] }, { - "package": "monolog/monolog", - "version": "1.0.2" - }, - { - "package": "neutron/silex-filesystem-provider", + "name": "mediavorus/mediavorus", "version": "dev-master", - "source-reference": "aa08f3f79c6494c21cbb3293538021a1a02303ac", - "commit-date": "1346932827" + "source": { + "type": "git", + "url": "https://github.com/romainneutron/MediaVorus", + "reference": "6741811aa4cb88c62f5300f3264c06c02bd5d0c9" + }, + "dist": { + "type": "zip", + "url": "https://github.com/romainneutron/MediaVorus/zipball/6741811aa4cb88c62f5300f3264c06c02bd5d0c9", + "reference": "6741811aa4cb88c62f5300f3264c06c02bd5d0c9", + "shasum": "" + }, + "require": { + "phpexiftool/phpexiftool": "dev-master", + "symfony/http-foundation": ">2.0", + "php-ffmpeg/php-ffmpeg": "dev-master", + "php": ">=5.3.0", + "monolog/monolog": "1.0.*", + "symfony/console": ">2.0" + }, + "require-dev": { + "fabpot/php-cs-fixer": "*", + "silex/silex": "dev-master" + }, + "time": "1347368981", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "MediaVorus": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + } + ], + "description": "MediaVorus", + "keywords": [ + "metadata" + ] }, { - "package": "php-ffmpeg/php-ffmpeg", + "name": "monolog/monolog", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog", + "reference": "1.0.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Seldaek/monolog/zipball/1.0.2", + "reference": "1.0.2", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2011-10-24 07:39:02", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Monolog": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be", + "role": "Developer" + } + ], + "description": "Logging for PHP 5.3", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging" + ] + }, + { + "name": "neutron/silex-filesystem-provider", "version": "dev-master", - "source-reference": "b6b8bd502131e0dd82f53517ccc84d3de2c09424", - "commit-date": "1340268165" + "source": { + "type": "git", + "url": "https://github.com/romainneutron/Silex-Filesystem-Service-Provider", + "reference": "aa08f3f79c6494c21cbb3293538021a1a02303ac" + }, + "dist": { + "type": "zip", + "url": "https://github.com/romainneutron/Silex-Filesystem-Service-Provider/zipball/aa08f3f79c6494c21cbb3293538021a1a02303ac", + "reference": "aa08f3f79c6494c21cbb3293538021a1a02303ac", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "silex/silex": ">=1.0", + "symfony/filesystem": ">=2.0" + }, + "require-dev": { + "fabpot/php-cs-fixer": "master" + }, + "time": "1346932827", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Neutron": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + } + ] }, { - "package": "php-mp4box/php-mp4box", + "name": "php-ffmpeg/php-ffmpeg", "version": "dev-master", - "source-reference": "ed3ae359984793a699c540871acc1d68ca6589fe", - "commit-date": "1335481578" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/PHP-FFmpeg", + "reference": "4a1c7857cfd2906f57b1ef9081011cd94af978fc" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/PHP-FFmpeg/zipball/4a1c7857cfd2906f57b1ef9081011cd94af978fc", + "reference": "4a1c7857cfd2906f57b1ef9081011cd94af978fc", + "shasum": "" + }, + "require": { + "symfony/process": ">2.0", + "monolog/monolog": "1.0.*", + "php": ">=5.3.2" + }, + "require-dev": { + "fabpot/php-cs-fixer": "master", + "sami/sami": "dev-master", + "silex/silex": "dev-master" + }, + "time": "1346770898", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "FFMpeg": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + }, + { + "name": "Phraseanet Team", + "email": "info@alchemy.fr", + "homepage": "http://www.phraseanet.com/" + } + ], + "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", + "keywords": [ + "audio", + "video processing", + "video", + "audio processing", + "avconv", + "ffmpeg", + "avprobe", + "ffprobe" + ] }, { - "package": "php-unoconv/php-unoconv", + "name": "php-mp4box/php-mp4box", "version": "dev-master", - "source-reference": "27f257203be01e3343128b902a06fb82363876b8", - "commit-date": "1335481542" + "source": { + "type": "git", + "url": "git://github.com/alchemy-fr/PHP-MP4Box.git", + "reference": "6d7c00c133dc7682c117fdeeecdb097e926ab3ff" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/PHP-MP4Box/zipball/6d7c00c133dc7682c117fdeeecdb097e926ab3ff", + "reference": "6d7c00c133dc7682c117fdeeecdb097e926ab3ff", + "shasum": "" + }, + "require": { + "symfony/process": ">2.0", + "monolog/monolog": "1.0.*", + "php": ">=5.3.2" + }, + "require-dev": { + "fabpot/php-cs-fixer": "dev-master", + "silex/silex": "dev-master" + }, + "time": "1346704677", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "MP4Box": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + }, + { + "name": "Phraseanet Team", + "email": "info@alchemy.fr", + "homepage": "http://www.phraseanet.com/" + } + ], + "description": "PHP MP4Box, an Object Oriented library for easy file conversion with MP4 Box" }, { - "package": "php-xpdf/php-xpdf", + "name": "php-unoconv/php-unoconv", "version": "dev-master", - "source-reference": "36e8feb0d7a59aab6b66c549ca25fe6bb4147c5f", - "commit-date": "1340123615" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/PHP-Unoconv", + "reference": "c78fbbd7ce0dfb2663f0f0e3e9c1f9276ab198b8" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/PHP-Unoconv/zipball/c78fbbd7ce0dfb2663f0f0e3e9c1f9276ab198b8", + "reference": "c78fbbd7ce0dfb2663f0f0e3e9c1f9276ab198b8", + "shasum": "" + }, + "require": { + "symfony/process": ">2.0", + "monolog/monolog": "1.0.*", + "php": ">=5.3.2" + }, + "require-dev": { + "silex/silex": "dev-master", + "fabpot/php-cs-fixer": "dev-master" + }, + "time": "1346840978", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Unoconv": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + }, + { + "name": "Phraseanet Team", + "email": "info@alchemy.fr", + "homepage": "http://www.phraseanet.com/" + } + ], + "description": "Unoconv PHP, an Object Oriented library for easy file conversion with LibreOffice's unoconv" }, { - "package": "phpexiftool/exiftool", + "name": "php-xpdf/php-xpdf", "version": "dev-master", - "source-reference": "999e660215b25a12fd3409df9a31883b6c617570", - "commit-date": "1339513761" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/PHP-XPDF", + "reference": "ef1a1e0c34ac2548b5c323bccabc34386eabc8d0" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/PHP-XPDF/zipball/ef1a1e0c34ac2548b5c323bccabc34386eabc8d0", + "reference": "ef1a1e0c34ac2548b5c323bccabc34386eabc8d0", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "symfony/process": ">2.0", + "monolog/monolog": "1.0.*" + }, + "require-dev": { + "fabpot/php-cs-fixer": "dev-master", + "sami/sami": "dev-master", + "silex/silex": "dev-master" + }, + "time": "1346744248", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "XPDF": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + }, + { + "name": "Phraseanet Team", + "email": "info@alchemy.fr", + "homepage": "http://www.phraseanet.com/" + } + ], + "description": "XPDF PHP, an Object Oriented library to manipulate XPDF", + "keywords": [ + "pdf", + "xpdf" + ] }, { - "package": "phpexiftool/phpexiftool", + "name": "phpexiftool/exiftool", "version": "dev-master", - "source-reference": "3e63a2713cfb15efdc7aa6b49e61080c31b5310d", - "commit-date": "1343328301" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/exiftool", + "reference": "c68d98b5a00aaf7ae0db7eebddfcde27d948e537" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/exiftool/zipball/c68d98b5a00aaf7ae0db7eebddfcde27d948e537", + "reference": "c68d98b5a00aaf7ae0db7eebddfcde27d948e537", + "shasum": "" + }, + "require": { + "phpexiftool/phpexiftool": "*" + }, + "time": "1346256086", + "type": "library", + "installation-source": "source", + "license": [ + "Perl Licensing" + ], + "authors": [ + { + "name": "Phil Harvey", + "email": "phil@owl.phy.queensu.ca", + "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/" + } + ], + "description": "Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool", + "keywords": [ + "exiftool", + "metadatas" + ] }, { - "package": "pimple/pimple", + "name": "phpexiftool/phpexiftool", "version": "dev-master", - "alias-pretty-version": "1.0.x-dev", - "alias-version": "1.0.9999999.9999999-dev" + "source": { + "type": "git", + "url": "https://github.com/romainneutron/PHPExiftool", + "reference": "c72f9a88a74c1967fb14de62f342048c8311cb9b" + }, + "dist": { + "type": "zip", + "url": "https://github.com/romainneutron/PHPExiftool/zipball/c72f9a88a74c1967fb14de62f342048c8311cb9b", + "reference": "c72f9a88a74c1967fb14de62f342048c8311cb9b", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "doctrine/common": ">=2.2", + "phpexiftool/exiftool": "dev-master", + "symfony/process": "2.1.*" + }, + "require-dev": { + "symfony/css-selector": "2.1.*", + "symfony/finder": "2.1.*", + "symfony/console": "2.1.*", + "symfony/dom-crawler": "2.1.*", + "fabpot/php-cs-fixer": "dev-master", + "sami/sami": "dev-master", + "silex/silex": "dev-master" + }, + "time": "1346681208", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "PHPExiftool": "lib" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + } + ], + "description": "Exiftool driver for PHP", + "keywords": [ + "metadata", + "exiftool" + ] }, { - "package": "pimple/pimple", + "name": "pimple/pimple", "version": "dev-master", - "source-reference": "db836b8cfadc0f39dacafa2bf311a1ab603600bb", - "commit-date": "1343051648" + "source": { + "type": "git", + "url": "git://github.com/fabpot/Pimple.git", + "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Pimple/zipball/b9f27b8dc18c08f00627dec02359b46a24791dc3", + "reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "1347278988", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Pimple": "lib/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", + "homepage": "http://pimple.sensiolabs.org", + "keywords": [ + "dependency injection", + "container" + ] }, { - "package": "silex/silex", + "name": "silex/silex", "version": "dev-master", - "alias-pretty-version": "1.0.x-dev", - "alias-version": "1.0.9999999.9999999-dev" + "source": { + "type": "git", + "url": "git://github.com/fabpot/Silex.git", + "reference": "97e418fcb0df2dd570732b208ce03e40e3dd2e0b" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Silex/zipball/97e418fcb0df2dd570732b208ce03e40e3dd2e0b", + "reference": "97e418fcb0df2dd570732b208ce03e40e3dd2e0b", + "shasum": "" + }, + "require": { + "symfony/event-dispatcher": "2.1.*", + "symfony/http-foundation": "2.1.*", + "symfony/http-kernel": "2.1.*", + "symfony/routing": "2.1.*", + "php": ">=5.3.3", + "pimple/pimple": "1.*" + }, + "require-dev": { + "symfony/form": "2.1.*", + "symfony/translation": "2.1.*", + "symfony/twig-bridge": "2.1.*", + "symfony/validator": "2.1.*", + "symfony/monolog-bridge": "2.1.*", + "symfony/browser-kit": "2.1.*", + "symfony/css-selector": "2.1.*", + "symfony/finder": "2.1.*", + "symfony/process": "2.1.*", + "symfony/security": "2.1.*", + "monolog/monolog": ">=1.0.0,<1.2-dev", + "symfony/config": "2.1.*", + "symfony/locale": "2.1.*", + "twig/twig": ">=1.8.0,<2.0-dev", + "swiftmailer/swiftmailer": "4.2.*", + "doctrine/dbal": "2.2.*" + }, + "suggest": { + "symfony/browser-kit": "2.1.*", + "symfony/css-selector": "2.1.*", + "symfony/dom-crawler": "2.1.*" + }, + "time": "1347738639", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Silex": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch", + "homepage": "http://wiedler.ch/igor/" + } + ], + "description": "The PHP micro-framework based on the Symfony2 Components", + "homepage": "http://silex.sensiolabs.org", + "keywords": [ + "microframework" + ] }, { - "package": "silex/silex", + "name": "swftools/swftools", "version": "dev-master", - "source-reference": "73b18ef69f74d878465dba0836ad96affc6c820c", - "commit-date": "1346766167" - }, - { - "package": "swftools/swftools", - "version": "dev-master", - "source-reference": "72f339293ca74606814f41fd95f8c552257d8c3b", - "commit-date": "1339439296" - }, - { - "package": "swiftmailer/swiftmailer", - "version": "v4.1.8" - }, - { - "package": "symfony/symfony", - "version": "dev-master", - "alias-pretty-version": "2.1.x-dev", - "alias-version": "2.1.9999999.9999999-dev" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/PHPSwftools", + "reference": "d4b4645ab7717b740d18ba1cfc94a1f0a5508097" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/PHPSwftools/zipball/d4b4645ab7717b740d18ba1cfc94a1f0a5508097", + "reference": "d4b4645ab7717b740d18ba1cfc94a1f0a5508097", + "shasum": "" + }, + "require": { + "symfony/process": ">2.0", + "php": ">=5.3.2", + "monolog/monolog": "1.0.*" + }, + "require-dev": { + "fabpot/php-cs-fixer": "dev-master", + "sami/sami": "dev-master", + "silex/silex": "dev-master" + }, + "time": "1346702258", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "SwfTools": "src" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + }, + { + "name": "Phraseanet Team", + "email": "support@alchemy.fr", + "homepage": "http://www.phraseanet.com/" + } + ], + "description": "PHP SwfTools", + "keywords": [ + "flash", + "swf", + "adobe flash" + ] }, { "package": "tecnick.com/tcpdf", @@ -159,102 +1196,873 @@ "source-reference": "01dc4da8b311bf81180dced43d0e8c55a9bee932" }, { - "package": "twig/extensions", + "name": "tcpdf/tcpdf", "version": "dev-master", - "source-reference": "f904575642b1213db69b4a98f08397e722ba1cae", - "commit-date": "1346770278" + "source": { + "type": "git", + "url": "https://github.com/tcpdf/tcpdf", + "reference": "5.9.176" + }, + "dist": { + "type": "zip", + "url": "https://github.com/tcpdf/tcpdf/zipball/5.9.176", + "reference": "5.9.176", + "shasum": "" + }, + "require": { + "php": ">5.2" + }, + "time": "1343831860", + "type": "library", + "installation-source": "source", + "autoload": { + "classmap": [ + "fonts", + "config/lang", + "config", + "2dbarcodes.php", + "barcodes.php", + "datamatrix.php", + "encodings_maps.php", + "htmlcolors.php", + "pdf417.php", + "qrcode.php", + "spotcolors.php", + "tcpdf.php", + "tcpdf_filters.php", + "tcpdf_parser.php", + "unicode_data.php" + ] + }, + "license": [ + "GPLv3" + ], + "authors": [ + { + "name": "Nicola Asuni", + "email": "nicola.asuni@tecnick.com", + "homepage": "http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=cv_nicola_asuni_contacts" + } + ], + "description": "TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.", + "homepage": "http://www.tcpdf.org/", + "keywords": [ + "pdf" + ] }, { - "package": "twig/twig", + "name": "twig/extensions", "version": "dev-master", - "alias-pretty-version": "1.9.x-dev", - "alias-version": "1.9.9999999.9999999-dev" + "source": { + "type": "git", + "url": "https://github.com/fabpot/Twig-extensions", + "reference": "f904575642b1213db69b4a98f08397e722ba1cae" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Twig-extensions/zipball/f904575642b1213db69b4a98f08397e722ba1cae", + "reference": "f904575642b1213db69b4a98f08397e722ba1cae", + "shasum": "" + }, + "require": { + "twig/twig": "1.*" + }, + "time": "1346770278", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Twig_Extensions_": "lib/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Common additional features for Twig that do not directly belong in core", + "homepage": "https://github.com/fabpot/Twig-extensions", + "keywords": [ + "debug", + "i18n", + "text" + ] }, { - "package": "twig/twig", - "version": "dev-master", - "source-reference": "68b8c4619c5bbe82bd345fe56070dec8c356610a", - "commit-date": "1347025342" + "name": "twig/twig", + "version": "v1.9.2", + "source": { + "type": "git", + "url": "git://github.com/fabpot/Twig.git", + "reference": "v1.9.2" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Twig/zipball/v1.9.2", + "reference": "v1.9.2", + "shasum": "" + }, + "require": { + "php": ">=5.2.4" + }, + "time": "2012-08-25 13:32:57", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-0": { + "Twig_": "lib/" + } + }, + "license": [ + "BSD-3" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", + "keywords": [ + "templating" + ] }, { - "package": "zend/gdata", + "name": "zend/gdata", "version": "dev-master", - "source-reference": "827dc8696f1e5b70a4c507355877cdbab60fb3fa", - "commit-date": "1336132669" + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/gdata", + "reference": "827dc8696f1e5b70a4c507355877cdbab60fb3fa" + }, + "dist": { + "type": "zip", + "url": "https://github.com/alchemy-fr/gdata/zipball/827dc8696f1e5b70a4c507355877cdbab60fb3fa", + "reference": "827dc8696f1e5b70a4c507355877cdbab60fb3fa", + "shasum": "" + }, + "require": { + "php": ">5.2.4" + }, + "time": "1336132669", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Zend_": "library" + } + }, + "license": [ + "New BSD" + ], + "authors": [ + { + "name": "Zend Contributors", + "homepage": "http://framework.zend.com/community/contributors" + } + ], + "description": "The Google Data APIs are a set of web services for read/write access to applications hosted by Google", + "homepage": "http://framework.zend.com/download/webservices", + "keywords": [ + "zend", + "gdata" + ] } ], "packages-dev": [ { - "package": "behat/behat", - "version": "v2.4.4" + "name": "behat/behat", + "version": "v2.4.4", + "source": { + "type": "git", + "url": "git://github.com/Behat/Behat.git", + "reference": "v2.4.4" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Behat/Behat/zipball/v2.4.4", + "reference": "v2.4.4", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "behat/gherkin": ">=2.2.4,<2.3.0-dev", + "symfony/console": ">=2.0.0,<2.2.0-dev", + "symfony/config": ">=2.0.0,<2.2.0-dev", + "symfony/dependency-injection": ">=2.0.0,<2.2.0-dev", + "symfony/event-dispatcher": ">=2.0.0,<2.2.0-dev", + "symfony/translation": ">=2.0.0,<2.2.0-dev", + "symfony/yaml": ">=2.0.0,<2.2.0-dev", + "symfony/finder": ">=2.0.0,<2.2.0-dev" + }, + "suggest": { + "behat/symfony2-extension": "for integration with Symfony2 web framework", + "behat/yii-extension": "for integration with Yii web framework", + "behat/mink-extension": "for integration with Mink testing framework" + }, + "time": "2012-09-04 12:59:18", + "bin": [ + "bin/behat" + ], + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Behat\\Behat": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Scenario-oriented BDD framework for PHP 5.3", + "homepage": "http://behat.org/", + "keywords": [ + "Symfony2", + "BDD", + "Behat" + ] }, { - "package": "behat/gherkin", - "version": "v2.2.4" + "name": "behat/gherkin", + "version": "v2.2.4", + "source": { + "type": "git", + "url": "git://github.com/Behat/Gherkin.git", + "reference": "v2.2.4" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Behat/Gherkin/zipball/v2.2.4", + "reference": "v2.2.4", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "symfony/finder": ">=2.0,<2.2-dev" + }, + "require-dev": { + "symfony/yaml": ">=2.0,<2.2-dev", + "symfony/translation": ">=2.0,<2.2-dev", + "symfony/config": ">=2.0,<2.2-dev" + }, + "suggest": { + "symfony/yaml": "If you want to parse features, represented in YAML files", + "symfony/translation": "If you want to use Symfony2 translations adapter", + "symfony/config": "If you want to use Config component to manage resources" + }, + "time": "2012-08-03 11:25:15", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Behat\\Gherkin": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Gherkin DSL parser for PHP 5.3", + "homepage": "http://behat.org/", + "keywords": [ + "Symfony2", + "BDD", + "parser", + "DSL", + "Behat" + ] }, { - "package": "behat/mink", - "version": "v1.4.0" + "name": "behat/mink", + "version": "v1.4.0", + "source": { + "type": "git", + "url": "git://github.com/Behat/Mink.git", + "reference": "v1.4.0" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Behat/Mink/zipball/v1.4.0", + "reference": "v1.4.0", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "symfony/css-selector": ">=2.0.0,<2.2.0-dev" + }, + "require-dev": { + "behat/mink-goutte-driver": "*", + "behat/mink-sahi-driver": "*", + "behat/mink-selenium-driver": "*", + "behat/mink-selenium2-driver": "*", + "behat/mink-zombie-driver": "*", + "symfony/finder": ">=2.0.0,<2.2.0-dev" + }, + "suggest": { + "behat/mink-goutte-driver": "to enable Goutte support", + "behat/mink-sahi-driver": "to enable Sahi.JS support", + "behat/mink-selenium-driver": "to enable Selenium1 support", + "behat/mink-selenium2-driver": "to enable Selenium2 (webdriver support)", + "behat/mink-zombie-driver": "to enable Zombie.js support" + }, + "time": "2012-05-29 20:50:10", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Behat\\Mink": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Web acceptance testing framework for PHP 5.3", + "homepage": "http://mink.behat.org/", + "keywords": [ + "testing", + "browser", + "web" + ] }, { - "package": "behat/mink-browserkit-driver", + "name": "behat/mink-browserkit-driver", "version": "dev-master", - "source-reference": "97fa7d67ab5afb13d74515c15ef5c0cab12c0bc0", - "commit-date": "1341477260" + "source": { + "type": "git", + "url": "git://github.com/Behat/MinkBrowserKitDriver.git", + "reference": "97fa7d67ab5afb13d74515c15ef5c0cab12c0bc0" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Behat/MinkBrowserKitDriver/zipball/97fa7d67ab5afb13d74515c15ef5c0cab12c0bc0", + "reference": "97fa7d67ab5afb13d74515c15ef5c0cab12c0bc0", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "symfony/browser-kit": ">=2.0.0,<2.2.0", + "symfony/dom-crawler": ">=2.0.0,<2.2.0" + }, + "time": "1341477260", + "type": "mink-driver", + "installation-source": "source", + "autoload": { + "psr-0": { + "Behat\\Mink\\Driver": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Symfony2 BrowserKit driver for Mink framework", + "homepage": "http://mink.behat.org/", + "keywords": [ + "Symfony2", + "testing", + "browser" + ] }, { - "package": "behat/mink-extension", + "name": "behat/mink-extension", "version": "dev-master", - "source-reference": "2a0913a19c145d7e0cb0aba592635dfceb8808a1", - "commit-date": "1347305071" + "source": { + "type": "git", + "url": "git://github.com/Behat/MinkExtension.git", + "reference": "bea43d65d6f4458a89d360feda556a823e3d567a" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Behat/MinkExtension/zipball/bea43d65d6f4458a89d360feda556a823e3d567a", + "reference": "bea43d65d6f4458a89d360feda556a823e3d567a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "behat/behat": ">=2.4.0,<2.5.0", + "behat/mink": ">=1.4.0,<1.5.0" + }, + "require-dev": { + "behat/mink-goutte-driver": "*" + }, + "time": "1347799082", + "type": "behat-extension", + "installation-source": "source", + "autoload": { + "psr-0": { + "Behat\\MinkExtension": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Mink extension for Behat", + "homepage": "http://mink.behat.org", + "keywords": [ + "test", + "browser", + "web", + "gui" + ] }, { - "package": "behat/mink-goutte-driver", + "name": "behat/mink-goutte-driver", "version": "dev-master", - "source-reference": "703a365a0f6c15f91f35c1cc30531b9de7f23a6d", - "commit-date": "1345633817" + "source": { + "type": "git", + "url": "git://github.com/Behat/MinkGoutteDriver.git", + "reference": "703a365a0f6c15f91f35c1cc30531b9de7f23a6d" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Behat/MinkGoutteDriver/zipball/703a365a0f6c15f91f35c1cc30531b9de7f23a6d", + "reference": "703a365a0f6c15f91f35c1cc30531b9de7f23a6d", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "behat/mink-browserkit-driver": "*", + "behat/mink": ">=1.4.0,<1.5.0-dev", + "symfony/browser-kit": "2.1.*@dev", + "symfony/css-selector": "2.1.*@dev", + "symfony/dom-crawler": "2.1.*@dev", + "symfony/finder": "2.1.*@dev", + "symfony/process": "2.1.*@dev", + "fabpot/goutte": "@dev" + }, + "time": "1345633817", + "type": "mink-driver", + "installation-source": "source", + "autoload": { + "psr-0": { + "Behat\\Mink\\Driver": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Goutte driver for Mink framework", + "homepage": "http://mink.behat.org/", + "keywords": [ + "testing", + "browser", + "goutte", + "headless" + ] }, { - "package": "behat/mink-selenium2-driver", + "name": "behat/mink-selenium2-driver", "version": "dev-master", - "source-reference": "11fd094d7b5809b265cd336316d7e4ce7e4f5fe6", - "commit-date": "1347022643" + "source": { + "type": "git", + "url": "git://github.com/Behat/MinkSelenium2Driver.git", + "reference": "baaf9c08bfa4c88b7179b3856197258a63e1b17e" + }, + "dist": { + "type": "zip", + "url": "https://github.com/Behat/MinkSelenium2Driver/zipball/baaf9c08bfa4c88b7179b3856197258a63e1b17e", + "reference": "baaf9c08bfa4c88b7179b3856197258a63e1b17e", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "instaclick/php-webdriver": "@dev", + "behat/mink": "1.4.*" + }, + "time": "1347895517", + "type": "mink-driver", + "installation-source": "source", + "autoload": { + "psr-0": { + "Behat\\Mink\\Driver": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Selenium2 (WebDriver) driver for Mink framework", + "homepage": "http://mink.behat.org/", + "keywords": [ + "javascript", + "testing", + "browser", + "ajax", + "selenium", + "webdriver" + ] }, { - "package": "doctrine/data-fixtures", + "name": "doctrine/data-fixtures", "version": "dev-master", - "source-reference": "779c3dfe446b6da893be87b908d6be28345d1e01", - "commit-date": "1341780535" + "source": { + "type": "git", + "url": "https://github.com/doctrine/data-fixtures.git", + "reference": "379a5f19e23849cf082613e2e91ed02bd2ee4fb1" + }, + "dist": { + "type": "zip", + "url": "https://github.com/doctrine/data-fixtures/zipball/379a5f19e23849cf082613e2e91ed02bd2ee4fb1", + "reference": "379a5f19e23849cf082613e2e91ed02bd2ee4fb1", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "1347551292", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "Doctrine\\Common\\DataFixtures": "lib/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/" + } + ], + "description": "Data Fixtures for all Doctrine Object Managers", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "database" + ] }, { - "package": "fabpot/goutte", + "name": "fabpot/goutte", "version": "dev-master", - "source-reference": "1d72f22b21b37a8d38ea48e17b34c3afc73dfc46", - "commit-date": "1346234818" + "source": { + "type": "git", + "url": "https://github.com/fabpot/Goutte", + "reference": "1d72f22b21b37a8d38ea48e17b34c3afc73dfc46" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/Goutte/zipball/1d72f22b21b37a8d38ea48e17b34c3afc73dfc46", + "reference": "1d72f22b21b37a8d38ea48e17b34c3afc73dfc46", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "symfony/browser-kit": "2.1.*", + "symfony/css-selector": "2.1.*", + "symfony/dom-crawler": "2.1.*", + "symfony/finder": "2.1.*", + "symfony/process": "2.1.*", + "ext-curl": "*", + "guzzle/http": "2.8.*" + }, + "time": "1346234818", + "type": "application", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "source", + "autoload": { + "psr-0": { + "Goutte": "." + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/fabpot/Goutte", + "keywords": [ + "scraper" + ] }, { - "package": "fabpot/php-cs-fixer", + "name": "fabpot/php-cs-fixer", "version": "dev-master", - "source-reference": "55701d65622b72cbe0db8d8f9136d36e45b2f7f4", - "commit-date": "1343202851" + "source": { + "type": "git", + "url": "https://github.com/fabpot/PHP-CS-Fixer.git", + "reference": "55701d65622b72cbe0db8d8f9136d36e45b2f7f4" + }, + "dist": { + "type": "zip", + "url": "https://github.com/fabpot/PHP-CS-Fixer/zipball/55701d65622b72cbe0db8d8f9136d36e45b2f7f4", + "reference": "55701d65622b72cbe0db8d8f9136d36e45b2f7f4", + "shasum": "" + }, + "require": { + "symfony/console": "2.1.*", + "symfony/filesystem": "2.1.*", + "symfony/finder": "2.1.*", + "php": ">=5.3.3" + }, + "time": "1343202851", + "bin": [ + "php-cs-fixer" + ], + "type": "application", + "installation-source": "source", + "autoload": { + "psr-0": { + "Symfony\\CS": "." + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A script to automatically fix Symfony Coding Standard" }, { - "package": "guzzle/common", - "version": "v2.8.6" + "name": "guzzle/common", + "version": "v2.8.6", + "target-dir": "Guzzle/Common", + "source": { + "type": "git", + "url": "git://github.com/guzzle/common.git", + "reference": "v2.8.6" + }, + "dist": { + "type": "zip", + "url": "https://github.com/guzzle/common/zipball/v2.8.6", + "reference": "v2.8.6", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "symfony/event-dispatcher": "2.1.*" + }, + "time": "2012-09-05 21:30:30", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Guzzle\\Common": "" + } + }, + "license": [ + "MIT" + ], + "description": "Common libraries used by Guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "log", + "event", + "cache", + "validation", + "Socket", + "common", + "batch", + "inflection" + ] }, { - "package": "guzzle/http", - "version": "v2.8.6" + "name": "guzzle/http", + "version": "v2.8.6", + "target-dir": "Guzzle/Http", + "source": { + "type": "git", + "url": "git://github.com/guzzle/http.git", + "reference": "v2.8.6" + }, + "dist": { + "type": "zip", + "url": "https://github.com/guzzle/http/zipball/v2.8.6", + "reference": "v2.8.6", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "guzzle/common": "self.version", + "guzzle/parser": "self.version" + }, + "time": "2012-09-02 17:01:34", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Guzzle\\Http": "" + } + }, + "license": [ + "MIT" + ], + "description": "HTTP libraries used by Guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "curl", + "http", + "http client", + "client", + "Guzzle" + ] }, { - "package": "guzzle/parser", - "version": "v2.8.6" + "name": "guzzle/parser", + "version": "v2.8.6", + "target-dir": "Guzzle/Parser", + "source": { + "type": "git", + "url": "git://github.com/guzzle/parser.git", + "reference": "v2.8.6" + }, + "dist": { + "type": "zip", + "url": "https://github.com/guzzle/parser/zipball/v2.8.6", + "reference": "v2.8.6", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "2012-08-17 03:22:25", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Guzzle\\Parser": "" + } + }, + "license": [ + "MIT" + ], + "description": "Interchangeable parsers used by Guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "http", + "url", + "message", + "cookie", + "URI Template" + ] }, { - "package": "instaclick/php-webdriver", + "name": "instaclick/php-webdriver", "version": "dev-master", - "source-reference": "v1.0.6", - "commit-date": "1345642676" + "source": { + "type": "git", + "url": "https://github.com/instaclick/php-webdriver", + "reference": "v1.0.6" + }, + "dist": { + "type": "zip", + "url": "https://github.com/instaclick/php-webdriver/zipball/v1.0.6", + "reference": "v1.0.6", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "time": "1345642676", + "type": "library", + "installation-source": "source", + "autoload": { + "psr-0": { + "WebDriver": "lib/" + } + }, + "license": [ + "Apache" + ], + "authors": [ + { + "name": "Justin Bishop", + "email": "jubishop@gmail.com", + "role": "Developer" + }, + { + "name": "Anthon Pang", + "email": "anthonp@nationalfibre.net", + "role": "Fork Maintainer" + } + ], + "description": "PHP WebDriver for Selenium 2", + "homepage": "http://instaclick.com/torontotechjobs/", + "keywords": [ + "browser", + "selenium", + "webdriver", + "webtest" + ] } ], "aliases": [ @@ -263,6 +2071,7 @@ "minimum-stability": "dev", "stability-flags": { "data-uri/data-uri": 20, + "grom/silex-service-provider": 20, "mediavorus/mediavorus": 20, "media-alchemyst/media-alchemyst": 20, "neutron/silex-filesystem-provider": 20,