composer update.

This commit is contained in:
Alexey Skobkin 2015-10-05 04:44:25 +03:00
parent 893af94671
commit 40559e3eab
3 changed files with 173 additions and 152 deletions

View file

@ -638,20 +638,20 @@ class SymfonyRequirements extends RequirementCollection
} }
$this->addRecommendation( $this->addRecommendation(
class_exists('Locale'), extension_loaded('intl'),
'intl extension should be available', 'intl extension should be available',
'Install and enable the <strong>intl</strong> extension (used for validators).' 'Install and enable the <strong>intl</strong> extension (used for validators).'
); );
if (class_exists('Collator')) { if (extension_loaded('intl')) {
// in some WAMP server installations, new Collator() returns null
$this->addRecommendation( $this->addRecommendation(
null !== new Collator('fr_FR'), null !== new Collator('fr_FR'),
'intl extension should be correctly configured', 'intl extension should be correctly configured',
'The intl extension does not behave properly. This problem is typical on PHP 5.3.X x64 WIN builds.' 'The intl extension does not behave properly. This problem is typical on PHP 5.3.X x64 WIN builds.'
); );
}
if (class_exists('Locale')) { // check for compatible ICU versions (only done when you have the intl extension)
if (defined('INTL_ICU_VERSION')) { if (defined('INTL_ICU_VERSION')) {
$version = INTL_ICU_VERSION; $version = INTL_ICU_VERSION;
} else { } else {
@ -670,6 +670,14 @@ class SymfonyRequirements extends RequirementCollection
'intl ICU version should be at least 4+', 'intl ICU version should be at least 4+',
'Upgrade your <strong>intl</strong> extension with a newer ICU version (4+).' 'Upgrade your <strong>intl</strong> extension with a newer ICU version (4+).'
); );
$this->addPhpIniRecommendation(
'intl.error_level',
create_function('$cfgValue', 'return (int) $cfgValue === 0;'),
true,
'intl.error_level should be 0 in php.ini',
'Set "<strong>intl.error_level</strong>" to "<strong>0</strong>" in php.ini<a href="#phpini">*</a> to inhibit the messages when an error occurs in ICU functions.'
);
} }
$accelerator = $accelerator =

View file

@ -42,9 +42,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) {
} }
if ($checkPassed) { if ($checkPassed) {
echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects', true); echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects');
} else { } else {
echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects', true); echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects');
echo_title('Fix the following mandatory requirements', 'red'); echo_title('Fix the following mandatory requirements', 'red');

305
composer.lock generated
View file

@ -111,16 +111,16 @@
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.2.4", "version": "v1.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e" "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e", "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -175,20 +175,20 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2014-12-23 22:40:37" "time": "2015-08-31 12:32:49"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.4.1", "version": "v1.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03" "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03", "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
"reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03", "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -245,7 +245,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2015-04-15 00:11:59" "time": "2015-08-31 12:36:41"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
@ -315,16 +315,16 @@
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "v2.5.0", "version": "v2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3" "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3", "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
"reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3", "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -384,7 +384,7 @@
"persistence", "persistence",
"spl" "spl"
], ],
"time": "2015-04-02 19:55:44" "time": "2015-08-31 13:00:22"
}, },
{ {
"name": "doctrine/data-fixtures", "name": "doctrine/data-fixtures",
@ -508,16 +508,16 @@
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
"version": "v1.4.0", "version": "v1.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git", "url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "1986ff3a945b584c6505d07eae92d77e41131078" "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1986ff3a945b584c6505d07eae92d77e41131078", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
"reference": "1986ff3a945b584c6505d07eae92d77e41131078", "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -525,15 +525,16 @@
"doctrine/doctrine-cache-bundle": "~1.0", "doctrine/doctrine-cache-bundle": "~1.0",
"jdorn/sql-formatter": "~1.1", "jdorn/sql-formatter": "~1.1",
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/doctrine-bridge": "~2.2", "symfony/console": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3" "symfony/doctrine-bridge": "~2.2|~3.0",
"symfony/framework-bundle": "~2.3|~3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "~2.3", "doctrine/orm": "~2.3",
"phpunit/phpunit": "~4", "phpunit/phpunit": "~4",
"satooshi/php-coveralls": "~0.6.1", "satooshi/php-coveralls": "~0.6.1",
"symfony/validator": "~2.2", "symfony/validator": "~2.2|~3.0",
"symfony/yaml": "~2.2", "symfony/yaml": "~2.2|~3.0",
"twig/twig": "~1.10" "twig/twig": "~1.10"
}, },
"suggest": { "suggest": {
@ -543,7 +544,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4.x-dev" "dev-master": "1.6.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -581,7 +582,7 @@
"orm", "orm",
"persistence" "persistence"
], ],
"time": "2015-02-28 11:04:45" "time": "2015-08-31 14:47:06"
}, },
{ {
"name": "doctrine/doctrine-cache-bundle", "name": "doctrine/doctrine-cache-bundle",
@ -669,17 +670,16 @@
}, },
{ {
"name": "doctrine/doctrine-fixtures-bundle", "name": "doctrine/doctrine-fixtures-bundle",
"version": "v2.2.0", "version": "v2.2.1",
"target-dir": "Doctrine/Bundle/FixturesBundle",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803" "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c811f96f0cf83b997e3a3ed037cac729bbe3e803", "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803", "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -691,12 +691,12 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1.x-dev" "dev-master": "2.2.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Bundle\\FixturesBundle": "" "Doctrine\\Bundle\\FixturesBundle\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -704,12 +704,6 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
@ -717,6 +711,10 @@
{ {
"name": "Doctrine Project", "name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org" "homepage": "http://www.doctrine-project.org"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
} }
], ],
"description": "Symfony DoctrineFixturesBundle", "description": "Symfony DoctrineFixturesBundle",
@ -725,7 +723,7 @@
"Fixture", "Fixture",
"persistence" "persistence"
], ],
"time": "2013-09-05 11:23:37" "time": "2015-08-04 22:43:14"
}, },
{ {
"name": "doctrine/doctrine-migrations-bundle", "name": "doctrine/doctrine-migrations-bundle",
@ -975,16 +973,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.4.7", "version": "v2.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/doctrine2.git", "url": "https://github.com/doctrine/doctrine2.git",
"reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68" "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
"reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1044,21 +1042,20 @@
"database", "database",
"orm" "orm"
], ],
"time": "2014-12-16 13:45:01" "time": "2015-08-31 13:19:01"
}, },
{ {
"name": "incenteev/composer-parameter-handler", "name": "incenteev/composer-parameter-handler",
"version": "v2.1.0", "version": "v2.1.1",
"target-dir": "Incenteev/ParameterHandler",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Incenteev/ParameterHandler.git", "url": "https://github.com/Incenteev/ParameterHandler.git",
"reference": "143272a0a09c62616a3c8011fc165a10c6b35241" "reference": "84a205fe80a46101607bafbc423019527893ddd0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241", "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
"reference": "143272a0a09c62616a3c8011fc165a10c6b35241", "reference": "84a205fe80a46101607bafbc423019527893ddd0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1077,8 +1074,8 @@
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Incenteev\\ParameterHandler": "" "Incenteev\\ParameterHandler\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1096,7 +1093,7 @@
"keywords": [ "keywords": [
"parameters management" "parameters management"
], ],
"time": "2013-12-07 10:10:39" "time": "2015-06-03 08:27:03"
}, },
{ {
"name": "jdorn/sql-formatter", "name": "jdorn/sql-formatter",
@ -1150,35 +1147,39 @@
}, },
{ {
"name": "kriswallsmith/assetic", "name": "kriswallsmith/assetic",
"version": "v1.2.1", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/kriswallsmith/assetic.git", "url": "https://github.com/kriswallsmith/assetic.git",
"reference": "b20efe38845d20458702f97f3ff625d80805897b" "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b", "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
"reference": "b20efe38845d20458702f97f3ff625d80805897b", "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.1", "php": ">=5.3.1",
"symfony/process": "~2.1" "symfony/process": "~2.1"
}, },
"conflict": {
"twig/twig": "<1.12"
},
"require-dev": { "require-dev": {
"cssmin/cssmin": "*", "cssmin/cssmin": "*",
"joliclic/javascript-packer": "*", "joliclic/javascript-packer": "*",
"kamicane/packager": "*", "kamicane/packager": "*",
"leafo/lessphp": "*", "leafo/lessphp": "^0.3.7",
"leafo/scssphp": "*", "leafo/scssphp": "*@dev",
"leafo/scssphp-compass": "*", "leafo/scssphp-compass": "*@dev",
"mrclay/minify": "*", "mrclay/minify": "*",
"patchwork/jsqueeze": "~1.0", "patchwork/jsqueeze": "~1.0|~2.0",
"phpunit/phpunit": "~4", "phpunit/phpunit": "~4.8",
"psr/log": "~1.0", "psr/log": "~1.0",
"ptachoire/cssembed": "*", "ptachoire/cssembed": "*",
"twig/twig": "~1.6" "symfony/phpunit-bridge": "~2.7",
"twig/twig": "~1.8|~2.0"
}, },
"suggest": { "suggest": {
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
@ -1191,7 +1192,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -1220,20 +1221,20 @@
"compression", "compression",
"minification" "minification"
], ],
"time": "2014-12-12 05:04:05" "time": "2015-08-31 19:07:16"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.13.1", "version": "1.17.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac" "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
"reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1244,12 +1245,14 @@
"psr/log-implementation": "1.0.0" "psr/log-implementation": "1.0.0"
}, },
"require-dev": { "require-dev": {
"aws/aws-sdk-php": "~2.4, >2.4.8", "aws/aws-sdk-php": "^2.4.9",
"doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0", "graylog2/gelf-php": "~1.0",
"phpunit/phpunit": "~4.0", "php-console/php-console": "^3.1.3",
"raven/raven": "~0.5", "phpunit/phpunit": "~4.5",
"ruflin/elastica": "0.90.*", "phpunit/phpunit-mock-objects": "2.3.0",
"raven/raven": "~0.11",
"ruflin/elastica": ">=0.90 <3.0",
"swiftmailer/swiftmailer": "~5.3", "swiftmailer/swiftmailer": "~5.3",
"videlalvaro/php-amqplib": "~2.4" "videlalvaro/php-amqplib": "~2.4"
}, },
@ -1259,6 +1262,7 @@
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server", "ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"raven/raven": "Allow sending log messages to a Sentry server", "raven/raven": "Allow sending log messages to a Sentry server",
"rollbar/rollbar": "Allow sending log messages to Rollbar", "rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server", "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
@ -1267,7 +1271,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.13.x-dev" "dev-master": "1.16.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -1293,7 +1297,7 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2015-03-09 09:58:04" "time": "2015-08-31 09:17:37"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -1335,22 +1339,22 @@
}, },
{ {
"name": "sensio/distribution-bundle", "name": "sensio/distribution-bundle",
"version": "v3.0.24", "version": "v3.0.31",
"target-dir": "Sensio/Bundle/DistributionBundle", "target-dir": "Sensio/Bundle/DistributionBundle",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
"reference": "79b820aee1f1daeb2717fa9471ee19275cc1d638" "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/79b820aee1f1daeb2717fa9471ee19275cc1d638", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a900814bd57bf20f9453ae81ff8772bc95d7fff",
"reference": "79b820aee1f1daeb2717fa9471ee19275cc1d638", "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"sensiolabs/security-checker": "~2.0", "sensiolabs/security-checker": "~3.0",
"symfony/class-loader": "~2.2", "symfony/class-loader": "~2.2",
"symfony/framework-bundle": "~2.3", "symfony/framework-bundle": "~2.3",
"symfony/process": "~2.2" "symfony/process": "~2.2"
@ -1391,21 +1395,20 @@
"configuration", "configuration",
"distribution" "distribution"
], ],
"time": "2015-05-16 12:57:08" "time": "2015-08-03 10:07:12"
}, },
{ {
"name": "sensio/framework-extra-bundle", "name": "sensio/framework-extra-bundle",
"version": "v3.0.7", "version": "v3.0.10",
"target-dir": "Sensio/Bundle/FrameworkExtraBundle",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
"reference": "5c37623576ea9e841b87dc0d85414d98fa6f7abb" "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/5c37623576ea9e841b87dc0d85414d98fa6f7abb", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
"reference": "5c37623576ea9e841b87dc0d85414d98fa6f7abb", "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1418,6 +1421,7 @@
}, },
"suggest": { "suggest": {
"symfony/expression-language": "", "symfony/expression-language": "",
"symfony/psr-http-message-bridge": "To use the PSR-7 converters",
"symfony/security-bundle": "" "symfony/security-bundle": ""
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
@ -1427,8 +1431,8 @@
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Sensio\\Bundle\\FrameworkExtraBundle": "" "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1446,24 +1450,23 @@
"annotations", "annotations",
"controllers" "controllers"
], ],
"time": "2015-04-02 12:28:58" "time": "2015-08-03 11:59:27"
}, },
{ {
"name": "sensiolabs/security-checker", "name": "sensiolabs/security-checker",
"version": "v2.0.4", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/security-checker.git", "url": "https://github.com/sensiolabs/security-checker.git",
"reference": "b901b30ffcabc4e941b2b26edd8e77de03f09d49" "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/b901b30ffcabc4e941b2b26edd8e77de03f09d49", "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7735fd97ff7303d9df776b8dbc970f949399abc9",
"reference": "b901b30ffcabc4e941b2b26edd8e77de03f09d49", "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*",
"symfony/console": "~2.0" "symfony/console": "~2.0"
}, },
"bin": [ "bin": [
@ -1472,7 +1475,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0-dev" "dev-master": "3.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -1491,27 +1494,27 @@
} }
], ],
"description": "A security checker for your composer.lock", "description": "A security checker for your composer.lock",
"time": "2015-05-27 14:05:32" "time": "2015-08-11 12:11:25"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f" "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f", "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9.1" "mockery/mockery": "~0.9.1,<0.9.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1540,39 +1543,45 @@
"description": "Swiftmailer, free feature-rich PHP mailer", "description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.org", "homepage": "http://swiftmailer.org",
"keywords": [ "keywords": [
"email",
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2015-03-14 06:06:39" "time": "2015-06-06 14:19:39"
}, },
{ {
"name": "symfony/assetic-bundle", "name": "symfony/assetic-bundle",
"version": "v2.6.1", "version": "v2.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/assetic-bundle.git", "url": "https://github.com/symfony/assetic-bundle.git",
"reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0" "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0", "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
"reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0", "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"kriswallsmith/assetic": "~1.2", "kriswallsmith/assetic": "~1.3",
"php": ">=5.3.0", "php": ">=5.3.0",
"symfony/console": "~2.3", "symfony/console": "~2.3",
"symfony/dependency-injection": "~2.3", "symfony/dependency-injection": "~2.3",
"symfony/framework-bundle": "~2.3", "symfony/framework-bundle": "~2.3",
"symfony/yaml": "~2.3" "symfony/yaml": "~2.3"
}, },
"conflict": {
"kriswallsmith/spork": "<=0.2",
"twig/twig": "<1.20"
},
"require-dev": { "require-dev": {
"kriswallsmith/spork": "~0.2", "kriswallsmith/spork": "~0.3",
"patchwork/jsqueeze": "~1.0", "patchwork/jsqueeze": "~1.0",
"symfony/class-loader": "~2.3", "symfony/class-loader": "~2.3",
"symfony/css-selector": "~2.3", "symfony/css-selector": "~2.3",
"symfony/dom-crawler": "~2.3", "symfony/dom-crawler": "~2.3",
"symfony/phpunit-bridge": "~2.7",
"symfony/twig-bundle": "~2.3" "symfony/twig-bundle": "~2.3"
}, },
"suggest": { "suggest": {
@ -1582,7 +1591,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.5-dev" "dev-master": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -1608,38 +1617,38 @@
"compression", "compression",
"minification" "minification"
], ],
"time": "2015-01-27 12:45:16" "time": "2015-09-01 00:05:29"
}, },
{ {
"name": "symfony/monolog-bundle", "name": "symfony/monolog-bundle",
"version": "v2.7.1", "version": "2.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/monolog-bundle.git", "url": "https://github.com/symfony/monolog-bundle.git",
"reference": "9320b6863404c70ebe111e9040dab96f251de7ac" "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7117b9a145722e3c5768db4585f6ad0643ed5c4a",
"reference": "9320b6863404c70ebe111e9040dab96f251de7ac", "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"monolog/monolog": "~1.8", "monolog/monolog": "~1.8",
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/config": "~2.3", "symfony/config": "~2.3|3.*",
"symfony/dependency-injection": "~2.3", "symfony/dependency-injection": "~2.3|3.*",
"symfony/http-kernel": "~2.3", "symfony/http-kernel": "~2.3|3.*",
"symfony/monolog-bridge": "~2.3" "symfony/monolog-bridge": "~2.3|3.*"
}, },
"require-dev": { "require-dev": {
"symfony/console": "~2.3", "symfony/console": "~2.3|3.*",
"symfony/yaml": "~2.3" "symfony/yaml": "~2.3"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7.x-dev" "dev-master": "2.8.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -1667,7 +1676,7 @@
"log", "log",
"logging" "logging"
], ],
"time": "2015-01-04 20:21:17" "time": "2015-10-02 11:51:59"
}, },
{ {
"name": "symfony/swiftmailer-bundle", "name": "symfony/swiftmailer-bundle",
@ -1728,23 +1737,23 @@
}, },
{ {
"name": "symfony/symfony", "name": "symfony/symfony",
"version": "v2.7.3", "version": "v2.7.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/symfony.git", "url": "https://github.com/symfony/symfony.git",
"reference": "a9af4708b4bb650c4897e9b8dfbfbdb2ea5f0486" "reference": "619528a274647cffc1792063c3ea04c4fa8266a0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/a9af4708b4bb650c4897e9b8dfbfbdb2ea5f0486", "url": "https://api.github.com/repos/symfony/symfony/zipball/619528a274647cffc1792063c3ea04c4fa8266a0",
"reference": "a9af4708b4bb650c4897e9b8dfbfbdb2ea5f0486", "reference": "619528a274647cffc1792063c3ea04c4fa8266a0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/common": "~2.3", "doctrine/common": "~2.4",
"php": ">=5.3.9", "php": ">=5.3.9",
"psr/log": "~1.0", "psr/log": "~1.0",
"twig/twig": "~1.18" "twig/twig": "~1.20|~2.0"
}, },
"replace": { "replace": {
"symfony/asset": "self.version", "symfony/asset": "self.version",
@ -1794,9 +1803,9 @@
}, },
"require-dev": { "require-dev": {
"doctrine/data-fixtures": "1.0.*", "doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.2", "doctrine/dbal": "~2.4",
"doctrine/doctrine-bundle": "~1.2", "doctrine/doctrine-bundle": "~1.2",
"doctrine/orm": "~2.2,>=2.2.3", "doctrine/orm": "~2.4,>=2.4.5",
"egulias/email-validator": "~1.2", "egulias/email-validator": "~1.2",
"ircmaxell/password-compat": "~1.0", "ircmaxell/password-compat": "~1.0",
"monolog/monolog": "~1.11", "monolog/monolog": "~1.11",
@ -1846,7 +1855,7 @@
"keywords": [ "keywords": [
"framework" "framework"
], ],
"time": "2015-07-31 13:24:45" "time": "2015-09-25 11:16:52"
}, },
{ {
"name": "theodordiaconu/geshi", "name": "theodordiaconu/geshi",
@ -1934,12 +1943,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twbs/bootstrap.git", "url": "https://github.com/twbs/bootstrap.git",
"reference": "7b9f204cb4b8fa5cb06b2a9233324997c093f629" "reference": "d53525cc3e24ef2e2d841468836c3d7712214f0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/d53525cc3e24ef2e2d841468836c3d7712214f0a", "url": "https://api.github.com/repos/twbs/bootstrap/zipball/d53525cc3e24ef2e2d841468836c3d7712214f0a",
"reference": "7b9f204cb4b8fa5cb06b2a9233324997c093f629", "reference": "d53525cc3e24ef2e2d841468836c3d7712214f0a",
"shasum": "" "shasum": ""
}, },
"replace": { "replace": {
@ -1977,24 +1986,24 @@
"responsive", "responsive",
"web" "web"
], ],
"time": "2015-05-03 02:06:59" "time": "2015-10-04 05:45:37"
}, },
{ {
"name": "twig/extensions", "name": "twig/extensions",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig-extensions.git", "url": "https://github.com/twigphp/Twig-extensions.git",
"reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd" "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd", "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
"reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd", "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"twig/twig": "~1.12" "twig/twig": "~1.20|~2.0"
}, },
"require-dev": { "require-dev": {
"symfony/translation": "~2.3" "symfony/translation": "~2.3"
@ -2005,7 +2014,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2.x-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -2029,29 +2038,33 @@
"i18n", "i18n",
"text" "text"
], ],
"time": "2014-10-30 14:30:03" "time": "2015-08-22 16:38:35"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.18.1", "version": "v1.22.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f" "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f", "url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
"reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f", "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.7" "php": ">=5.2.7"
}, },
"require-dev": {
"symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.18-dev" "dev-master": "1.22-dev"
} }
}, },
"autoload": { "autoload": {
@ -2086,7 +2099,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2015-04-19 08:30:27" "time": "2015-09-22 13:59:32"
} }
], ],
"packages-dev": [ "packages-dev": [