diff --git a/composer.json b/composer.json index 9594c84fae..d831160c28 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,10 @@ "facebook/php-sdk" : "~3.0", "gedmo/doctrine-extensions" : "~2.3.0", "google-plus/api-client" : "~0.6.1", + "guzzle/guzzle" : "~3.0", "imagine/imagine" : "dev-ColorSpaces@dev", "jms/serializer" : "~0.10", + "justinrainbow/json-schema" : "~1.3", "mediavorus/mediavorus" : "~0.3", "media-alchemyst/media-alchemyst" : "~0.2.3", "monolog/monolog" : "~1.3.0", @@ -27,6 +29,7 @@ "neutron/silex-filesystem-provider": "dev-master", "neutron/sphinxsearch-api" : "~2.0.6", "neutron/recaptcha" : "~0.1.0", + "neutron/temporary-filesystem" : "~2.0", "php-xpdf/php-xpdf" : "~0.1.1", "phpexiftool/phpexiftool" : "~0.2, >=0.2.2", "silex/silex" : "~1.0.0", diff --git a/composer.lock b/composer.lock index 64ce9978ac..08b7c8e15f 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "7fd45681e93a7fe1d0f4e691818ad4e2", + "hash": "06eddf18808e8091de82ec3b5d6b699e", "packages": [ { "name": "BadFaith/BadFaith", @@ -1091,6 +1091,64 @@ ], "time": "2013-03-28 16:41:24" }, + { + "name": "justinrainbow/json-schema", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "1.3.1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/1.3.1", + "reference": "1.3.1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "bin": [ + "bin/validate-json" + ], + "type": "library", + "autoload": { + "psr-0": { + "JsonSchema": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch", + "homepage": "http://wiedler.ch/igor/" + }, + { + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" + }, + { + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" + }, + { + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com", + "homepage": "http://digitalkaoz.net" + } + ], + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], + "time": "2013-02-21 04:49:21" + }, { "name": "media-alchemyst/media-alchemyst", "version": "0.2.5", @@ -1540,6 +1598,43 @@ ], "time": "2012-10-23 02:05:12" }, + { + "name": "neutron/temporary-filesystem", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/romainneutron/Temporary-Filesystem.git", + "reference": "2.0.1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/2.0.1", + "reference": "2.0.1", + "shasum": "" + }, + "require": { + "symfony/filesystem": ">=2.0,<3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Neutron": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Romain Neutron", + "email": "imprec@gmail.com", + "homepage": "http://www.lickmychip.com/" + } + ], + "description": "Symfony filesystem extension to handle temporary files", + "time": "2013-04-09 08:38:21" + }, { "name": "php-ffmpeg/php-ffmpeg", "version": "0.2.4", @@ -2722,21 +2817,21 @@ }, { "name": "behat/mink", - "version": "v1.4.3", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/Behat/Mink.git", - "reference": "v1.4.3" + "reference": "v1.5.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Mink/zipball/v1.4.3", - "reference": "v1.4.3", + "url": "https://api.github.com/repos/Behat/Mink/zipball/v1.5.0", + "reference": "v1.5.0", "shasum": "" }, "require": { "php": ">=5.3.1", - "symfony/css-selector": ">=2.0,<2.4-dev" + "symfony/css-selector": ">=2.0,<3.0" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", @@ -2747,7 +2842,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-develop": "1.4.x-dev" + "dev-develop": "1.5.x-dev" } }, "autoload": { @@ -2773,24 +2868,24 @@ "testing", "web" ], - "time": "2013-03-02 15:53:18" + "time": "2013-04-13 23:39:27" }, { "name": "behat/mink-browserkit-driver", - "version": "v1.0.5", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/Behat/MinkBrowserKitDriver.git", - "reference": "v1.0.5" + "reference": "v1.1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/v1.0.5", - "reference": "v1.0.5", + "url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/v1.1.0", + "reference": "v1.1.0", "shasum": "" }, "require": { - "behat/mink": ">=1.4.3,<1.5", + "behat/mink": ">=1.5,<1.6", "php": ">=5.3.1", "symfony/browser-kit": ">=2.0,<3.0", "symfony/dom-crawler": ">=2.0,<3.0" @@ -2801,7 +2896,7 @@ "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -2828,30 +2923,29 @@ "browser", "testing" ], - "time": "2013-04-13 12:17:15" + "time": "2013-04-13 23:46:30" }, { "name": "behat/mink-extension", - "version": "v1.0.1", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/Behat/MinkExtension.git", - "reference": "v1.0.1" + "reference": "v1.1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/v1.0.1", - "reference": "v1.0.1", + "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/v1.1.0", + "reference": "v1.1.0", "shasum": "" }, "require": { - "behat/behat": ">=2.4,<2.5-dev", - "behat/mink": ">=1.4,<1.5-dev", + "behat/behat": ">=2.4.5,<2.5", + "behat/mink": ">=1.4.3,<1.6-dev", "php": ">=5.3.2" }, "require-dev": { - "behat/mink-goutte-driver": "1.0.*", - "fabpot/goutte": "1.0.*@dev" + "behat/mink-goutte-driver": ">=1.0,<2.0" }, "type": "behat-extension", "extra": { @@ -2883,7 +2977,7 @@ "test", "web" ], - "time": "2013-02-19 23:49:16" + "time": "2013-05-23 12:32:57" }, { "name": "behat/mink-goutte-driver", @@ -2938,27 +3032,27 @@ }, { "name": "behat/mink-selenium2-driver", - "version": "v1.0.6", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/Behat/MinkSelenium2Driver.git", - "reference": "v1.0.6" + "reference": "v1.1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/v1.0.6", - "reference": "v1.0.6", + "url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/v1.1.0", + "reference": "v1.1.0", "shasum": "" }, "require": { - "behat/mink": ">=1.4.3,<1.5", + "behat/mink": ">=1.5,<1.6", "instaclick/php-webdriver": ">=1.0.12.0,<1.1", "php": ">=5.3.1" }, "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -2992,7 +3086,7 @@ "testing", "webdriver" ], - "time": "2013-04-13 12:56:28" + "time": "2013-04-13 23:51:01" }, { "name": "doctrine/data-fixtures", @@ -3037,7 +3131,7 @@ ], "authors": [ { - "name": "Jonathan H. Wage", + "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }