From 5694b4d98f2f77a5908ae30e7a03e3f40ad07fa0 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 13 Feb 2014 20:16:45 +0100 Subject: [PATCH] Move JMS translation bundle from dev dependency to dependency --- composer.json | 4 +- composer.lock | 266 ++++++++++++++++++++++++++------------------------ 2 files changed, 140 insertions(+), 130 deletions(-) diff --git a/composer.json b/composer.json index 640f711f6b..4384e0b7e6 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "igorw/get-in" : "~1.0", "imagine/imagine" : "0.6.x-dev@dev", "jms/serializer" : "~0.10", + "jms/translation-bundle" : "~1.1", "justinrainbow/json-schema" : "~1.3", "mediavorus/mediavorus" : "~0.4.0", "media-alchemyst/media-alchemyst" : "~0.4, >=0.4.4", @@ -56,8 +57,7 @@ "behat/mink-extension" : "~1.0", "behat/mink-goutte-driver" : "~1.0", "behat/mink-selenium2-driver" : "~1.0", - "fabpot/goutte" : "~1.0", - "jms/translation-bundle" : "~1.1" + "fabpot/goutte" : "~1.0" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index 2118365b11..18614b3c61 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": "dc2a851d5e5bb83bc1825c08fb5192a1", + "hash": "b824f6f34aa5494f3edbedb0b97ef6c6", "packages": [ { "name": "alchemy-fr/tcpdf-clone", @@ -614,7 +614,8 @@ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" + "homepage": "http://www.jwage.com/", + "role": "Creator" }, { "name": "Guilherme Blanco", @@ -1610,6 +1611,80 @@ ], "time": "2013-12-04 16:46:05" }, + { + "name": "jms/translation-bundle", + "version": "1.1.0", + "target-dir": "JMS/TranslationBundle", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", + "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf", + "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf", + "shasum": "" + }, + "require": { + "nikic/php-parser": "0.9.1", + "symfony/console": "*", + "symfony/framework-bundle": "~2.1" + }, + "conflict": { + "twig/twig": "1.10.2" + }, + "require-dev": { + "jms/di-extra-bundle": ">=1.1", + "sensio/framework-extra-bundle": "*", + "symfony/browser-kit": "*", + "symfony/class-loader": "*", + "symfony/css-selector": "*", + "symfony/finder": "*", + "symfony/form": "*", + "symfony/process": "*", + "symfony/security": "*", + "symfony/twig-bundle": "*", + "symfony/validator": "*", + "symfony/yaml": "*" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-0": { + "JMS\\TranslationBundle": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "http://jmsyst.com", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Puts the Symfony2 Translation Component on steroids", + "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle", + "keywords": [ + "extract", + "extraction", + "i18n", + "interface", + "multilanguage", + "translation", + "ui", + "webinterface" + ], + "time": "2013-06-08 14:08:19" + }, { "name": "justinrainbow/json-schema", "version": "1.3.5", @@ -2213,6 +2288,45 @@ "description": "Symfony filesystem extension to handle temporary files", "time": "2013-10-10 10:58:09" }, + { + "name": "nikic/php-parser", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287", + "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "PHPParser": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "time": "2012-04-23 22:52:11" + }, { "name": "php-ffmpeg/php-ffmpeg", "version": "0.4.4", @@ -2670,7 +2784,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" } ], "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", @@ -2725,12 +2841,12 @@ "source": { "type": "git", "url": "https://github.com/silexphp/Silex.git", - "reference": "43760a430b6c184760ca205fa768f748296c1647" + "reference": "33da608a5c87bef962f2b1d19470b5a0bbb6aa83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Silex/zipball/43760a430b6c184760ca205fa768f748296c1647", - "reference": "43760a430b6c184760ca205fa768f748296c1647", + "url": "https://api.github.com/repos/silexphp/Silex/zipball/33da608a5c87bef962f2b1d19470b5a0bbb6aa83", + "reference": "33da608a5c87bef962f2b1d19470b5a0bbb6aa83", "shasum": "" }, "require": { @@ -2788,7 +2904,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Igor Wiedler", @@ -2801,7 +2919,7 @@ "keywords": [ "microframework" ], - "time": "2014-01-20 06:45:30" + "time": "2014-02-05 06:19:00" }, { "name": "silex/web-profiler", @@ -3098,7 +3216,9 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Symfony Community", @@ -3236,11 +3356,14 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com" + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", @@ -3347,12 +3470,12 @@ "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "3690b9c6f37f75157063698a12873a6a93e7a679" + "reference": "a12154aae8a09248637fbca8ef3b2ef2ac71f2aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/3690b9c6f37f75157063698a12873a6a93e7a679", - "reference": "3690b9c6f37f75157063698a12873a6a93e7a679", + "url": "https://api.github.com/repos/Behat/Behat/zipball/a12154aae8a09248637fbca8ef3b2ef2ac71f2aa", + "reference": "a12154aae8a09248637fbca8ef3b2ef2ac71f2aa", "shasum": "" }, "require": { @@ -3401,7 +3524,7 @@ "Behat", "Symfony2" ], - "time": "2014-01-04 22:39:16" + "time": "2014-02-12 17:03:46" }, { "name": "behat/gherkin", @@ -3851,119 +3974,6 @@ ], "time": "2013-10-04 15:03:51" }, - { - "name": "jms/translation-bundle", - "version": "1.1.0", - "target-dir": "JMS/TranslationBundle", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", - "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf", - "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf", - "shasum": "" - }, - "require": { - "nikic/php-parser": "0.9.1", - "symfony/console": "*", - "symfony/framework-bundle": "~2.1" - }, - "conflict": { - "twig/twig": "1.10.2" - }, - "require-dev": { - "jms/di-extra-bundle": ">=1.1", - "sensio/framework-extra-bundle": "*", - "symfony/browser-kit": "*", - "symfony/class-loader": "*", - "symfony/css-selector": "*", - "symfony/finder": "*", - "symfony/form": "*", - "symfony/process": "*", - "symfony/security": "*", - "symfony/twig-bundle": "*", - "symfony/validator": "*", - "symfony/yaml": "*" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-0": { - "JMS\\TranslationBundle": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "http://jmsyst.com", - "role": "Developer of wrapped JMSSerializerBundle" - } - ], - "description": "Puts the Symfony2 Translation Component on steroids", - "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle", - "keywords": [ - "extract", - "extraction", - "i18n", - "interface", - "multilanguage", - "translation", - "ui", - "webinterface" - ], - "time": "2013-06-08 14:08:19" - }, - { - "name": "nikic/php-parser", - "version": "v0.9.1", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287", - "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287", - "shasum": "" - }, - "require": { - "php": ">=5.2" - }, - "type": "library", - "autoload": { - "psr-0": { - "PHPParser": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "time": "2012-04-23 22:52:11" - }, { "name": "phpunit/php-code-coverage", "version": "1.2.14",