mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-14 01:13:37 -06:00
Updated composer file
This commit is contained in:
parent
5c6117a37a
commit
f49f3408dd
58
composer.lock
generated
58
composer.lock
generated
@ -2048,27 +2048,30 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
"version": "v2.8.28",
|
"version": "v3.3.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||||
"reference": "7fe089232554357efb8d4af65ce209fc6e5a2186"
|
"reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fe089232554357efb8d4af65ce209fc6e5a2186",
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
|
||||||
"reference": "7fe089232554357efb8d4af65ce209fc6e5a2186",
|
"reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.9"
|
"php": "^5.5.9|>=7.0.8"
|
||||||
|
},
|
||||||
|
"conflict": {
|
||||||
|
"symfony/dependency-injection": "<3.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"psr/log": "~1.0",
|
"psr/log": "~1.0",
|
||||||
"symfony/config": "^2.0.5|~3.0.0",
|
"symfony/config": "~2.8|~3.0",
|
||||||
"symfony/dependency-injection": "~2.6|~3.0.0",
|
"symfony/dependency-injection": "~3.3",
|
||||||
"symfony/expression-language": "~2.6|~3.0.0",
|
"symfony/expression-language": "~2.8|~3.0",
|
||||||
"symfony/stopwatch": "~2.3|~3.0.0"
|
"symfony/stopwatch": "~2.8|~3.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/dependency-injection": "",
|
"symfony/dependency-injection": "",
|
||||||
@ -2077,7 +2080,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.8-dev"
|
"dev-master": "3.3-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -2104,7 +2107,7 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony EventDispatcher Component",
|
"description": "Symfony EventDispatcher Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"time": "2017-10-01T21:00:16+00:00"
|
"time": "2017-10-02T06:42:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/finder",
|
||||||
@ -3268,22 +3271,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/guzzle",
|
"name": "guzzle/guzzle",
|
||||||
"version": "v3.9.3",
|
"version": "v3.8.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/guzzle3.git",
|
"url": "https://github.com/guzzle/guzzle.git",
|
||||||
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
|
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
||||||
"reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
|
"reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
|
||||||
"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",
|
||||||
@ -3310,21 +3313,18 @@
|
|||||||
"guzzle/stream": "self.version"
|
"guzzle/stream": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/cache": "~1.3",
|
"doctrine/cache": "*",
|
||||||
"monolog/monolog": "~1.0",
|
"monolog/monolog": "1.*",
|
||||||
"phpunit/phpunit": "3.7.*",
|
"phpunit/phpunit": "3.7.*",
|
||||||
"psr/log": "~1.0",
|
"psr/log": "1.0.*",
|
||||||
"symfony/class-loader": "~2.1",
|
"symfony/class-loader": "*",
|
||||||
"zendframework/zend-cache": "2.*,<2.3",
|
"zendframework/zend-cache": "<2.3",
|
||||||
"zendframework/zend-log": "2.*,<2.3"
|
"zendframework/zend-log": "<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.9-dev"
|
"dev-master": "3.8-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -3348,7 +3348,7 @@
|
|||||||
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
||||||
"homepage": "http://guzzlephp.org/",
|
"homepage": "http://guzzlephp.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"client",
|
"client",
|
||||||
@ -3360,7 +3360,7 @@
|
|||||||
"web service"
|
"web service"
|
||||||
],
|
],
|
||||||
"abandoned": "guzzlehttp/guzzle",
|
"abandoned": "guzzlehttp/guzzle",
|
||||||
"time": "2015-03-18T18:23:50+00:00"
|
"time": "2014-01-28T22:29:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "hamcrest/hamcrest-php",
|
"name": "hamcrest/hamcrest-php",
|
||||||
|
Loading…
Reference in New Issue
Block a user