mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated composer lock file.
This commit is contained in:
parent
74494a0df6
commit
b6245d4b0b
78
composer.lock
generated
78
composer.lock
generated
@ -784,22 +784,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/guzzle",
|
"name": "guzzle/guzzle",
|
||||||
"version": "v3.8.1",
|
"version": "v3.9.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/guzzle.git",
|
"url": "https://github.com/guzzle/guzzle3.git",
|
||||||
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
|
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
"url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
||||||
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"php": ">=5.3.3",
|
"php": ">=5.3.3",
|
||||||
"symfony/event-dispatcher": ">=2.1"
|
"symfony/event-dispatcher": "~2.1"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"guzzle/batch": "self.version",
|
"guzzle/batch": "self.version",
|
||||||
@ -826,18 +826,21 @@
|
|||||||
"guzzle/stream": "self.version"
|
"guzzle/stream": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/cache": "*",
|
"doctrine/cache": "~1.3",
|
||||||
"monolog/monolog": "1.*",
|
"monolog/monolog": "~1.0",
|
||||||
"phpunit/phpunit": "3.7.*",
|
"phpunit/phpunit": "3.7.*",
|
||||||
"psr/log": "1.0.*",
|
"psr/log": "~1.0",
|
||||||
"symfony/class-loader": "*",
|
"symfony/class-loader": "~2.1",
|
||||||
"zendframework/zend-cache": "<2.3",
|
"zendframework/zend-cache": "2.*,<2.3",
|
||||||
"zendframework/zend-log": "<2.3"
|
"zendframework/zend-log": "2.*,<2.3"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "3.8-dev"
|
"dev-master": "3.9-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -861,7 +864,7 @@
|
|||||||
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
"description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
|
||||||
"homepage": "http://guzzlephp.org/",
|
"homepage": "http://guzzlephp.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"client",
|
"client",
|
||||||
@ -873,7 +876,7 @@
|
|||||||
"web service"
|
"web service"
|
||||||
],
|
],
|
||||||
"abandoned": "guzzlehttp/guzzle",
|
"abandoned": "guzzlehttp/guzzle",
|
||||||
"time": "2014-01-28T22:29:15+00:00"
|
"time": "2015-03-18T18:23:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
@ -2258,30 +2261,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
"version": "v3.3.10",
|
"version": "v2.8.28",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||||
"reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
|
"reference": "7fe089232554357efb8d4af65ce209fc6e5a2186"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fe089232554357efb8d4af65ce209fc6e5a2186",
|
||||||
"reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
|
"reference": "7fe089232554357efb8d4af65ce209fc6e5a2186",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^5.5.9|>=7.0.8"
|
"php": ">=5.3.9"
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"symfony/dependency-injection": "<3.3"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"psr/log": "~1.0",
|
"psr/log": "~1.0",
|
||||||
"symfony/config": "~2.8|~3.0",
|
"symfony/config": "^2.0.5|~3.0.0",
|
||||||
"symfony/dependency-injection": "~3.3",
|
"symfony/dependency-injection": "~2.6|~3.0.0",
|
||||||
"symfony/expression-language": "~2.8|~3.0",
|
"symfony/expression-language": "~2.6|~3.0.0",
|
||||||
"symfony/stopwatch": "~2.8|~3.0"
|
"symfony/stopwatch": "~2.3|~3.0.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/dependency-injection": "",
|
"symfony/dependency-injection": "",
|
||||||
@ -2290,7 +2290,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "3.3-dev"
|
"dev-master": "2.8-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -2317,7 +2317,7 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony EventDispatcher Component",
|
"description": "Symfony EventDispatcher Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2017-10-02T06:42:24+00:00"
|
"time": "2017-10-01T21:00:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
@ -3246,16 +3246,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "watson/validating",
|
"name": "watson/validating",
|
||||||
"version": "3.0.2",
|
"version": "3.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/dwightwatson/validating.git",
|
"url": "https://github.com/dwightwatson/validating.git",
|
||||||
"reference": "c6e9194b034a24d3b6e447bbc7a94d88fad9a1fd"
|
"reference": "ade13078bf2e820e244603446114a28eda51b08c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/dwightwatson/validating/zipball/c6e9194b034a24d3b6e447bbc7a94d88fad9a1fd",
|
"url": "https://api.github.com/repos/dwightwatson/validating/zipball/ade13078bf2e820e244603446114a28eda51b08c",
|
||||||
"reference": "c6e9194b034a24d3b6e447bbc7a94d88fad9a1fd",
|
"reference": "ade13078bf2e820e244603446114a28eda51b08c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -3292,7 +3292,7 @@
|
|||||||
"laravel",
|
"laravel",
|
||||||
"validation"
|
"validation"
|
||||||
],
|
],
|
||||||
"time": "2017-08-25T02:12:38+00:00"
|
"time": "2017-10-08T22:42:01+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
@ -4408,16 +4408,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "6.4.0",
|
"version": "6.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "a1bcaca096998de32c29535fdd2dea0c475e8f61"
|
"reference": "b770d8ba7e60295ee91d69d5a5e01ae833cac220"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1bcaca096998de32c29535fdd2dea0c475e8f61",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b770d8ba7e60295ee91d69d5a5e01ae833cac220",
|
||||||
"reference": "a1bcaca096998de32c29535fdd2dea0c475e8f61",
|
"reference": "b770d8ba7e60295ee91d69d5a5e01ae833cac220",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -4488,7 +4488,7 @@
|
|||||||
"testing",
|
"testing",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"time": "2017-10-06T03:14:57+00:00"
|
"time": "2017-10-07T17:53:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit-mock-objects",
|
"name": "phpunit/phpunit-mock-objects",
|
||||||
|
Loading…
Reference in New Issue
Block a user