Downgrade packages for BC with PHP 5.5 tests

This commit is contained in:
Marcus Bointon 2017-03-15 19:49:11 +01:00
parent 8f58d8d494
commit 936eaa7770
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
2 changed files with 217 additions and 146 deletions

View File

@ -24,7 +24,10 @@
}, },
"require-dev": { "require-dev": {
"phpdocumentor/phpdocumentor": "2.*", "phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "4.*" "phpunit/phpunit": "4.*",
"zendframework/zend-serializer": "2.7.*",
"doctrine/annotations": "1.2.*",
"zendframework/zend-eventmanager": "3.0.*"
}, },
"suggest": { "suggest": {
"psr/log": "For optional PSR-3 debug logging", "psr/log": "For optional PSR-3 debug logging",

358
composer.lock generated
View File

@ -4,7 +4,7 @@
"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"
], ],
"content-hash": "df3ba04ebc03b2f857a8ef7d9301bfc6", "content-hash": "6ecbbb471dfcc42e8f786c0a5cb8fee6",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -127,18 +127,21 @@
}, },
{ {
"name": "container-interop/container-interop", "name": "container-interop/container-interop",
"version": "1.1.0", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/container-interop/container-interop.git", "url": "https://github.com/container-interop/container-interop.git",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"shasum": "" "shasum": ""
}, },
"require": {
"psr/container": "^1.0"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -150,39 +153,40 @@
"MIT" "MIT"
], ],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"time": "2014-12-30T15:22:37+00:00" "homepage": "https://github.com/container-interop/container-interop",
"time": "2017-02-14T19:40:03+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.3.1", "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": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558" "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558", "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/lexer": "1.*", "doctrine/lexer": "1.*",
"php": "^5.6 || ^7.0" "php": ">=5.3.2"
}, },
"require-dev": { "require-dev": {
"doctrine/cache": "1.*", "doctrine/cache": "1.*",
"phpunit/phpunit": "^5.6.1" "phpunit/phpunit": "4.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4.x-dev" "dev-master": "1.3.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-0": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" "Doctrine\\Common\\Annotations\\": "lib/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -218,7 +222,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2016-12-30T15:59:45+00:00" "time": "2015-08-31T12:32:49+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -579,16 +583,16 @@
}, },
{ {
"name": "jms/serializer", "name": "jms/serializer",
"version": "1.4.2", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/schmittjoh/serializer.git", "url": "https://github.com/schmittjoh/serializer.git",
"reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b" "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b", "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
"reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b", "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -610,11 +614,12 @@
"jackalope/jackalope-doctrine-dbal": "^1.1.5", "jackalope/jackalope-doctrine-dbal": "^1.1.5",
"phpunit/phpunit": "^4.8|^5.0", "phpunit/phpunit": "^4.8|^5.0",
"propel/propel1": "~1.7", "propel/propel1": "~1.7",
"symfony/expression-language": "^2.6|^3.0",
"symfony/filesystem": "^2.1", "symfony/filesystem": "^2.1",
"symfony/form": "~2.1", "symfony/form": "~2.1|^3.0",
"symfony/translation": "^2.1", "symfony/translation": "^2.1|^3.0",
"symfony/validator": "^2.2", "symfony/validator": "^2.2|^3.0",
"symfony/yaml": "^2.1", "symfony/yaml": "^2.1|^3.0",
"twig/twig": "~1.12|~2.0" "twig/twig": "~1.12|~2.0"
}, },
"suggest": { "suggest": {
@ -623,7 +628,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "1.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -650,7 +655,7 @@
"serialization", "serialization",
"xml" "xml"
], ],
"time": "2016-11-13T10:20:11+00:00" "time": "2017-02-14T14:35:22+00:00"
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
@ -764,16 +769,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.22.0", "version": "1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "bad29cb8d18ab0315e6c477751418a82c850d558" "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
"reference": "bad29cb8d18ab0315e6c477751418a82c850d558", "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -838,7 +843,7 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2016-11-26T00:15:39+00:00" "time": "2017-03-13T07:08:03+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -1261,27 +1266,27 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.6.2", "version": "v1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb" "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb", "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0", "php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "^1.1", "sebastian/comparator": "^1.1|^2.0",
"sebastian/recursion-context": "^1.0|^2.0" "sebastian/recursion-context": "^1.0|^2.0|^3.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.0", "phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8 || ^5.6.5" "phpunit/phpunit": "^4.8 || ^5.6.5"
}, },
"type": "library", "type": "library",
@ -1320,7 +1325,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2016-11-21T14:58:47+00:00" "time": "2017-03-02T20:05:34+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -1474,25 +1479,30 @@
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
"version": "1.0.8", "version": "1.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^5.3.3 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4|~5" "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"src/" "src/"
@ -1514,20 +1524,20 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2016-05-12T18:03:57+00:00" "time": "2017-02-26T11:10:40+00:00"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "1.4.9", "version": "1.4.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
"reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1563,7 +1573,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2016-11-15T14:06:22+00:00" "time": "2017-02-27T10:12:30+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
@ -1741,6 +1751,55 @@
], ],
"time": "2013-11-22T08:30:29+00:00" "time": "2013-11-22T08:30:29+00:00"
}, },
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.0.2", "version": "1.0.2",
@ -2074,16 +2133,16 @@
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
"version": "1.0.2", "version": "1.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "913401df809e99e4f47b27cdd781f4a258d58791" "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
"reference": "913401df809e99e4f47b27cdd781f4a258d58791", "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2123,7 +2182,7 @@
], ],
"description": "Provides functionality to recursively process PHP variables", "description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2015-11-11T19:50:13+00:00" "time": "2016-10-03T07:41:43+00:00"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",
@ -2162,21 +2221,24 @@
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
"version": "1.5.0", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/jsonlint.git", "url": "https://github.com/Seldaek/jsonlint.git",
"reference": "19495c181d6d53a0a13414154e52817e3b504189" "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/19495c181d6d53a0a13414154e52817e3b504189", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
"reference": "19495c181d6d53a0a13414154e52817e3b504189", "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3 || ^7.0" "php": "^5.3 || ^7.0"
}, },
"require-dev": {
"phpunit/phpunit": "^4.5"
},
"bin": [ "bin": [
"bin/jsonlint" "bin/jsonlint"
], ],
@ -2204,20 +2266,20 @@
"parser", "parser",
"validator" "validator"
], ],
"time": "2016-11-14T17:59:58+00:00" "time": "2017-03-06T16:42:24+00:00"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v2.8.17", "version": "v2.8.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "747fa191136cf798409183c501435aa4c16184df" "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/747fa191136cf798409183c501435aa4c16184df", "url": "https://api.github.com/repos/symfony/config/zipball/06ce6bb46c24963ec09323da45d0f4f85d3cecd2",
"reference": "747fa191136cf798409183c501435aa4c16184df", "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2260,25 +2322,25 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-02-05T10:11:19+00:00" "time": "2017-03-01T18:13:50+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.8.17", "version": "v2.8.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4" "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4", "url": "https://api.github.com/repos/symfony/console/zipball/81508e6fac4476771275a3f4f53c3fee9b956bfa",
"reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4", "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9", "php": ">=5.3.9",
"symfony/debug": "~2.7,>=2.7.2|~3.0.0", "symfony/debug": "^2.7.2|~3.0.0",
"symfony/polyfill-mbstring": "~1.0" "symfony/polyfill-mbstring": "~1.0"
}, },
"require-dev": { "require-dev": {
@ -2321,7 +2383,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-02-06T12:04:06+00:00" "time": "2017-03-04T11:00:12+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
@ -2382,16 +2444,16 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.8.17", "version": "v2.8.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "74877977f90fb9c3e46378d5764217c55f32df34" "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bb4ec47e8e109c1c1172145732d0aa468d967cd0",
"reference": "74877977f90fb9c3e46378d5764217c55f32df34", "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2399,7 +2461,7 @@
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~2.0,>=2.0.5|~3.0.0", "symfony/config": "^2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.6|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0",
"symfony/stopwatch": "~2.3|~3.0.0" "symfony/stopwatch": "~2.3|~3.0.0"
@ -2438,7 +2500,7 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-02T20:30:24+00:00" "time": "2017-02-21T08:33:48+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
@ -2491,16 +2553,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.8.17", "version": "v2.8.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b" "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/355fccac526522dc5fca8ecf0e62749a149f3b8b", "url": "https://api.github.com/repos/symfony/finder/zipball/5fc4b5cab38b9d28be318fcffd8066988e7d9451",
"reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b", "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2536,7 +2598,7 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-02T20:30:24+00:00" "time": "2017-02-21T08:33:48+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -2599,16 +2661,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.8.17", "version": "v2.8.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "0110ac49348d14eced7d3278ea7485f22196932e" "reference": "41336b20b52f5fd5b42a227e394e673c8071118f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/0110ac49348d14eced7d3278ea7485f22196932e", "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f",
"reference": "0110ac49348d14eced7d3278ea7485f22196932e", "reference": "41336b20b52f5fd5b42a227e394e673c8071118f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2644,20 +2706,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-02-03T12:08:06+00:00" "time": "2017-03-04T12:20:59+00:00"
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v2.8.17", "version": "v2.8.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
"reference": "e8bb9de52febc4ee9922b33b1f04ba5feed457b8" "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/e8bb9de52febc4ee9922b33b1f04ba5feed457b8", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9e4369666d02ee9b8830da878b7f6a769eb96f4b",
"reference": "e8bb9de52febc4ee9922b33b1f04ba5feed457b8", "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2693,7 +2755,7 @@
], ],
"description": "Symfony Stopwatch Component", "description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-02T20:30:24+00:00" "time": "2017-02-18T17:06:33+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
@ -2761,16 +2823,16 @@
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
"version": "v2.8.17", "version": "v2.8.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/validator.git", "url": "https://github.com/symfony/validator.git",
"reference": "b04a58dc1f9941c3291f06a496a88393ee64fdf0" "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/b04a58dc1f9941c3291f06a496a88393ee64fdf0", "url": "https://api.github.com/repos/symfony/validator/zipball/8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
"reference": "b04a58dc1f9941c3291f06a496a88393ee64fdf0", "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2781,13 +2843,13 @@
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.0", "doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0", "doctrine/cache": "~1.0",
"egulias/email-validator": "~1.2,>=1.2.1", "egulias/email-validator": "^1.2.1",
"symfony/config": "~2.2|~3.0.0", "symfony/config": "~2.2|~3.0.0",
"symfony/expression-language": "~2.4|~3.0.0", "symfony/expression-language": "~2.4|~3.0.0",
"symfony/http-foundation": "~2.3|~3.0.0", "symfony/http-foundation": "~2.3|~3.0.0",
"symfony/intl": "~2.7.4|~2.8|~3.0.0", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
"symfony/property-access": "~2.3|~3.0.0", "symfony/property-access": "~2.3|~3.0.0",
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0" "symfony/yaml": "^2.0.5|~3.0.0"
}, },
"suggest": { "suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
@ -2830,20 +2892,20 @@
], ],
"description": "Symfony Validator Component", "description": "Symfony Validator Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-31T21:48:58+00:00" "time": "2017-02-28T02:24:56+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.2.3", "version": "v3.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b" "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/e1718c6bf57e1efbb8793ada951584b2ab27775b", "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a",
"reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b", "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2885,33 +2947,34 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-21T17:06:35+00:00" "time": "2017-03-07T16:47:02+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.31.0", "version": "v1.32.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7" "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7", "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
"reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7", "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.7" "php": ">=5.2.7"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0",
"symfony/debug": "~2.7", "symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~3.2" "symfony/phpunit-bridge": "~3.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.31-dev" "dev-master": "1.32-dev"
} }
}, },
"autoload": { "autoload": {
@ -2946,7 +3009,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2017-01-11T19:36:15+00:00" "time": "2017-02-27T00:07:03+00:00"
}, },
{ {
"name": "zendframework/zend-cache", "name": "zendframework/zend-cache",
@ -3075,26 +3138,26 @@
}, },
{ {
"name": "zendframework/zend-eventmanager", "name": "zendframework/zend-eventmanager",
"version": "3.1.0", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git", "url": "https://github.com/zendframework/zend-eventmanager.git",
"reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d" "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d", "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
"reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d", "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.6 || ^7.0" "php": "^5.5 || ^7.0"
}, },
"require-dev": { "require-dev": {
"athletic/athletic": "^0.1", "athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0", "container-interop/container-interop": "^1.1.0",
"phpunit/phpunit": "^5.6", "phpunit/phpunit": "~4.0",
"zendframework/zend-coding-standard": "~1.0.0", "squizlabs/php_codesniffer": "^2.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0" "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
}, },
"suggest": { "suggest": {
@ -3104,8 +3167,8 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1-dev", "dev-master": "3.0-dev",
"dev-develop": "3.2-dev" "dev-develop": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3125,7 +3188,7 @@
"events", "events",
"zf2" "zf2"
], ],
"time": "2016-12-19T21:47:12+00:00" "time": "2016-02-18T20:53:00+00:00"
}, },
{ {
"name": "zendframework/zend-filter", "name": "zendframework/zend-filter",
@ -3314,35 +3377,40 @@
}, },
{ {
"name": "zendframework/zend-json", "name": "zendframework/zend-json",
"version": "3.0.0", "version": "2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-json.git", "url": "https://github.com/zendframework/zend-json.git",
"reference": "f42a1588e75c2a3e338cd94c37906231e616daab" "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-json/zipball/f42a1588e75c2a3e338cd94c37906231e616daab", "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
"reference": "f42a1588e75c2a3e338cd94c37906231e616daab", "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5 || ^7.0" "php": "^5.5 || ^7.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "^2.3", "zendframework/zend-http": "^2.5.4",
"zendframework/zend-stdlib": "^2.7 || ^3.0" "zendframework/zend-server": "^2.6.1",
"zendframework/zend-stdlib": "^2.5 || ^3.0",
"zendframework/zendxml": "^1.0.2"
}, },
"suggest": { "suggest": {
"zendframework/zend-json-server": "For implementing JSON-RPC servers", "zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server",
"zendframework/zend-xml2json": "For converting XML documents to JSON" "zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server",
"zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses",
"zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev", "dev-master": "2.6-dev",
"dev-develop": "3.1-dev" "dev-develop": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -3360,42 +3428,42 @@
"json", "json",
"zf2" "zf2"
], ],
"time": "2016-04-01T02:34:00+00:00" "time": "2016-02-04T21:20:26+00:00"
}, },
{ {
"name": "zendframework/zend-serializer", "name": "zendframework/zend-serializer",
"version": "2.8.0", "version": "2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-serializer.git", "url": "https://github.com/zendframework/zend-serializer.git",
"reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e" "reference": "95385c2342fc335d5164eb95ac3ca230aa51223b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/ff74ea020f5f90866eb28365327e9bc765a61a6e", "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/95385c2342fc335d5164eb95ac3ca230aa51223b",
"reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e", "reference": "95385c2342fc335d5164eb95ac3ca230aa51223b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.6 || ^7.0", "php": "^5.5 || ^7.0",
"zendframework/zend-json": "^2.5 || ^3.0", "zendframework/zend-json": "^2.5",
"zendframework/zend-stdlib": "^2.7 || ^3.0" "zendframework/zend-stdlib": "^2.7 || ^3.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "^4.5", "phpunit/phpunit": "^4.5",
"squizlabs/php_codesniffer": "^2.3.1",
"zendframework/zend-math": "^2.6", "zendframework/zend-math": "^2.6",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
}, },
"suggest": { "suggest": {
"zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization", "zendframework/zend-math": "(^2.6) To support Python Pickle serialization",
"zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support" "zendframework/zend-servicemanager": "To support plugin manager support"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.8-dev", "dev-master": "2.7-dev",
"dev-develop": "2.9-dev" "dev-develop": "2.8-dev"
}, },
"zf": { "zf": {
"component": "Zend\\Serializer", "component": "Zend\\Serializer",
@ -3417,7 +3485,7 @@
"serializer", "serializer",
"zf2" "zf2"
], ],
"time": "2016-06-21T17:01:55+00:00" "time": "2016-05-11T16:05:56+00:00"
}, },
{ {
"name": "zendframework/zend-servicemanager", "name": "zendframework/zend-servicemanager",