mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated composer.
This commit is contained in:
parent
3cc57ab89c
commit
999103277e
@ -27,7 +27,6 @@
|
||||
"doctrine/dbal": "~2.5",
|
||||
"illuminate/html": "~5.0",
|
||||
"league/commonmark": "0.7.*"
|
||||
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "@stable",
|
||||
|
121
composer.lock
generated
121
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "1aaed0055d07325d7f417f2a6a7739bd",
|
||||
"hash": "34e0c28c0f8f4c04b545b2cbb0f2f24b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "classpreloader/classpreloader",
|
||||
@ -892,16 +892,16 @@
|
||||
},
|
||||
{
|
||||
"name": "jeremeamia/SuperClosure",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jeremeamia/super_closure.git",
|
||||
"reference": "ac4394c7e21777ac48543190fb0872b2fc7f17af"
|
||||
"reference": "b712f39c671e5ead60c7ebfe662545456aade833"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/ac4394c7e21777ac48543190fb0872b2fc7f17af",
|
||||
"reference": "ac4394c7e21777ac48543190fb0872b2fc7f17af",
|
||||
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/b712f39c671e5ead60c7ebfe662545456aade833",
|
||||
"reference": "b712f39c671e5ead60c7ebfe662545456aade833",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -915,7 +915,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0-dev"
|
||||
"dev-master": "2.1-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -946,20 +946,20 @@
|
||||
"serialize",
|
||||
"tokenizer"
|
||||
],
|
||||
"time": "2015-01-26 23:07:39"
|
||||
"time": "2015-03-11 20:06:43"
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.0.13",
|
||||
"version": "v5.0.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "c263240daa383e6b9bd979600dc61dcb2c436d53"
|
||||
"reference": "861a1e78c84dca82fe4bd85d00349c52304eea77"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/c263240daa383e6b9bd979600dc61dcb2c436d53",
|
||||
"reference": "c263240daa383e6b9bd979600dc61dcb2c436d53",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/861a1e78c84dca82fe4bd85d00349c52304eea77",
|
||||
"reference": "861a1e78c84dca82fe4bd85d00349c52304eea77",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1067,24 +1067,25 @@
|
||||
}
|
||||
],
|
||||
"description": "The Laravel Framework.",
|
||||
"homepage": "http://laravel.com",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2015-02-27 00:32:38"
|
||||
"time": "2015-03-13 13:27:55"
|
||||
},
|
||||
{
|
||||
"name": "league/commonmark",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/commonmark.git",
|
||||
"reference": "5f5137889b2aec36f8a1009ebe8673dac45f004e"
|
||||
"reference": "7fecb7bdef265e45c80c53e1000e2056a9463401"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/5f5137889b2aec36f8a1009ebe8673dac45f004e",
|
||||
"reference": "5f5137889b2aec36f8a1009ebe8673dac45f004e",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/7fecb7bdef265e45c80c53e1000e2056a9463401",
|
||||
"reference": "7fecb7bdef265e45c80c53e1000e2056a9463401",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1096,14 +1097,14 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"erusev/parsedown": "~1.0",
|
||||
"jgm/commonmark": "0.17",
|
||||
"jgm/commonmark": "0.18",
|
||||
"michelf/php-markdown": "~1.4",
|
||||
"phpunit/phpunit": "~4.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.7-dev"
|
||||
"dev-master": "0.8-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -1130,20 +1131,20 @@
|
||||
"markdown",
|
||||
"parser"
|
||||
],
|
||||
"time": "2015-02-16 23:59:27"
|
||||
"time": "2015-03-08 17:48:53"
|
||||
},
|
||||
{
|
||||
"name": "league/flysystem",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/flysystem.git",
|
||||
"reference": "efa1d394bb45b0984a863854c608c607b9c2a9a4"
|
||||
"reference": "51cd7cd7ee0defbaafc6ec0d3620110a5d71e11a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/efa1d394bb45b0984a863854c608c607b9c2a9a4",
|
||||
"reference": "efa1d394bb45b0984a863854c608c607b9c2a9a4",
|
||||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/51cd7cd7ee0defbaafc6ec0d3620110a5d71e11a",
|
||||
"reference": "51cd7cd7ee0defbaafc6ec0d3620110a5d71e11a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1155,21 +1156,21 @@
|
||||
"mockery/mockery": "~0.9",
|
||||
"phpspec/phpspec": "~2.0.0",
|
||||
"phpspec/prophecy-phpunit": "~1.0",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"phpunit/phpunit": "~4.1",
|
||||
"predis/predis": "~1.0",
|
||||
"tedivm/stash": "~0.12.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-fileinfo": "Required for MimeType",
|
||||
"league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2",
|
||||
"league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3",
|
||||
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
||||
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
||||
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
||||
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
||||
"league/flysystem-copy": "Allows you to use Copy.com storage",
|
||||
"league/flysystem-dropbox": "Use Dropbox storage",
|
||||
"league/flysystem-dropbox": "Allows you to use Dropbox storage",
|
||||
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
||||
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
||||
"league/flysystem-sftp": "Allows 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-ziparchive": "Allows you to use ZipArchive adapter",
|
||||
"predis/predis": "Allows you to use Predis for caching"
|
||||
@ -1213,20 +1214,20 @@
|
||||
"sftp",
|
||||
"storage"
|
||||
],
|
||||
"time": "2015-01-23 09:43:34"
|
||||
"time": "2015-03-10 11:04:14"
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "1.12.0",
|
||||
"version": "1.13.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Seldaek/monolog.git",
|
||||
"reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
|
||||
"reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
|
||||
"reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
|
||||
"reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1243,6 +1244,7 @@
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"raven/raven": "~0.5",
|
||||
"ruflin/elastica": "0.90.*",
|
||||
"swiftmailer/swiftmailer": "~5.3",
|
||||
"videlalvaro/php-amqplib": "~2.4"
|
||||
},
|
||||
"suggest": {
|
||||
@ -1259,7 +1261,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.12.x-dev"
|
||||
"dev-master": "1.13.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -1285,7 +1287,7 @@
|
||||
"logging",
|
||||
"psr-3"
|
||||
],
|
||||
"time": "2014-12-29 21:29:35"
|
||||
"time": "2015-03-09 09:58:04"
|
||||
},
|
||||
{
|
||||
"name": "mtdowling/cron-expression",
|
||||
@ -1333,16 +1335,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "1.14.0",
|
||||
"version": "1.17.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "bb87460c995d97fe55b39e65f6ffb7f64b0a941e"
|
||||
"reference": "a1dd1ad9abfc8b3c4d8768068e6c71d293424e86"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bb87460c995d97fe55b39e65f6ffb7f64b0a941e",
|
||||
"reference": "bb87460c995d97fe55b39e65f6ffb7f64b0a941e",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a1dd1ad9abfc8b3c4d8768068e6c71d293424e86",
|
||||
"reference": "a1dd1ad9abfc8b3c4d8768068e6c71d293424e86",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1369,13 +1371,13 @@
|
||||
}
|
||||
],
|
||||
"description": "A simple API extension for DateTime.",
|
||||
"homepage": "https://github.com/briannesbitt/Carbon",
|
||||
"homepage": "http://carbon.nesbot.com",
|
||||
"keywords": [
|
||||
"date",
|
||||
"datetime",
|
||||
"time"
|
||||
],
|
||||
"time": "2015-02-06 05:07:29"
|
||||
"time": "2015-03-08 14:05:44"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
@ -1462,16 +1464,16 @@
|
||||
},
|
||||
{
|
||||
"name": "psy/psysh",
|
||||
"version": "v0.4.1",
|
||||
"version": "v0.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bobthecow/psysh.git",
|
||||
"reference": "3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b"
|
||||
"reference": "e50a63b4e4971041fda993b0dd6977fc60bc39d4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b",
|
||||
"reference": "3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/e50a63b4e4971041fda993b0dd6977fc60bc39d4",
|
||||
"reference": "e50a63b4e4971041fda993b0dd6977fc60bc39d4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1482,10 +1484,10 @@
|
||||
"symfony/console": "~2.3.10|~2.4.2|~2.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"fabpot/php-cs-fixer": "~1.3",
|
||||
"fabpot/php-cs-fixer": "~1.5",
|
||||
"phpunit/phpunit": "~3.7|~4.0",
|
||||
"squizlabs/php_codesniffer": "~2.0",
|
||||
"symfony/finder": "~2.1"
|
||||
"symfony/finder": "~2.1|~3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
|
||||
@ -1499,7 +1501,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-develop": "0.3.x-dev"
|
||||
"dev-develop": "0.4.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -1529,20 +1531,20 @@
|
||||
"interactive",
|
||||
"shell"
|
||||
],
|
||||
"time": "2015-02-25 20:35:54"
|
||||
"time": "2015-03-14 17:29:14"
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
"version": "v5.3.1",
|
||||
"version": "v5.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||||
"reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
|
||||
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
|
||||
"reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
|
||||
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
|
||||
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1554,7 +1556,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "5.3-dev"
|
||||
"dev-master": "5.4-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -1581,7 +1583,7 @@
|
||||
"mail",
|
||||
"mailer"
|
||||
],
|
||||
"time": "2014-12-05 14:17:14"
|
||||
"time": "2015-03-14 06:06:39"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
@ -2332,15 +2334,16 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dwightwatson/validating.git",
|
||||
"reference": "359a2a76666635f8ae122ece31a5da5e798005de"
|
||||
"reference": "b85ca3550a66f31685fad78b3ae085a8cea6fcdf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dwightwatson/validating/zipball/359a2a76666635f8ae122ece31a5da5e798005de",
|
||||
"reference": "359a2a76666635f8ae122ece31a5da5e798005de",
|
||||
"url": "https://api.github.com/repos/dwightwatson/validating/zipball/b85ca3550a66f31685fad78b3ae085a8cea6fcdf",
|
||||
"reference": "b85ca3550a66f31685fad78b3ae085a8cea6fcdf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "~5.0",
|
||||
"illuminate/database": "~5.0",
|
||||
"illuminate/events": "~5.0",
|
||||
"illuminate/support": "~5.0",
|
||||
@ -2378,7 +2381,7 @@
|
||||
"laravel",
|
||||
"validation"
|
||||
],
|
||||
"time": "2014-12-10 18:32:24"
|
||||
"time": "2015-03-13 05:19:15"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
Loading…
Reference in New Issue
Block a user