Updated composer.lock.

This commit is contained in:
James Cole 2015-07-12 22:43:01 +02:00
parent 04faba4db5
commit 7fe393acaf

78
composer.lock generated
View File

@ -1226,7 +1226,7 @@
"name": "Jeremy Lindblom", "name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com", "email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia", "homepage": "https://github.com/jeremeamia",
"role": "Developer" "role": "developer"
} }
], ],
"description": "Serialize Closure objects, including their context and binding", "description": "Serialize Closure objects, including their context and binding",
@ -1244,16 +1244,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.1.6", "version": "v5.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "356418f315e4f6bf55d2f4bd451606e45a7595df" "reference": "5e942882319845f71c681ce6e85831129bf66426"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/356418f315e4f6bf55d2f4bd451606e45a7595df", "url": "https://api.github.com/repos/laravel/framework/zipball/5e942882319845f71c681ce6e85831129bf66426",
"reference": "356418f315e4f6bf55d2f4bd451606e45a7595df", "reference": "5e942882319845f71c681ce6e85831129bf66426",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1268,7 +1268,7 @@
"mtdowling/cron-expression": "~1.0", "mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.19", "nesbot/carbon": "~1.19",
"php": ">=5.5.9", "php": ">=5.5.9",
"psy/psysh": "0.4.*", "psy/psysh": "~0.5.1",
"swiftmailer/swiftmailer": "~5.1", "swiftmailer/swiftmailer": "~5.1",
"symfony/console": "2.7.*", "symfony/console": "2.7.*",
"symfony/css-selector": "2.7.*", "symfony/css-selector": "2.7.*",
@ -1368,7 +1368,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2015-07-03 13:48:44" "time": "2015-07-12 02:27:36"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@ -1488,31 +1488,27 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.4", "version": "1.0.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "56862959b45131ad33e5a7727a25db19f2cf090b" "reference": "b58431785768abbb4f00c10e66a065095a0693ef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/56862959b45131ad33e5a7727a25db19f2cf090b", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b58431785768abbb4f00c10e66a065095a0693ef",
"reference": "56862959b45131ad33e5a7727a25db19f2cf090b", "reference": "b58431785768abbb4f00c10e66a065095a0693ef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*",
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"ext-fileinfo": "*", "ext-fileinfo": "*",
"league/phpunit-coverage-listener": "~1.1",
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
"phpspec/phpspec": "~2.0", "phpspec/phpspec": "^2.2",
"phpspec/prophecy-phpunit": "~1.0", "phpspec/prophecy-phpunit": "~1.0",
"phpunit/phpunit": "~4.1", "phpunit/phpunit": "~4.1"
"predis/predis": "~1.0",
"tedivm/stash": "~0.12.0"
}, },
"suggest": { "suggest": {
"ext-fileinfo": "Required for MimeType", "ext-fileinfo": "Required for MimeType",
@ -1526,8 +1522,7 @@
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
"predis/predis": "Allows you to use Predis for caching"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1550,10 +1545,11 @@
"email": "info@frenky.net" "email": "info@frenky.net"
} }
], ],
"description": "Many filesystems, one API.", "description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [ "keywords": [
"Cloud Files", "Cloud Files",
"WebDAV", "WebDAV",
"abstraction",
"aws", "aws",
"cloud", "cloud",
"copy.com", "copy.com",
@ -1561,6 +1557,7 @@
"file systems", "file systems",
"files", "files",
"filesystem", "filesystem",
"filesystems",
"ftp", "ftp",
"rackspace", "rackspace",
"remote", "remote",
@ -1568,20 +1565,20 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2015-06-07 21:27:37" "time": "2015-07-11 14:58:06"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "1.14.0", "version": "1.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc" "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0",
"reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc", "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1618,7 +1615,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.14.x-dev" "dev-master": "1.15.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -1644,7 +1641,7 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2015-06-19 13:29:54" "time": "2015-07-12 13:54:09"
}, },
{ {
"name": "mtdowling/cron-expression", "name": "mtdowling/cron-expression",
@ -2347,24 +2344,25 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.4.4", "version": "v0.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "489816db71649bd95b416e3ed9062d40528ab0ac" "reference": "e5a46a767928e85f1f47dda654beda8c680ddd94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e5a46a767928e85f1f47dda654beda8c680ddd94",
"reference": "489816db71649bd95b416e3ed9062d40528ab0ac", "reference": "e5a46a767928e85f1f47dda654beda8c680ddd94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dnoegel/php-xdg-base-dir": "0.1", "dnoegel/php-xdg-base-dir": "0.1",
"jakub-onderka/php-console-highlighter": "0.3.*", "jakub-onderka/php-console-highlighter": "0.3.*",
"nikic/php-parser": "~1.0", "nikic/php-parser": "^1.2.1",
"php": ">=5.3.0", "php": ">=5.3.9",
"symfony/console": "~2.3.10|~2.4.2|~2.5" "symfony/console": "~2.3.10|^2.4.2|~3.0",
"symfony/var-dumper": "~2.7|~3.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "~1.5", "fabpot/php-cs-fixer": "~1.5",
@ -2384,7 +2382,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "0.4.x-dev" "dev-develop": "0.6.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -2414,7 +2412,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2015-03-26 18:43:54" "time": "2015-07-03 16:48:00"
}, },
{ {
"name": "rcrowe/twigbridge", "name": "rcrowe/twigbridge",
@ -3875,12 +3873,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Zizaco/entrust.git", "url": "https://github.com/Zizaco/entrust.git",
"reference": "804000c1c535221792b4e173ecdcc02b5681f5ec" "reference": "3a768eb52300ec4efe9d6a6685b9bf0db6a50ffd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Zizaco/entrust/zipball/804000c1c535221792b4e173ecdcc02b5681f5ec", "url": "https://api.github.com/repos/Zizaco/entrust/zipball/3a768eb52300ec4efe9d6a6685b9bf0db6a50ffd",
"reference": "804000c1c535221792b4e173ecdcc02b5681f5ec", "reference": "3a768eb52300ec4efe9d6a6685b9bf0db6a50ffd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3934,7 +3932,7 @@
"permission", "permission",
"roles" "roles"
], ],
"time": "2015-05-25 00:17:51" "time": "2015-07-09 16:32:53"
} }
], ],
"packages-dev": null, "packages-dev": null,