Update composer.lock.

This commit is contained in:
James Cole 2015-12-12 22:32:04 +01:00
parent 6d84f4b6c1
commit e7e4aa2218

200
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"
], ],
"hash": "a45c63de1cfbf08e59cf0a16c105847a", "hash": "79e0f94d7571803d13e30aa48111b1ab",
"content-hash": "968497c3098b5a38109e66c170c8becd", "content-hash": "968497c3098b5a38109e66c170c8becd",
"packages": [ "packages": [
{ {
@ -269,16 +269,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.5.1", "version": "v1.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e" "reference": "47c7128262da274f590ae6f86eb137a7a64e82af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e", "url": "https://api.github.com/repos/doctrine/cache/zipball/47c7128262da274f590ae6f86eb137a7a64e82af",
"reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e", "reference": "47c7128262da274f590ae6f86eb137a7a64e82af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -335,7 +335,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2015-11-02 18:35:48" "time": "2015-12-03 10:50:37"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
@ -405,16 +405,16 @@
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "v2.5.1", "version": "v2.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9" "reference": "311001fd9865a4d0d59efff4eac6d7dcb3f5270c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9", "url": "https://api.github.com/repos/doctrine/common/zipball/311001fd9865a4d0d59efff4eac6d7dcb3f5270c",
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9", "reference": "311001fd9865a4d0d59efff4eac6d7dcb3f5270c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -431,7 +431,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6.x-dev" "dev-master": "2.5.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -474,7 +474,7 @@
"persistence", "persistence",
"spl" "spl"
], ],
"time": "2015-08-31 13:00:22" "time": "2015-12-04 12:49:42"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -839,30 +839,30 @@
}, },
{ {
"name": "jeremeamia/SuperClosure", "name": "jeremeamia/SuperClosure",
"version": "2.1.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jeremeamia/super_closure.git", "url": "https://github.com/jeremeamia/super_closure.git",
"reference": "b712f39c671e5ead60c7ebfe662545456aade833" "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/b712f39c671e5ead60c7ebfe662545456aade833", "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
"reference": "b712f39c671e5ead60c7ebfe662545456aade833", "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikic/php-parser": "~1.0", "nikic/php-parser": "^1.2|^2.0",
"php": ">=5.4" "php": ">=5.4",
"symfony/polyfill-php56": "^1.0"
}, },
"require-dev": { "require-dev": {
"codeclimate/php-test-reporter": "~0.1.2", "phpunit/phpunit": "^4.0|^5.0"
"phpunit/phpunit": "~4.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -893,7 +893,7 @@
"serialize", "serialize",
"tokenizer" "tokenizer"
], ],
"time": "2015-03-11 20:06:43" "time": "2015-12-05 17:17:57"
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
@ -1401,32 +1401,38 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v1.4.1", "version": "v2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51" "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c542e5d86a9775abd1021618eb2430278bfc1e01",
"reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51", "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=5.3" "php": ">=5.4"
}, },
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"bin/php-parse"
],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
"files": [ "psr-4": {
"lib/bootstrap.php" "PhpParser\\": "lib/PhpParser"
] }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -1442,20 +1448,20 @@
"parser", "parser",
"php" "php"
], ],
"time": "2015-09-19 14:15:08" "time": "2015-12-04 15:28:43"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "1.1.1", "version": "1.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32" "reference": "d762ee5b099a29044603cd4649851e81aa66cb47"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/a208865a5aeffc2dbbef2a5b3409887272d93f32", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47",
"reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32", "reference": "d762ee5b099a29044603cd4649851e81aa66cb47",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1490,7 +1496,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2015-12-01 02:52:15" "time": "2015-12-10 14:48:13"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -1604,23 +1610,23 @@
}, },
{ {
"name": "rcrowe/twigbridge", "name": "rcrowe/twigbridge",
"version": "v0.7.2", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rcrowe/TwigBridge.git", "url": "https://github.com/rcrowe/TwigBridge.git",
"reference": "838d9c4f1c2306dddf7609daeb6ad6429249b242" "reference": "0e2693d99745eb8bbd01a80e841951c0738e1d15"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/838d9c4f1c2306dddf7609daeb6ad6429249b242", "url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/0e2693d99745eb8bbd01a80e841951c0738e1d15",
"reference": "838d9c4f1c2306dddf7609daeb6ad6429249b242", "reference": "0e2693d99745eb8bbd01a80e841951c0738e1d15",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "5.0.*|5.1.*", "illuminate/support": "5.0.*|5.1.*",
"illuminate/view": "5.0.*|5.1.*", "illuminate/view": "5.0.*|5.1.*",
"php": ">=5.4.0", "php": ">=5.4.0",
"twig/twig": "~1.15" "twig/twig": "~1.15|~2.0"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "5.0.*", "laravel/framework": "5.0.*",
@ -1664,7 +1670,7 @@
"laravel", "laravel",
"twig" "twig"
], ],
"time": "2015-05-17 16:02:25" "time": "2015-05-21 13:46:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
@ -2189,6 +2195,114 @@
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-11-23 11:57:49" "time": "2015-11-23 11:57:49"
}, },
{
"name": "symfony/polyfill-php56",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "a6bd4770a6967517e6610529e14afaa3111094a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/a6bd4770a6967517e6610529e14afaa3111094a3",
"reference": "a6bd4770a6967517e6610529e14afaa3111094a3",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"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 backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2015-11-04 20:28:58"
},
{
"name": "symfony/polyfill-util",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "4271c55cbc0a77b2641f861b978123e46b3da969"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4271c55cbc0a77b2641f861b978123e46b3da969",
"reference": "4271c55cbc0a77b2641f861b978123e46b3da969",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"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 utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
"time": "2015-11-04 20:28:58"
},
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.7.7", "version": "v2.7.7",