|
@@ -1,27 +1,27 @@
|
|
|
{
|
|
|
"_readme": [
|
|
|
"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",
|
|
|
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "hash": "f30034e48340435bae4044b8bb773adf",
|
|
|
+ "hash": "2259146deb50eb0cc9a96e86253ab4d5",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/composer",
|
|
|
- "version": "dev-master",
|
|
|
+ "version": "1.0.0-alpha9",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/composer/composer.git",
|
|
|
- "reference": "825b4b9c63a29c586d005de8dbbcfdfeb86bbf6f"
|
|
|
+ "reference": "eb1ce550ca51134ee619ad3e37f5a0b7e980dd24"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/composer/composer/zipball/825b4b9c63a29c586d005de8dbbcfdfeb86bbf6f",
|
|
|
- "reference": "825b4b9c63a29c586d005de8dbbcfdfeb86bbf6f",
|
|
|
+ "url": "https://api.github.com/repos/composer/composer/zipball/eb1ce550ca51134ee619ad3e37f5a0b7e980dd24",
|
|
|
+ "reference": "eb1ce550ca51134ee619ad3e37f5a0b7e980dd24",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "justinrainbow/json-schema": "~1.3",
|
|
|
+ "justinrainbow/json-schema": "~1.1",
|
|
|
"php": ">=5.3.2",
|
|
|
"seld/jsonlint": "~1.0",
|
|
|
"symfony/console": "~2.3",
|
|
@@ -72,20 +72,20 @@
|
|
|
"dependency",
|
|
|
"package"
|
|
|
],
|
|
|
- "time": "2015-01-20 16:39:06"
|
|
|
+ "time": "2014-12-07 17:15:20"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/annotations",
|
|
|
- "version": "v1.2.3",
|
|
|
+ "version": "v1.2.4",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
|
- "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
|
|
|
+ "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
|
|
|
- "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
|
|
|
+ "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -140,20 +140,20 @@
|
|
|
"docblock",
|
|
|
"parser"
|
|
|
],
|
|
|
- "time": "2014-12-20 20:49:38"
|
|
|
+ "time": "2014-12-23 22:40:37"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/cache",
|
|
|
- "version": "v1.4.0",
|
|
|
+ "version": "v1.4.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
|
- "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
|
|
|
+ "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
|
|
|
- "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
|
|
|
+ "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -164,13 +164,13 @@
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"phpunit/phpunit": ">=3.7",
|
|
|
- "predis/predis": "~0.8",
|
|
|
+ "predis/predis": "~1.0",
|
|
|
"satooshi/php-coveralls": "~0.6"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.4.x-dev"
|
|
|
+ "dev-master": "1.5.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -210,25 +210,28 @@
|
|
|
"cache",
|
|
|
"caching"
|
|
|
],
|
|
|
- "time": "2015-01-15 20:38:55"
|
|
|
+ "time": "2015-04-15 00:11:59"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/collections",
|
|
|
- "version": "v1.2",
|
|
|
+ "version": "v1.3.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
|
- "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
|
|
|
+ "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
|
|
|
- "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
|
+ "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=5.3.2"
|
|
|
},
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
@@ -245,17 +248,6 @@
|
|
|
"MIT"
|
|
|
],
|
|
|
"authors": [
|
|
|
- {
|
|
|
- "name": "Jonathan H. Wage",
|
|
|
- "email": "jonwage@gmail.com",
|
|
|
- "homepage": "http://www.jwage.com/",
|
|
|
- "role": "Creator"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Guilherme Blanco",
|
|
|
- "email": "guilhermeblanco@gmail.com",
|
|
|
- "homepage": "http://www.instaclick.com"
|
|
|
- },
|
|
|
{
|
|
|
"name": "Roman Borschel",
|
|
|
"email": "roman@code-factory.org"
|
|
@@ -264,11 +256,17 @@
|
|
|
"name": "Benjamin Eberlei",
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Johannes Schmitt",
|
|
|
- "email": "schmittjoh@gmail.com",
|
|
|
- "homepage": "https://github.com/schmittjoh",
|
|
|
- "role": "Developer of wrapped JMSSerializerBundle"
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
}
|
|
|
],
|
|
|
"description": "Collections Abstraction library",
|
|
@@ -278,20 +276,20 @@
|
|
|
"collections",
|
|
|
"iterator"
|
|
|
],
|
|
|
- "time": "2014-02-03 23:07:43"
|
|
|
+ "time": "2015-04-14 22:21:58"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/common",
|
|
|
- "version": "v2.4.2",
|
|
|
+ "version": "v2.5.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/common.git",
|
|
|
- "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
|
|
|
+ "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
|
|
|
- "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
|
|
|
+ "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -308,7 +306,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "2.4.x-dev"
|
|
|
+ "dev-master": "2.6.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -321,17 +319,6 @@
|
|
|
"MIT"
|
|
|
],
|
|
|
"authors": [
|
|
|
- {
|
|
|
- "name": "Jonathan Wage",
|
|
|
- "email": "jonwage@gmail.com",
|
|
|
- "homepage": "http://www.jwage.com/",
|
|
|
- "role": "Creator"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Guilherme Blanco",
|
|
|
- "email": "guilhermeblanco@gmail.com",
|
|
|
- "homepage": "http://www.instaclick.com"
|
|
|
- },
|
|
|
{
|
|
|
"name": "Roman Borschel",
|
|
|
"email": "roman@code-factory.org"
|
|
@@ -340,11 +327,17 @@
|
|
|
"name": "Benjamin Eberlei",
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Johannes Schmitt",
|
|
|
- "email": "schmittjoh@gmail.com",
|
|
|
- "homepage": "http://jmsyst.com",
|
|
|
- "role": "Developer of wrapped JMSSerializerBundle"
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
}
|
|
|
],
|
|
|
"description": "Common Library for Doctrine projects",
|
|
@@ -356,7 +349,7 @@
|
|
|
"persistence",
|
|
|
"spl"
|
|
|
],
|
|
|
- "time": "2014-05-21 19:28:51"
|
|
|
+ "time": "2015-04-02 19:55:44"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/dbal",
|
|
@@ -759,12 +752,12 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/hwi/HWIOAuthBundle.git",
|
|
|
- "reference": "a9f88f394e4680d5383b9a129f0e21fc74ca187f"
|
|
|
+ "reference": "2e12c7ab9cf83ce0d3e9d6a98315bbf21ab23ab3"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/a9f88f394e4680d5383b9a129f0e21fc74ca187f",
|
|
|
- "reference": "a9f88f394e4680d5383b9a129f0e21fc74ca187f",
|
|
|
+ "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/2e12c7ab9cf83ce0d3e9d6a98315bbf21ab23ab3",
|
|
|
+ "reference": "2e12c7ab9cf83ce0d3e9d6a98315bbf21ab23ab3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -865,7 +858,7 @@
|
|
|
"yahoo",
|
|
|
"yandex"
|
|
|
],
|
|
|
- "time": "2015-01-09 16:46:23"
|
|
|
+ "time": "2015-05-04 07:05:05"
|
|
|
},
|
|
|
{
|
|
|
"name": "jdorn/sql-formatter",
|
|
@@ -1234,16 +1227,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "justinrainbow/json-schema",
|
|
|
- "version": "1.3.7",
|
|
|
+ "version": "1.4.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
|
|
- "reference": "87b54b460febed69726c781ab67462084e97a105"
|
|
|
+ "reference": "2465fe486c864e30badaa4d005ebdf89dbc503f3"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/87b54b460febed69726c781ab67462084e97a105",
|
|
|
- "reference": "87b54b460febed69726c781ab67462084e97a105",
|
|
|
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2465fe486c864e30badaa4d005ebdf89dbc503f3",
|
|
|
+ "reference": "2465fe486c864e30badaa4d005ebdf89dbc503f3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1296,7 +1289,125 @@
|
|
|
"json",
|
|
|
"schema"
|
|
|
],
|
|
|
- "time": "2014-08-25 02:48:14"
|
|
|
+ "time": "2015-03-27 16:41:39"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "knplabs/knp-menu",
|
|
|
+ "version": "v2.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/KnpLabs/KnpMenu.git",
|
|
|
+ "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
|
|
|
+ "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "pimple/pimple": "1.0.*",
|
|
|
+ "silex/silex": "1.0.*",
|
|
|
+ "twig/twig": ">=1.2,<2.0-dev"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
|
|
|
+ "silex/silex": "for the integration with your silex application",
|
|
|
+ "twig/twig": "for the TwigRenderer and the integration with your templates"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Knp\\Menu\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Christophe Coevoet",
|
|
|
+ "email": "stof@notk.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "KnpLabs",
|
|
|
+ "homepage": "http://knplabs.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An object oriented menu library",
|
|
|
+ "homepage": "http://knplabs.com",
|
|
|
+ "keywords": [
|
|
|
+ "menu",
|
|
|
+ "tree"
|
|
|
+ ],
|
|
|
+ "time": "2014-08-01 09:50:16"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "knplabs/knp-menu-bundle",
|
|
|
+ "version": "v2.0.0",
|
|
|
+ "target-dir": "Knp/Bundle/MenuBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
|
|
|
+ "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
|
|
|
+ "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "knplabs/knp-menu": "~2.0",
|
|
|
+ "symfony/framework-bundle": "~2.0"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Knp\\Bundle\\MenuBundle": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Christophe Coevoet",
|
|
|
+ "email": "stof@notk.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "KnpLabs",
|
|
|
+ "homepage": "http://knplabs.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "This bundle provides an integration of the KnpMenu library",
|
|
|
+ "keywords": [
|
|
|
+ "menu"
|
|
|
+ ],
|
|
|
+ "time": "2014-08-01 09:57:23"
|
|
|
},
|
|
|
{
|
|
|
"name": "kriswallsmith/assetic",
|
|
@@ -1422,16 +1533,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
- "version": "1.12.0",
|
|
|
+ "version": "1.13.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
|
- "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
|
|
|
+ "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
|
|
|
- "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
|
|
|
+ "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1448,6 +1559,7 @@
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
"raven/raven": "~0.5",
|
|
|
"ruflin/elastica": "0.90.*",
|
|
|
+ "swiftmailer/swiftmailer": "~5.3",
|
|
|
"videlalvaro/php-amqplib": "~2.4"
|
|
|
},
|
|
|
"suggest": {
|
|
@@ -1464,7 +1576,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.12.x-dev"
|
|
|
+ "dev-master": "1.13.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -1490,20 +1602,20 @@
|
|
|
"logging",
|
|
|
"psr-3"
|
|
|
],
|
|
|
- "time": "2014-12-29 21:29:35"
|
|
|
+ "time": "2015-03-09 09:58:04"
|
|
|
},
|
|
|
{
|
|
|
"name": "nelmio/security-bundle",
|
|
|
- "version": "1.5.0",
|
|
|
+ "version": "1.7.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/nelmio/NelmioSecurityBundle.git",
|
|
|
- "reference": "b8847d6a66744fb8c3df60381939e7a1cbfed7e3"
|
|
|
+ "reference": "9ef2764cb08d3854f394065c5224d8652f62af16"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/b8847d6a66744fb8c3df60381939e7a1cbfed7e3",
|
|
|
- "reference": "b8847d6a66744fb8c3df60381939e7a1cbfed7e3",
|
|
|
+ "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/9ef2764cb08d3854f394065c5224d8652f62af16",
|
|
|
+ "reference": "9ef2764cb08d3854f394065c5224d8652f62af16",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1513,7 +1625,7 @@
|
|
|
"type": "symfony-bundle",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.5.x-dev"
|
|
|
+ "dev-master": "1.7.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -1539,7 +1651,7 @@
|
|
|
"keywords": [
|
|
|
"security"
|
|
|
],
|
|
|
- "time": "2015-01-01 20:49:20"
|
|
|
+ "time": "2015-05-10 17:08:33"
|
|
|
},
|
|
|
{
|
|
|
"name": "nelmio/solarium-bundle",
|
|
@@ -1848,17 +1960,17 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "sensio/distribution-bundle",
|
|
|
- "version": "v2.3.8",
|
|
|
+ "version": "v2.3.17",
|
|
|
"target-dir": "Sensio/Bundle/DistributionBundle",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
|
|
|
- "reference": "9a72f821957141ee3d9703da3fa8266d59ef4b1c"
|
|
|
+ "reference": "49334e66844f89898d21646b4fda4cfcfe116200"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/9a72f821957141ee3d9703da3fa8266d59ef4b1c",
|
|
|
- "reference": "9a72f821957141ee3d9703da3fa8266d59ef4b1c",
|
|
|
+ "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/49334e66844f89898d21646b4fda4cfcfe116200",
|
|
|
+ "reference": "49334e66844f89898d21646b4fda4cfcfe116200",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1890,7 +2002,7 @@
|
|
|
"configuration",
|
|
|
"distribution"
|
|
|
],
|
|
|
- "time": "2015-01-07 07:11:03"
|
|
|
+ "time": "2015-05-29 22:34:59"
|
|
|
},
|
|
|
{
|
|
|
"name": "sensio/framework-extra-bundle",
|
|
@@ -1929,7 +2041,9 @@
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
+ "email": "fabien@symfony.com",
|
|
|
+ "homepage": "http://fabien.potencier.org",
|
|
|
+ "role": "Lead Developer"
|
|
|
}
|
|
|
],
|
|
|
"description": "This bundle provides a way to configure your controllers with annotations",
|
|
@@ -2053,12 +2167,12 @@
|
|
|
"version": "2.4.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/basdenooijer/solarium.git",
|
|
|
+ "url": "https://github.com/solariumphp/solarium.git",
|
|
|
"reference": "f7c55cf42d14bb70f534128da3e343bb98fcb504"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/basdenooijer/solarium/zipball/f7c55cf42d14bb70f534128da3e343bb98fcb504",
|
|
|
+ "url": "https://api.github.com/repos/solariumphp/solarium/zipball/f7c55cf42d14bb70f534128da3e343bb98fcb504",
|
|
|
"reference": "f7c55cf42d14bb70f534128da3e343bb98fcb504",
|
|
|
"shasum": ""
|
|
|
},
|
|
@@ -2092,16 +2206,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "swiftmailer/swiftmailer",
|
|
|
- "version": "v5.3.1",
|
|
|
+ "version": "v5.4.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
|
- "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
|
|
|
+ "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
|
|
|
- "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
|
|
|
+ "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
|
|
|
+ "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2113,7 +2227,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "5.3-dev"
|
|
|
+ "dev-master": "5.4-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -2140,7 +2254,7 @@
|
|
|
"mail",
|
|
|
"mailer"
|
|
|
],
|
|
|
- "time": "2014-12-05 14:17:14"
|
|
|
+ "time": "2015-03-14 06:06:39"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/assetic-bundle",
|
|
@@ -2327,12 +2441,12 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/symfony.git",
|
|
|
- "reference": "7be7e62cfcc2775262374686f2950d704596ea90"
|
|
|
+ "reference": "cff69aa18b5db9aac978b35f186ff670ff75d3e9"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/symfony/zipball/7be7e62cfcc2775262374686f2950d704596ea90",
|
|
|
- "reference": "7be7e62cfcc2775262374686f2950d704596ea90",
|
|
|
+ "url": "https://api.github.com/repos/symfony/symfony/zipball/cff69aa18b5db9aac978b35f186ff670ff75d3e9",
|
|
|
+ "reference": "cff69aa18b5db9aac978b35f186ff670ff75d3e9",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2387,7 +2501,8 @@
|
|
|
"ircmaxell/password-compat": "~1.0",
|
|
|
"monolog/monolog": "~1.3",
|
|
|
"ocramius/proxy-manager": "~0.3.1",
|
|
|
- "propel/propel1": "~1.6"
|
|
|
+ "propel/propel1": "~1.6",
|
|
|
+ "symfony/phpunit-bridge": "~2.7"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -2412,21 +2527,21 @@
|
|
|
"MIT"
|
|
|
],
|
|
|
"authors": [
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "http://symfony.com/contributors"
|
|
|
- },
|
|
|
{
|
|
|
"name": "Fabien Potencier",
|
|
|
"email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
}
|
|
|
],
|
|
|
"description": "The Symfony PHP framework",
|
|
|
- "homepage": "http://symfony.com",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
"keywords": [
|
|
|
"framework"
|
|
|
],
|
|
|
- "time": "2015-01-20 23:58:45"
|
|
|
+ "time": "2015-05-29 22:42:49"
|
|
|
},
|
|
|
{
|
|
|
"name": "twig/extensions",
|
|
@@ -2482,25 +2597,25 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "twig/twig",
|
|
|
- "version": "v1.17.0",
|
|
|
+ "version": "v1.18.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
|
- "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608"
|
|
|
+ "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
|
|
|
- "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
|
|
|
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f",
|
|
|
+ "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.2.4"
|
|
|
+ "php": ">=5.2.7"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.17-dev"
|
|
|
+ "dev-master": "1.18-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -2535,7 +2650,7 @@
|
|
|
"keywords": [
|
|
|
"templating"
|
|
|
],
|
|
|
- "time": "2015-01-14 10:15:49"
|
|
|
+ "time": "2015-04-19 08:30:27"
|
|
|
},
|
|
|
{
|
|
|
"name": "white-october/pagerfanta-bundle",
|
|
@@ -2711,8 +2826,7 @@
|
|
|
"symfony/symfony": 20,
|
|
|
"composer/composer": 20,
|
|
|
"hwi/oauth-bundle": 20,
|
|
|
- "snc/redis-bundle": 20,
|
|
|
- "kriswallsmith/assetic": 15
|
|
|
+ "snc/redis-bundle": 20
|
|
|
},
|
|
|
"prefer-stable": false,
|
|
|
"prefer-lowest": false,
|