From 89c4852871165be6bc779d082c0c24367eaa67e5 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Tue, 14 Jan 2014 16:41:05 +0100 Subject: [PATCH 1/2] updated dependencies --- composer.json | 1 + composer.lock | 404 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 264 insertions(+), 141 deletions(-) diff --git a/composer.json b/composer.json index a0a5e56..70ffd81 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,7 @@ "Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle", "Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle", "Sonata\\BlockBundle\\SonataBlockBundle", + "Sonata\\CoreBundle\\SonataCoreBundle", "Symfony\\Cmf\\Bundle\\BlockBundle\\CmfBlockBundle" ], "symfony-app-dir": "app", diff --git a/composer.lock b/composer.lock index 1c8cbcc..c12b9ef 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": "9ef923ebecb49798cda8b4a7cfff8c12", + "hash": "2edd8200c7ddf428203e35d55680060d", "packages": [ { "name": "doctrine/annotations", @@ -78,16 +78,16 @@ }, { "name": "doctrine/cache", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "d0e4447707a064a5814b18cb0dcc2f24185f6179" + "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/d0e4447707a064a5814b18cb0dcc2f24185f6179", - "reference": "d0e4447707a064a5814b18cb0dcc2f24185f6179", + "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449", + "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449", "shasum": "" }, "require": { @@ -96,6 +96,10 @@ "conflict": { "doctrine/common": ">2.2,<2.4" }, + "require-dev": { + "phpunit/phpunit": ">=3.7", + "satooshi/php-coveralls": "~0.6" + }, "type": "library", "extra": { "branch-alias": { @@ -115,7 +119,8 @@ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" + "homepage": "http://www.jwage.com/", + "role": "Creator" }, { "name": "Guilherme Blanco", @@ -131,7 +136,7 @@ "email": "kontakt@beberlei.de" }, { - "name": "Johannes Schmitt", + "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" @@ -143,7 +148,7 @@ "cache", "caching" ], - "time": "2013-09-26 19:23:25" + "time": "2013-10-25 19:04:14" }, { "name": "doctrine/collections", @@ -343,16 +348,16 @@ }, { "name": "doctrine/dbal", - "version": "v2.4.0", + "version": "v2.4.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "3eb557f144ec41e6e84997e43acb1946c92fbc88" + "reference": "fec965d330c958e175c39e61c3f6751955af32d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/3eb557f144ec41e6e84997e43acb1946c92fbc88", - "reference": "3eb557f144ec41e6e84997e43acb1946c92fbc88", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0", + "reference": "fec965d330c958e175c39e61c3f6751955af32d0", "shasum": "" }, "require": { @@ -380,7 +385,8 @@ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/" + "homepage": "http://www.jwage.com/", + "role": "Creator" }, { "name": "Guilherme Blanco", @@ -404,7 +410,7 @@ "persistence", "queryobject" ], - "time": "2013-09-07 10:49:18" + "time": "2014-01-01 16:43:57" }, { "name": "doctrine/doctrine-bundle", @@ -662,16 +668,16 @@ }, { "name": "doctrine/phpcr-odm", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/phpcr-odm.git", - "reference": "dff0f022f9ac389d319b609049b26da2e6181106" + "reference": "8b5985746537f015c5e8a5319b074ae321cab4ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/dff0f022f9ac389d319b609049b26da2e6181106", - "reference": "dff0f022f9ac389d319b609049b26da2e6181106", + "url": "https://api.github.com/repos/doctrine/phpcr-odm/zipball/8b5985746537f015c5e8a5319b074ae321cab4ad", + "reference": "8b5985746537f015c5e8a5319b074ae321cab4ad", "shasum": "" }, "require": { @@ -681,6 +687,7 @@ "phpcr/phpcr-utils": "~1.0.0" }, "require-dev": { + "liip/rmt": "dev-master", "symfony/yaml": "~2.0" }, "suggest": { @@ -730,28 +737,29 @@ "odm", "phpcr" ], - "time": "2013-10-10 20:54:13" + "time": "2013-12-04 16:07:15" }, { "name": "friendsofsymfony/rest-bundle", - "version": "1.0.0", + "version": "1.2.1", "target-dir": "FOS/RestBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", - "reference": "8e0b02a3ea9cbb76b2043868796659c8f61af29b" + "reference": "5218769bda3de4c3ee35acf53518e2285b953ab4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/8e0b02a3ea9cbb76b2043868796659c8f61af29b", - "reference": "8e0b02a3ea9cbb76b2043868796659c8f61af29b", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/5218769bda3de4c3ee35acf53518e2285b953ab4", + "reference": "5218769bda3de4c3ee35acf53518e2285b953ab4", "shasum": "" }, "require": { "doctrine/inflector": "1.0.*", "php": ">=5.3.2", - "symfony/framework-bundle": "~2.1", - "willdurand/negotiation": "1.0.*" + "symfony/framework-bundle": "~2.2", + "willdurand/jsonp-callback-validator": "~1.0.0", + "willdurand/negotiation": "~1.2.0" }, "conflict": { "jms/serializer": "<0.12", @@ -759,22 +767,22 @@ }, "require-dev": { "jms/serializer-bundle": "0.12.*", - "sensio/framework-extra-bundle": "~2.1", - "symfony/form": "~2.1", - "symfony/security": "~2.1", - "symfony/serializer": "~2.1", - "symfony/validator": "~2.1", - "symfony/yaml": "~2.1" + "sensio/framework-extra-bundle": "~2.2", + "symfony/form": "~2.2", + "symfony/security": "~2.2", + "symfony/serializer": "~2.2", + "symfony/validator": "~2.2", + "symfony/yaml": "~2.2" }, "suggest": { "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires 0.12.*", "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener", - "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.1" + "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.2-dev" } }, "autoload": { @@ -806,7 +814,7 @@ "keywords": [ "rest" ], - "time": "2013-10-11 14:23:24" + "time": "2014-01-06 08:07:25" }, { "name": "imagine/imagine", @@ -862,17 +870,17 @@ }, { "name": "incenteev/composer-parameter-handler", - "version": "v2.0.0", + "version": "v2.1.0", "target-dir": "Incenteev/ParameterHandler", "source": { "type": "git", "url": "https://github.com/Incenteev/ParameterHandler.git", - "reference": "2310d74a751025f02221e0faf69d31440df71b73" + "reference": "143272a0a09c62616a3c8011fc165a10c6b35241" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/2310d74a751025f02221e0faf69d31440df71b73", - "reference": "2310d74a751025f02221e0faf69d31440df71b73", + "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241", + "reference": "143272a0a09c62616a3c8011fc165a10c6b35241", "shasum": "" }, "require": { @@ -880,12 +888,14 @@ "symfony/yaml": "~2.0" }, "require-dev": { - "composer/composer": "*" + "composer/composer": "1.0.*@dev", + "phpspec/prophecy-phpunit": "~1.0", + "symfony/filesystem": "~2.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -908,20 +918,20 @@ "keywords": [ "parameters management" ], - "time": "2013-04-06 17:15:44" + "time": "2013-12-07 10:10:39" }, { "name": "jackalope/jackalope", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/jackalope/jackalope.git", - "reference": "7bb631536adf3264a4a745499edcb7bda13310e3" + "reference": "605a3fb6d83c906d19ad88b2347be9453c96a19f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jackalope/jackalope/zipball/7bb631536adf3264a4a745499edcb7bda13310e3", - "reference": "7bb631536adf3264a4a745499edcb7bda13310e3", + "url": "https://api.github.com/repos/jackalope/jackalope/zipball/605a3fb6d83c906d19ad88b2347be9453c96a19f", + "reference": "605a3fb6d83c906d19ad88b2347be9453c96a19f", "shasum": "" }, "require": { @@ -961,7 +971,7 @@ "keywords": [ "phpcr" ], - "time": "2013-10-10 19:57:47" + "time": "2013-11-06 10:28:46" }, { "name": "jackalope/jackalope-doctrine-dbal", @@ -1026,16 +1036,16 @@ }, { "name": "jdorn/sql-formatter", - "version": "v1.2.9", + "version": "v1.2.17", "source": { "type": "git", "url": "https://github.com/jdorn/sql-formatter.git", - "reference": "bd1f09133f6dbbe0713856910e58ea9480c2be58" + "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/bd1f09133f6dbbe0713856910e58ea9480c2be58", - "reference": "bd1f09133f6dbbe0713856910e58ea9480c2be58", + "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", + "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", "shasum": "" }, "require": { @@ -1072,20 +1082,20 @@ "highlight", "sql" ], - "time": "2013-04-26 18:42:52" + "time": "2014-01-12 16:20:24" }, { "name": "jms/metadata", - "version": "1.4.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", - "reference": "246d7096801ce29b5aea30a1abf0277ccfb9f055" + "reference": "88ffa28bc987e4c26229fc84a2e541b6ed4e1459" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/246d7096801ce29b5aea30a1abf0277ccfb9f055", - "reference": "246d7096801ce29b5aea30a1abf0277ccfb9f055", + "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/88ffa28bc987e4c26229fc84a2e541b6ed4e1459", + "reference": "88ffa28bc987e4c26229fc84a2e541b6ed4e1459", "shasum": "" }, "require": { @@ -1097,7 +1107,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.5.x-dev" } }, "autoload": { @@ -1124,7 +1134,7 @@ "xml", "yaml" ], - "time": "2013-09-13 09:05:44" + "time": "2013-11-05 23:02:36" }, { "name": "jms/parser-lib", @@ -1163,16 +1173,16 @@ }, { "name": "jms/serializer", - "version": "0.13.0", + "version": "0.14.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "9e0fcd00a374e9ad484687628c6c25ab1083ea5a" + "reference": "22daa254e54f4b69292bd8679d7a6f3a78dc85d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/9e0fcd00a374e9ad484687628c6c25ab1083ea5a", - "reference": "9e0fcd00a374e9ad484687628c6c25ab1083ea5a", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/22daa254e54f4b69292bd8679d7a6f3a78dc85d4", + "reference": "22daa254e54f4b69292bd8679d7a6f3a78dc85d4", "shasum": "" }, "require": { @@ -1184,6 +1194,9 @@ }, "require-dev": { "doctrine/orm": ">=2.1,<2.4-dev", + "doctrine/phpcr-odm": "~1.0.1", + "jackalope/jackalope-doctrine-dbal": "1.0.*", + "propel/propel1": "~1.7", "symfony/filesystem": "2.*", "symfony/form": ">=2.1,<2.2-dev", "symfony/translation": ">=2.0,<2.2-dev", @@ -1197,7 +1210,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.13-dev" + "dev-master": "0.14-dev" } }, "autoload": { @@ -1226,21 +1239,21 @@ "serialization", "xml" ], - "time": "2013-07-29 13:39:49" + "time": "2013-12-04 16:46:05" }, { "name": "jms/serializer-bundle", - "version": "0.12.0", + "version": "0.13.0", "target-dir": "JMS/SerializerBundle", "source": { "type": "git", "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", - "reference": "5531198a73c4adee669a8a2d1452999349822771" + "reference": "bb15db3e661168f4310fad48b86915ff1ca33795" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/5531198a73c4adee669a8a2d1452999349822771", - "reference": "5531198a73c4adee669a8a2d1452999349822771", + "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795", + "reference": "bb15db3e661168f4310fad48b86915ff1ca33795", "shasum": "" }, "require": { @@ -1267,7 +1280,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "0.12-dev" + "dev-master": "0.13-dev" } }, "autoload": { @@ -1281,7 +1294,7 @@ ], "authors": [ { - "name": "Johannes Schmitt", + "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" @@ -1296,7 +1309,7 @@ "serialization", "xml" ], - "time": "2013-07-29 12:36:36" + "time": "2013-12-05 14:36:11" }, { "name": "knplabs/knp-menu", @@ -1532,17 +1545,17 @@ }, { "name": "liip/imagine-bundle", - "version": "v0.16.0", + "version": "v0.17.0", "target-dir": "Liip/ImagineBundle", "source": { "type": "git", "url": "https://github.com/liip/LiipImagineBundle.git", - "reference": "e298ebb190dd5fa2a1fab2f4efc6f61bb034a0ad" + "reference": "47e2b2bb04594a433d1c12f52b207127dc686093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/e298ebb190dd5fa2a1fab2f4efc6f61bb034a0ad", - "reference": "e298ebb190dd5fa2a1fab2f4efc6f61bb034a0ad", + "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/47e2b2bb04594a433d1c12f52b207127dc686093", + "reference": "47e2b2bb04594a433d1c12f52b207127dc686093", "shasum": "" }, "require": { @@ -1554,6 +1567,7 @@ "symfony/options-resolver": ">=2.0.16,~2.0" }, "require-dev": { + "doctrine/cache": "~1.1", "symfony/yaml": ">=2.0.16,~2.0", "twig/twig": ">=1.0,<2.0-dev" }, @@ -1582,7 +1596,7 @@ "image", "imagine" ], - "time": "2013-09-30 15:27:15" + "time": "2013-12-04 09:43:45" }, { "name": "lunetics/locale-bundle", @@ -1700,16 +1714,16 @@ }, { "name": "monolog/monolog", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd" + "reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f72392d0e6eb855118f5a84e89ac2d257c704abd", - "reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/6225b22de9dcf36546be3a0b2fa8e3d986153f57", + "reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57", "shasum": "" }, "require": { @@ -1717,21 +1731,26 @@ "psr/log": "~1.0" }, "require-dev": { + "aws/aws-sdk-php": "~2.4.8", "doctrine/couchdb": "dev-master", "mlehner/gelf-php": "1.0.*", - "raven/raven": "0.5.*" + "phpunit/phpunit": "~3.7.0", + "raven/raven": "0.5.*", + "ruflin/elastica": "0.90.*" }, "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", - "raven/raven": "Allow sending log messages to a Sentry server" + "raven/raven": "Allow sending log messages to a Sentry server", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -1758,7 +1777,7 @@ "logging", "psr-3" ], - "time": "2013-07-28 22:38:30" + "time": "2013-11-14 19:48:31" }, { "name": "phpcollection/phpcollection", @@ -2063,21 +2082,23 @@ }, { "name": "sonata-project/block-bundle", - "version": "2.2.6", + "version": "2.2.8", "target-dir": "Sonata/BlockBundle", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataBlockBundle.git", - "reference": "c3424678c81dbb51fa5a1f8085284b8ec247bda7" + "reference": "a7838e10007513c51868ce989389c8fa6bda24e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/c3424678c81dbb51fa5a1f8085284b8ec247bda7", - "reference": "c3424678c81dbb51fa5a1f8085284b8ec247bda7", + "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/a7838e10007513c51868ce989389c8fa6bda24e3", + "reference": "a7838e10007513c51868ce989389c8fa6bda24e3", "shasum": "" }, "require": { "doctrine/common": "~2.3", + "knplabs/knp-menu-bundle": "~1.1", + "sonata-project/core-bundle": "~2.2", "symfony/form": "~2.2", "symfony/http-foundation": "~2.2" }, @@ -2121,7 +2142,65 @@ "block", "sonata" ], - "time": "2013-08-19 17:41:22" + "time": "2013-12-13 13:27:55" + }, + { + "name": "sonata-project/core-bundle", + "version": "2.2.3", + "target-dir": "Sonata/CoreBundle", + "source": { + "type": "git", + "url": "https://github.com/sonata-project/SonataCoreBundle.git", + "reference": "fadf268d4b2c23220b27c33389b6a6132085159e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/fadf268d4b2c23220b27c33389b6a6132085159e", + "reference": "fadf268d4b2c23220b27c33389b6a6132085159e", + "shasum": "" + }, + "require": { + "symfony/config": "~2.0", + "symfony/form": "~2.2", + "symfony/http-foundation": "~2.2", + "symfony/translation": "~2.2", + "twig/twig": "~1.12" + }, + "require-dev": { + "sonata-project/exporter": "~1.3" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "2.2.x-dev" + } + }, + "autoload": { + "psr-0": { + "Sonata\\CoreBundle": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Rabaix", + "email": "thomas.rabaix@sonata-project.org", + "homepage": "http://sonata-project.org" + }, + { + "name": "Sonata Community", + "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors" + } + ], + "description": "Symfony SonataCoreBundle", + "homepage": "http://sonata-project.org/bundles/core", + "keywords": [ + "sonata" + ], + "time": "2014-01-07 11:35:59" }, { "name": "symfony-cmf/block-bundle", @@ -2255,17 +2334,17 @@ }, { "name": "symfony-cmf/core-bundle", - "version": "1.0.0", + "version": "1.0.1", "target-dir": "Symfony/Cmf/Bundle/CoreBundle", "source": { "type": "git", "url": "https://github.com/symfony-cmf/CoreBundle.git", - "reference": "6078616e2378333fec63b2bdd63c08ed97b3977b" + "reference": "db96ab2e5228b826a0d04ad84182dd1db317b1bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/CoreBundle/zipball/6078616e2378333fec63b2bdd63c08ed97b3977b", - "reference": "6078616e2378333fec63b2bdd63c08ed97b3977b", + "url": "https://api.github.com/repos/symfony-cmf/CoreBundle/zipball/db96ab2e5228b826a0d04ad84182dd1db317b1bd", + "reference": "db96ab2e5228b826a0d04ad84182dd1db317b1bd", "shasum": "" }, "require": { @@ -2312,26 +2391,26 @@ "keywords": [ "Symfony CMF" ], - "time": "2013-10-14 15:31:29" + "time": "2014-01-09 17:18:30" }, { "name": "symfony-cmf/create-bundle", - "version": "1.0.0", + "version": "1.0.2", "target-dir": "Symfony/Cmf/Bundle/CreateBundle", "source": { "type": "git", "url": "https://github.com/symfony-cmf/CreateBundle.git", - "reference": "b16f369a1fdffef3513f50066121fa26c3b8363b" + "reference": "ba192e536c3a11eb1820bded99ff9924eff650c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/b16f369a1fdffef3513f50066121fa26c3b8363b", - "reference": "b16f369a1fdffef3513f50066121fa26c3b8363b", + "url": "https://api.github.com/repos/symfony-cmf/CreateBundle/zipball/ba192e536c3a11eb1820bded99ff9924eff650c9", + "reference": "ba192e536c3a11eb1820bded99ff9924eff650c9", "shasum": "" }, "require": { - "friendsofsymfony/rest-bundle": "1.0.*", - "jms/serializer-bundle": "0.12.*", + "friendsofsymfony/rest-bundle": "~1.0", + "jms/serializer-bundle": ">=0.12,<0.14", "midgard/createphp": "0.9.*", "php": ">=5.3.3", "symfony/assetic-bundle": "~2.1", @@ -2362,25 +2441,25 @@ }, { "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/SimpleCmsBundle/contributors" + "homepage": "https://github.com/symfony-cmf/CreateBundle/contributors" } ], "description": "Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.", - "time": "2013-10-14 15:33:06" + "time": "2014-01-13 09:54:14" }, { "name": "symfony-cmf/media-bundle", - "version": "1.0.0", + "version": "1.0.1", "target-dir": "Symfony/Cmf/Bundle/MediaBundle", "source": { "type": "git", "url": "https://github.com/symfony-cmf/MediaBundle.git", - "reference": "4d92b7d48a4e61ecd624bf87631d8a42e6e349a1" + "reference": "2d9f9b101dbc4de5d744b90b8f0bbe5443265eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/MediaBundle/zipball/4d92b7d48a4e61ecd624bf87631d8a42e6e349a1", - "reference": "4d92b7d48a4e61ecd624bf87631d8a42e6e349a1", + "url": "https://api.github.com/repos/symfony-cmf/MediaBundle/zipball/2d9f9b101dbc4de5d744b90b8f0bbe5443265eba", + "reference": "2d9f9b101dbc4de5d744b90b8f0bbe5443265eba", "shasum": "" }, "require": { @@ -2398,7 +2477,8 @@ "jms/serializer-bundle": "When using the serializer handler", "knplabs/gaufrette": "When using the Gaufrette adapter", "liip/imagine-bundle": "To integrate with the Imagine library for processing images", - "phpcr/phpcr-utils": "When using the Gaufrette adapter" + "phpcr/phpcr-utils": "When using the Gaufrette adapter", + "symfony-cmf/core-bundle": "Simplifies configuration with other CMF bundles, use PHP >=5.3.9 with PHPCR" }, "type": "symfony-bundle", "extra": { @@ -2428,7 +2508,7 @@ "image", "media" ], - "time": "2013-10-14 07:26:52" + "time": "2013-12-26 17:42:18" }, { "name": "symfony-cmf/menu-bundle", @@ -2551,17 +2631,17 @@ }, { "name": "symfony-cmf/routing-bundle", - "version": "1.1.0", + "version": "1.1.1", "target-dir": "Symfony/Cmf/Bundle/RoutingBundle", "source": { "type": "git", "url": "https://github.com/symfony-cmf/RoutingBundle.git", - "reference": "176e082769afa2b69400cebfd5e0bb22a8536d97" + "reference": "96d0649c6fb415cb06ed7a689d69e52bcce544dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/RoutingBundle/zipball/176e082769afa2b69400cebfd5e0bb22a8536d97", - "reference": "176e082769afa2b69400cebfd5e0bb22a8536d97", + "url": "https://api.github.com/repos/symfony-cmf/RoutingBundle/zipball/96d0649c6fb415cb06ed7a689d69e52bcce544dd", + "reference": "96d0649c6fb415cb06ed7a689d69e52bcce544dd", "shasum": "" }, "require": { @@ -2571,9 +2651,11 @@ }, "require-dev": { "doctrine/orm": "2.3.*", + "matthiasnoback/symfony-config-test": "0.*", + "matthiasnoback/symfony-dependency-injection-test": "0.*", "sonata-project/doctrine-phpcr-admin-bundle": "1.0.*", "symfony-cmf/core-bundle": "1.0.*", - "symfony-cmf/testing": "1.0.*", + "symfony-cmf/testing": "1.1.*", "symfony/monolog-bundle": "2.2.*" }, "suggest": { @@ -2611,21 +2693,21 @@ "database", "routing" ], - "time": "2013-10-14 15:34:10" + "time": "2013-12-16 16:46:20" }, { "name": "symfony-cmf/simple-cms-bundle", - "version": "1.0.0", + "version": "1.0.1", "target-dir": "Symfony/Cmf/Bundle/SimpleCmsBundle", "source": { "type": "git", "url": "https://github.com/symfony-cmf/SimpleCmsBundle.git", - "reference": "772116ed10e14d7491793bf3109438317cfd1485" + "reference": "165e4b8f358dbf8ae48151f9222b662e5c16cea2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/SimpleCmsBundle/zipball/772116ed10e14d7491793bf3109438317cfd1485", - "reference": "772116ed10e14d7491793bf3109438317cfd1485", + "url": "https://api.github.com/repos/symfony-cmf/SimpleCmsBundle/zipball/165e4b8f358dbf8ae48151f9222b662e5c16cea2", + "reference": "165e4b8f358dbf8ae48151f9222b662e5c16cea2", "shasum": "" }, "require": { @@ -2675,7 +2757,7 @@ "Symfony CMF", "cms" ], - "time": "2013-10-14 15:32:50" + "time": "2013-12-06 12:08:52" }, { "name": "symfony-cmf/symfony-cmf", @@ -2908,16 +2990,16 @@ }, { "name": "symfony/symfony", - "version": "v2.3.6", + "version": "v2.3.9", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "d0597156c4c03ceca039f6b7770a47397ba295f0" + "reference": "ee1e0f2ef882ccd6a53ff91e5ffc39a22b6a6b74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/d0597156c4c03ceca039f6b7770a47397ba295f0", - "reference": "d0597156c4c03ceca039f6b7770a47397ba295f0", + "url": "https://api.github.com/repos/symfony/symfony/zipball/ee1e0f2ef882ccd6a53ff91e5ffc39a22b6a6b74", + "reference": "ee1e0f2ef882ccd6a53ff91e5ffc39a22b6a6b74", "shasum": "" }, "require": { @@ -3012,24 +3094,24 @@ "keywords": [ "framework" ], - "time": "2013-10-10 13:24:22" + "time": "2014-01-05 01:24:54" }, { "name": "twig/extensions", - "version": "v1.0.0", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/fabpot/Twig-extensions.git", - "reference": "921799aaf05f88af749d72912d6b154dfeb9a03e" + "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/921799aaf05f88af749d72912d6b154dfeb9a03e", - "reference": "921799aaf05f88af749d72912d6b154dfeb9a03e", + "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", + "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", "shasum": "" }, "require": { - "twig/twig": "1.*" + "twig/twig": "~1.0" }, "type": "library", "extra": { @@ -3059,20 +3141,20 @@ "i18n", "text" ], - "time": "2013-02-28 14:21:30" + "time": "2013-10-18 19:37:15" }, { "name": "twig/twig", - "version": "v1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/fabpot/Twig.git", - "reference": "224fc55635d544a2ec8edb3592be18db5a093f59" + "reference": "85e4ff98000157ff753d934b9f13659a953f5666" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fabpot/Twig/zipball/224fc55635d544a2ec8edb3592be18db5a093f59", - "reference": "224fc55635d544a2ec8edb3592be18db5a093f59", + "url": "https://api.github.com/repos/fabpot/Twig/zipball/85e4ff98000157ff753d934b9f13659a953f5666", + "reference": "85e4ff98000157ff753d934b9f13659a953f5666", "shasum": "" }, "require": { @@ -3081,7 +3163,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -3108,20 +3190,60 @@ "keywords": [ "templating" ], - "time": "2013-10-03 06:41:20" + "time": "2013-12-06 07:47:10" + }, + { + "name": "willdurand/jsonp-callback-validator", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/willdurand/JsonpCallbackValidator.git", + "reference": "58c0a6c76718794856f7049cf066fdda4e984c49" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/58c0a6c76718794856f7049cf066fdda4e984c49", + "reference": "58c0a6c76718794856f7049cf066fdda4e984c49", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "autoload": { + "psr-0": { + "JsonpCallbackValidator": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "William Durand", + "email": "william.durand1@gmail.com", + "homepage": "http://www.willdurand.fr" + } + ], + "description": "JSONP callback validator.", + "time": "2013-10-21 12:01:32" }, { "name": "willdurand/negotiation", - "version": "1.0.1", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", - "reference": "6021e6a9e14d6ab62dcd4f83364058d4978d6890" + "reference": "8b32a05c2cfd41c0b350de5ea03aba8b35dfc13c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/6021e6a9e14d6ab62dcd4f83364058d4978d6890", - "reference": "6021e6a9e14d6ab62dcd4f83364058d4978d6890", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/8b32a05c2cfd41c0b350de5ea03aba8b35dfc13c", + "reference": "8b32a05c2cfd41c0b350de5ea03aba8b35dfc13c", "shasum": "" }, "require": { @@ -3130,7 +3252,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.2-dev" } }, "autoload": { @@ -3158,7 +3280,7 @@ "header", "negotiation" ], - "time": "2013-08-01 14:42:09" + "time": "2014-01-09 22:50:05" }, { "name": "wjzijderveld/check-bundles", From b5b318230eabfe4b74de3aad0ffcbe992168dd89 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Mon, 7 Apr 2014 23:13:33 +0200 Subject: [PATCH 2/2] fix link --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 70ffd81..83141dd 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/SimpleCmsBundle/contributors" + "homepage": "https://github.com/symfony-cmf/symfony-cmf-standard/contributors" } ], "autoload": {