Updated composer file.

This commit is contained in:
James Cole
2015-07-16 20:39:20 +02:00
parent 0a2a01c44c
commit 32528094ad

224
composer.lock generated
View File

@@ -62,22 +62,22 @@
}, },
{ {
"name": "codeception/codeception", "name": "codeception/codeception",
"version": "2.1.0", "version": "2.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Codeception.git", "url": "https://github.com/Codeception/Codeception.git",
"reference": "b5af3aac061ffaeb65ed023534b3c50558e90d07" "reference": "6c22380326421947fba0d6116c13a5c24d214adb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/b5af3aac061ffaeb65ed023534b3c50558e90d07", "url": "https://api.github.com/repos/Codeception/Codeception/zipball/6c22380326421947fba0d6116c13a5c24d214adb",
"reference": "b5af3aac061ffaeb65ed023534b3c50558e90d07", "reference": "6c22380326421947fba0d6116c13a5c24d214adb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"facebook/webdriver": "~0.4|~0.5", "facebook/webdriver": "~1.0",
"guzzlehttp/guzzle": ">=4.0|<7.0", "guzzlehttp/guzzle": ">=4.0|<7.0",
"guzzlehttp/psr7": "~1.0", "guzzlehttp/psr7": "~1.0",
"php": ">=5.4.0", "php": ">=5.4.0",
@@ -110,9 +110,7 @@
], ],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": []
"dev-master": "2.1-dev"
}
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@@ -140,7 +138,7 @@
"functional testing", "functional testing",
"unit testing" "unit testing"
], ],
"time": "2015-06-30 03:38:01" "time": "2015-07-14 11:24:17"
}, },
{ {
"name": "danielstjules/stringy", "name": "danielstjules/stringy",
@@ -805,36 +803,38 @@
}, },
{ {
"name": "facebook/webdriver", "name": "facebook/webdriver",
"version": "v0.6.0", "version": "1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facebook/php-webdriver.git", "url": "https://github.com/facebook/php-webdriver.git",
"reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5" "reference": "7cfa09f0a50b5e93087a9dc0eb669bc559eb9961"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5", "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/7cfa09f0a50b5e93087a9dc0eb669bc559eb9961",
"reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5", "reference": "7cfa09f0a50b5e93087a9dc0eb669bc559eb9961",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.19" "php": ">=5.3.19"
}, },
"require-dev": { "require-dev": {
"phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "4.6.*"
"phpunit/phpunit": "3.7.*" },
"suggest": {
"phpdocumentor/phpdocumentor": "2.*"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "psr-4": {
"lib/" "Facebook\\WebDriver\\": "lib/"
] }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"Apache-2.0" "Apache-2.0"
], ],
"description": "A php client for WebDriver", "description": "A PHP client for WebDriver",
"homepage": "https://github.com/facebook/php-webdriver", "homepage": "https://github.com/facebook/php-webdriver",
"keywords": [ "keywords": [
"facebook", "facebook",
@@ -842,7 +842,7 @@
"selenium", "selenium",
"webdriver" "webdriver"
], ],
"time": "2015-02-09 19:39:34" "time": "2015-06-09 17:06:08"
}, },
{ {
"name": "grumpydictator/gchart", "name": "grumpydictator/gchart",
@@ -1488,16 +1488,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.7", "version": "1.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "b58431785768abbb4f00c10e66a065095a0693ef" "reference": "c42bed650525ec9ea1a83b715e37f4fc690f99aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b58431785768abbb4f00c10e66a065095a0693ef", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c42bed650525ec9ea1a83b715e37f4fc690f99aa",
"reference": "b58431785768abbb4f00c10e66a065095a0693ef", "reference": "c42bed650525ec9ea1a83b715e37f4fc690f99aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1565,7 +1565,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2015-07-11 14:58:06" "time": "2015-07-13 09:25:28"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@@ -1736,16 +1736,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v1.3.0", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "dff239267fd1befa1cd40430c9ed12591aa720ca" "reference": "196f177cfefa0f1f7166c0a05d8255889be12418"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dff239267fd1befa1cd40430c9ed12591aa720ca", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/196f177cfefa0f1f7166c0a05d8255889be12418",
"reference": "dff239267fd1befa1cd40430c9ed12591aa720ca", "reference": "196f177cfefa0f1f7166c0a05d8255889be12418",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1755,7 +1755,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3-dev" "dev-master": "1.4-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1777,7 +1777,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2015-05-02 15:40:40" "time": "2015-07-14 17:31:05"
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
@@ -1890,16 +1890,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "2.1.7", "version": "2.1.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4" "reference": "6044546998c7627ab997501a3d0db972b3db9790"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/07e27765596d72c378a6103e80da5d84e802f1e4", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6044546998c7627ab997501a3d0db972b3db9790",
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4", "reference": "6044546998c7627ab997501a3d0db972b3db9790",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1948,7 +1948,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-06-30 06:52:35" "time": "2015-07-13 11:25:58"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@@ -2130,16 +2130,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.7.6", "version": "4.7.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b" "reference": "9b97f9d807b862c2de2a36e86690000801c85724"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", "reference": "9b97f9d807b862c2de2a36e86690000801c85724",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2198,7 +2198,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-06-30 06:53:57" "time": "2015-07-13 11:28:34"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@@ -2344,16 +2344,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.5.1", "version": "v0.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "e5a46a767928e85f1f47dda654beda8c680ddd94" "reference": "aaf8772ade08b5f0f6830774a5d5c2f800415975"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/e5a46a767928e85f1f47dda654beda8c680ddd94", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/aaf8772ade08b5f0f6830774a5d5c2f800415975",
"reference": "e5a46a767928e85f1f47dda654beda8c680ddd94", "reference": "aaf8772ade08b5f0f6830774a5d5c2f800415975",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2412,7 +2412,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2015-07-03 16:48:00" "time": "2015-07-16 15:26:57"
}, },
{ {
"name": "rcrowe/twigbridge", "name": "rcrowe/twigbridge",
@@ -2904,16 +2904,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/BrowserKit.git", "url": "https://github.com/symfony/BrowserKit.git",
"reference": "d0a144a1a96d5dc90bed2814b2096a1322761672" "reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/d0a144a1a96d5dc90bed2814b2096a1322761672", "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/176905d3d74c2f99e6ab70f4f5a89460532495ae",
"reference": "d0a144a1a96d5dc90bed2814b2096a1322761672", "reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2955,20 +2955,20 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-04 20:11:48" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806" "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/564398bc1f33faf92fc2ec86859983d30eb81806", "url": "https://api.github.com/repos/symfony/Console/zipball/8cf484449130cabfd98dcb4694ca9945802a21ed",
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806", "reference": "8cf484449130cabfd98dcb4694ca9945802a21ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3012,11 +3012,11 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/CssSelector.git", "url": "https://github.com/symfony/CssSelector.git",
@@ -3069,16 +3069,16 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Debug.git", "url": "https://github.com/symfony/Debug.git",
"reference": "075070230c5bbc65abde8241191655bbce0716e2" "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Debug/zipball/075070230c5bbc65abde8241191655bbce0716e2", "url": "https://api.github.com/repos/symfony/Debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3",
"reference": "075070230c5bbc65abde8241191655bbce0716e2", "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3125,20 +3125,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-08 09:37:21" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/DomCrawler.git", "url": "https://github.com/symfony/DomCrawler.git",
"reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3" "reference": "9dabece63182e95c42b06967a0d929a5df78bc35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/11d8eb8ccc1533f4c2d89a025f674894fda520b3", "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/9dabece63182e95c42b06967a0d929a5df78bc35",
"reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3", "reference": "9dabece63182e95c42b06967a0d929a5df78bc35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3178,20 +3178,20 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-05-22 14:54:25" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/EventDispatcher.git",
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9" "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/be3c5ff8d503c46768aeb78ce6333051aa6f26d9", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9", "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3236,20 +3236,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-08 09:37:21" "time": "2015-06-18 19:21:56"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder.git", "url": "https://github.com/symfony/Finder.git",
"reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75" "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/c13a40d638aeede1e8400f8c956c7f9246c05f75", "url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
"reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75", "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3285,20 +3285,20 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-04 20:11:48" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpFoundation.git", "url": "https://github.com/symfony/HttpFoundation.git",
"reference": "4f363c426b0ced57e3d14460022feb63937980ff" "reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/4f363c426b0ced57e3d14460022feb63937980ff", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/88903c0531b90d4ecd90282b18f08c0c77bde0b2",
"reference": "4f363c426b0ced57e3d14460022feb63937980ff", "reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3338,20 +3338,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpKernel.git", "url": "https://github.com/symfony/HttpKernel.git",
"reference": "208101c7a11e31933183bd2a380486e528c74302" "reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/208101c7a11e31933183bd2a380486e528c74302", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
"reference": "208101c7a11e31933183bd2a380486e528c74302", "reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3418,20 +3418,20 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-11 21:15:28" "time": "2015-07-13 19:27:49"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/Process.git",
"reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1" "reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/552d8efdc80980cbcca50b28d626ac8e36e3cdd1", "url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
"reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1", "reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3467,20 +3467,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-08 09:37:21" "time": "2015-07-01 11:25:50"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Routing.git", "url": "https://github.com/symfony/Routing.git",
"reference": "5581be29185b8fb802398904555f70da62f6d50d" "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/5581be29185b8fb802398904555f70da62f6d50d", "url": "https://api.github.com/repos/symfony/Routing/zipball/ea9134f277162b02e5f80ac058b75a77637b0d26",
"reference": "5581be29185b8fb802398904555f70da62f6d50d", "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3538,20 +3538,20 @@
"uri", "uri",
"url" "url"
], ],
"time": "2015-06-11 17:20:40" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Translation.git", "url": "https://github.com/symfony/Translation.git",
"reference": "8349a2b0d11bd0311df9e8914408080912983a0b" "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Translation/zipball/8349a2b0d11bd0311df9e8914408080912983a0b", "url": "https://api.github.com/repos/symfony/Translation/zipball/c8dc34cc936152c609cdd722af317e4239d10dd6",
"reference": "8349a2b0d11bd0311df9e8914408080912983a0b", "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3599,20 +3599,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-11 17:26:34" "time": "2015-07-09 16:07:40"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "c509921f260353bf07b257f84017777c8b0aa4bc" "reference": "fde603d9f4b2418ff0f0315b93eb039c9aa41205"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c509921f260353bf07b257f84017777c8b0aa4bc", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fde603d9f4b2418ff0f0315b93eb039c9aa41205",
"reference": "c509921f260353bf07b257f84017777c8b0aa4bc", "reference": "fde603d9f4b2418ff0f0315b93eb039c9aa41205",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3658,20 +3658,20 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2015-06-08 09:37:21" "time": "2015-07-01 12:07:40"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160" "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160", "url": "https://api.github.com/repos/symfony/Yaml/zipball/4bfbe0ed3909bfddd75b70c094391ec1f142f860",
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160", "reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3707,7 +3707,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22" "time": "2015-07-01 11:25:50"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",