1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-17 12:50:08 -07:00

Update symfony version

This commit is contained in:
David Hübner 2016-12-20 15:10:09 +01:00
parent f96dc8bef9
commit a1f19ef87a
2 changed files with 148 additions and 195 deletions

View File

@ -12,7 +12,7 @@
}, },
"require": { "require": {
"php": ">=5.5.9", "php": ">=5.5.9",
"symfony/symfony": "3.1.*", "symfony/symfony": "3.2.*",
"doctrine/orm": "^2.5", "doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.2", "doctrine/doctrine-cache-bundle": "^1.2",

341
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://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" "This file is @generated automatically"
], ],
"hash": "949a476ee2ada40b63125ce056e2b419", "hash": "5ce1afc2e13970cdfddedeb899ae01a1",
"content-hash": "70644053aa514d2ea5dd949b6ca6e7dd", "content-hash": "f88eedfb311bae0ebb9f759a2d044707",
"packages": [ "packages": [
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -77,16 +77,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.6.0", "version": "v1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
"reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -143,7 +143,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2015-12-31 16:37:02" "time": "2016-10-29 11:16:17"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
@ -213,16 +213,16 @@
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "v2.6.1", "version": "v2.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "a579557bc689580c19fee4e27487a67fe60defc0" "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", "url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
"reference": "a579557bc689580c19fee4e27487a67fe60defc0", "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -282,7 +282,7 @@
"persistence", "persistence",
"spl" "spl"
], ],
"time": "2015-12-25 13:18:31" "time": "2016-11-30 16:50:46"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -701,22 +701,22 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.5.5", "version": "v2.5.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/doctrine2.git", "url": "https://github.com/doctrine/doctrine2.git",
"reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b",
"reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "~1.4", "doctrine/cache": "~1.4",
"doctrine/collections": "~1.2", "doctrine/collections": "~1.2",
"doctrine/common": ">=2.5-dev,<2.7-dev", "doctrine/common": ">=2.5-dev,<2.8-dev",
"doctrine/dbal": ">=2.5-dev,<2.6-dev", "doctrine/dbal": ">=2.5-dev,<2.6-dev",
"doctrine/instantiator": "~1.0.1", "doctrine/instantiator": "~1.0.1",
"ext-pdo": "*", "ext-pdo": "*",
@ -773,7 +773,7 @@
"database", "database",
"orm" "orm"
], ],
"time": "2016-09-10 18:51:13" "time": "2016-12-18 15:42:34"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -839,28 +839,28 @@
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "1.2.0", "version": "v1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.0" "php": ">=5.5.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "^4.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "1.4-dev"
} }
}, },
"autoload": { "autoload": {
@ -886,7 +886,7 @@
"keywords": [ "keywords": [
"promise" "promise"
], ],
"time": "2016-05-18 16:56:05" "time": "2016-12-20 10:07:11"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -1172,16 +1172,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.21.0", "version": "1.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952" "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
"reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952", "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1192,7 +1192,7 @@
"psr/log-implementation": "1.0.0" "psr/log-implementation": "1.0.0"
}, },
"require-dev": { "require-dev": {
"aws/aws-sdk-php": "^2.4.9", "aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0", "graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9", "jakub-onderka/php-parallel-lint": "0.9",
@ -1246,20 +1246,20 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2016-07-29 03:23:52" "time": "2016-11-26 00:15:39"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.3", "version": "v2.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "c0125896dbb151380ab47e96c621741e79623beb" "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/c0125896dbb151380ab47e96c621741e79623beb", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
"reference": "c0125896dbb151380ab47e96c621741e79623beb", "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1294,7 +1294,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2016-10-17 15:23:22" "time": "2016-11-07 23:38:38"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@ -1441,16 +1441,16 @@
}, },
{ {
"name": "sensio/distribution-bundle", "name": "sensio/distribution-bundle",
"version": "v5.0.13", "version": "v5.0.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
"reference": "7bc47dcfdbde6d567e1a834577d1c04ddb970281" "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/7bc47dcfdbde6d567e1a834577d1c04ddb970281", "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/d294b0665cf09c799e9c1993d5c776a5bf55cb85",
"reference": "7bc47dcfdbde6d567e1a834577d1c04ddb970281", "reference": "d294b0665cf09c799e9c1993d5c776a5bf55cb85",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1489,20 +1489,20 @@
"configuration", "configuration",
"distribution" "distribution"
], ],
"time": "2016-10-08 18:50:33" "time": "2016-12-06 07:29:27"
}, },
{ {
"name": "sensio/framework-extra-bundle", "name": "sensio/framework-extra-bundle",
"version": "v3.0.16", "version": "v3.0.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
"reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" "reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/c38bc608e12e81089d5d9dfbf72775ed553c61af",
"reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", "reference": "c38bc608e12e81089d5d9dfbf72775ed553c61af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1511,14 +1511,20 @@
"symfony/framework-bundle": "~2.3|~3.0" "symfony/framework-bundle": "~2.3|~3.0"
}, },
"require-dev": { "require-dev": {
"symfony/asset": "~2.7|~3.0",
"symfony/browser-kit": "~2.3|~3.0", "symfony/browser-kit": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0", "symfony/dom-crawler": "~2.3|~3.0",
"symfony/expression-language": "~2.4|~3.0", "symfony/expression-language": "~2.4|~3.0",
"symfony/finder": "~2.3|~3.0", "symfony/finder": "~2.3|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0", "symfony/phpunit-bridge": "~3.2",
"symfony/psr-http-message-bridge": "^0.3",
"symfony/security-bundle": "~2.4|~3.0", "symfony/security-bundle": "~2.4|~3.0",
"symfony/templating": "~2.3|~3.0",
"symfony/translation": "~2.3|~3.0",
"symfony/twig-bundle": "~2.3|~3.0", "symfony/twig-bundle": "~2.3|~3.0",
"twig/twig": "~1.11|~2.0" "symfony/yaml": "~2.3|~3.0",
"twig/twig": "~1.11|~2.0",
"zendframework/zend-diactoros": "^1.3"
}, },
"suggest": { "suggest": {
"symfony/expression-language": "", "symfony/expression-language": "",
@ -1551,7 +1557,7 @@
"annotations", "annotations",
"controllers" "controllers"
], ],
"time": "2016-03-25 17:08:27" "time": "2016-12-14 08:30:06"
}, },
{ {
"name": "sensiolabs/security-checker", "name": "sensiolabs/security-checker",
@ -1599,16 +1605,16 @@
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.3", "version": "v5.4.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
"reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1648,20 +1654,20 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2016-07-08 11:51:25" "time": "2016-11-24 01:01:23"
}, },
{ {
"name": "symfony/monolog-bundle", "name": "symfony/monolog-bundle",
"version": "2.11.1", "version": "2.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/monolog-bundle.git", "url": "https://github.com/symfony/monolog-bundle.git",
"reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" "reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6acef3bd201c4f35e42e52dedf1fe088f30e07e8",
"reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", "reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1708,20 +1714,20 @@
"log", "log",
"logging" "logging"
], ],
"time": "2016-04-13 16:21:01" "time": "2016-11-06 18:54:50"
}, },
{ {
"name": "symfony/polyfill-apcu", "name": "symfony/polyfill-apcu",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-apcu.git", "url": "https://github.com/symfony/polyfill-apcu.git",
"reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b" "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b", "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
"reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b", "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1730,7 +1736,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -1761,20 +1767,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14 01:06:16"
}, },
{ {
"name": "symfony/polyfill-intl-icu", "name": "symfony/polyfill-intl-icu",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git", "url": "https://github.com/symfony/polyfill-intl-icu.git",
"reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f" "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f", "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
"reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f", "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1787,7 +1793,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -1819,20 +1825,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14 01:06:16"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "dff51f72b0706335131b00a7f49606168c582594" "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
"reference": "dff51f72b0706335131b00a7f49606168c582594", "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1844,7 +1850,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -1878,20 +1884,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14 01:06:16"
}, },
{ {
"name": "symfony/polyfill-php56", "name": "symfony/polyfill-php56",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php56.git", "url": "https://github.com/symfony/polyfill-php56.git",
"reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
"reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1901,7 +1907,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -1934,20 +1940,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14 01:06:16"
}, },
{ {
"name": "symfony/polyfill-php70", "name": "symfony/polyfill-php70",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php70.git", "url": "https://github.com/symfony/polyfill-php70.git",
"reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85" "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
"reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85", "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1957,7 +1963,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -1993,20 +1999,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14 01:06:16"
}, },
{ {
"name": "symfony/polyfill-util", "name": "symfony/polyfill-util",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-util.git", "url": "https://github.com/symfony/polyfill-util.git",
"reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
"reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2015,7 +2021,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -2045,32 +2051,34 @@
"polyfill", "polyfill",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14 01:06:16"
}, },
{ {
"name": "symfony/swiftmailer-bundle", "name": "symfony/swiftmailer-bundle",
"version": "v2.3.11", "version": "v2.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/swiftmailer-bundle.git", "url": "https://github.com/symfony/swiftmailer-bundle.git",
"reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" "reference": "ad751095576ce0c12a284e30e3fff80c91f27225"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225",
"reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", "reference": "ad751095576ce0c12a284e30e3fff80c91f27225",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2", "php": ">=5.3.2",
"swiftmailer/swiftmailer": ">=4.2.0,~5.0", "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
"symfony/config": "~2.3|~3.0", "symfony/config": "~2.7|~3.0",
"symfony/dependency-injection": "~2.3|~3.0", "symfony/dependency-injection": "~2.7|~3.0",
"symfony/http-kernel": "~2.3|~3.0", "symfony/http-kernel": "~2.7|~3.0"
"symfony/yaml": "~2.3|~3.0"
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0" "symfony/console": "~2.7|~3.0",
"symfony/framework-bundle": "~2.7|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0"
}, },
"suggest": { "suggest": {
"psr/log": "Allows logging" "psr/log": "Allows logging"
@ -2078,7 +2086,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.3-dev" "dev-master": "2.4-dev"
} }
}, },
"autoload": { "autoload": {
@ -2102,20 +2110,20 @@
], ],
"description": "Symfony SwiftmailerBundle", "description": "Symfony SwiftmailerBundle",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2016-01-15 16:41:20" "time": "2016-12-20 04:44:33"
}, },
{ {
"name": "symfony/symfony", "name": "symfony/symfony",
"version": "v3.1.6", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/symfony.git", "url": "https://github.com/symfony/symfony.git",
"reference": "8f345c38c2618d1513b9afb8ad5ac8f7b0b31d86" "reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/8f345c38c2618d1513b9afb8ad5ac8f7b0b31d86", "url": "https://api.github.com/repos/symfony/symfony/zipball/5824d423678a0cc44f3eb46efc246aecd1836dd7",
"reference": "8f345c38c2618d1513b9afb8ad5ac8f7b0b31d86", "reference": "5824d423678a0cc44f3eb46efc246aecd1836dd7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2128,7 +2136,7 @@
"symfony/polyfill-php56": "~1.0", "symfony/polyfill-php56": "~1.0",
"symfony/polyfill-php70": "~1.0", "symfony/polyfill-php70": "~1.0",
"symfony/polyfill-util": "~1.0", "symfony/polyfill-util": "~1.0",
"twig/twig": "~1.27|~2.0" "twig/twig": "~1.28|~2.0"
}, },
"conflict": { "conflict": {
"phpdocumentor/reflection-docblock": "<3.0", "phpdocumentor/reflection-docblock": "<3.0",
@ -2183,6 +2191,7 @@
"symfony/validator": "self.version", "symfony/validator": "self.version",
"symfony/var-dumper": "self.version", "symfony/var-dumper": "self.version",
"symfony/web-profiler-bundle": "self.version", "symfony/web-profiler-bundle": "self.version",
"symfony/workflow": "self.version",
"symfony/yaml": "self.version" "symfony/yaml": "self.version"
}, },
"require-dev": { "require-dev": {
@ -2192,7 +2201,7 @@
"doctrine/dbal": "~2.4", "doctrine/dbal": "~2.4",
"doctrine/doctrine-bundle": "~1.4", "doctrine/doctrine-bundle": "~1.4",
"doctrine/orm": "~2.4,>=2.4.5", "doctrine/orm": "~2.4,>=2.4.5",
"egulias/email-validator": "~1.2,>=1.2.1", "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
"monolog/monolog": "~1.11", "monolog/monolog": "~1.11",
"ocramius/proxy-manager": "~0.4|~1.0|~2.0", "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
"phpdocumentor/reflection-docblock": "^3.0", "phpdocumentor/reflection-docblock": "^3.0",
@ -2204,7 +2213,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1-dev" "dev-master": "3.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -2243,20 +2252,20 @@
"keywords": [ "keywords": [
"framework" "framework"
], ],
"time": "2016-10-27 02:38:53" "time": "2016-12-13 13:20:15"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.27.0", "version": "v1.29.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "3c6c0033fd3b5679c6e1cb60f4f9766c2b424d97" "reference": "74f723e542368ca2080b252740be5f1113ebb898"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3c6c0033fd3b5679c6e1cb60f4f9766c2b424d97", "url": "https://api.github.com/repos/twigphp/Twig/zipball/74f723e542368ca2080b252740be5f1113ebb898",
"reference": "3c6c0033fd3b5679c6e1cb60f4f9766c2b424d97", "reference": "74f723e542368ca2080b252740be5f1113ebb898",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2264,12 +2273,12 @@
}, },
"require-dev": { "require-dev": {
"symfony/debug": "~2.7", "symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~2.7" "symfony/phpunit-bridge": "~3.2@dev"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.27-dev" "dev-master": "1.29-dev"
} }
}, },
"autoload": { "autoload": {
@ -2304,39 +2313,39 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-10-25 19:17:17" "time": "2016-12-13 17:28:18"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "sensio/generator-bundle", "name": "sensio/generator-bundle",
"version": "v3.0.11", "version": "v3.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
"reference": "b9be7f1b3b2e8bcfc1debefc901b71da923a5e5c" "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/b9be7f1b3b2e8bcfc1debefc901b71da923a5e5c", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ec278c0bd530edf155c4a00900577b5cb80f559e",
"reference": "b9be7f1b3b2e8bcfc1debefc901b71da923a5e5c", "reference": "ec278c0bd530edf155c4a00900577b5cb80f559e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"symfony/console": "~2.7|~3.0", "symfony/console": "~2.7|~3.0",
"symfony/framework-bundle": "~2.7|~3.0", "symfony/framework-bundle": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0", "symfony/process": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0" "symfony/yaml": "~2.7|~3.0",
"twig/twig": "^1.28.2|^2.0"
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "~2.4", "doctrine/orm": "~2.4",
"symfony/doctrine-bridge": "~2.7|~3.0", "symfony/doctrine-bridge": "~2.7|~3.0"
"twig/twig": "~1.18"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0.x-dev" "dev-master": "3.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -2358,20 +2367,20 @@
} }
], ],
"description": "This bundle generates code for you", "description": "This bundle generates code for you",
"time": "2016-10-10 14:17:42" "time": "2016-12-05 16:01:19"
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v3.1.6", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "1f4e2059cf4ecae1053b9c3027b3fc548fd077b9" "reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/1f4e2059cf4ecae1053b9c3027b3fc548fd077b9", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/65e64a4f99cbaeae718573c3347fbe800f3f6661",
"reference": "1f4e2059cf4ecae1053b9c3027b3fc548fd077b9", "reference": "65e64a4f99cbaeae718573c3347fbe800f3f6661",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2380,10 +2389,13 @@
"suggest": { "suggest": {
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
}, },
"bin": [
"bin/simple-phpunit"
],
"type": "symfony-bridge", "type": "symfony-bridge",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1-dev" "dev-master": "3.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -2413,66 +2425,7 @@
], ],
"description": "Symfony PHPUnit Bridge", "description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-08-19 06:48:39" "time": "2016-12-12 13:31:08"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "b287e8554b1ffd9b5b20b5df940d906930ff4a10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/b287e8554b1ffd9b5b20b5df940d906930ff4a10",
"reference": "b287e8554b1ffd9b5b20b5df940d906930ff4a10",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"time": "2016-05-18 14:26:46"
} }
], ],
"aliases": [], "aliases": [],