Update composer file.

This commit is contained in:
James Cole 2019-11-05 17:56:43 +01:00
parent 25378b3f9a
commit c558bc3247
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

52
composer.lock generated
View File

@ -600,31 +600,30 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.9.3", "version": "v2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035", "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
"reference": "7345cd59edfa2036eb0fa4264b77ae2576842035", "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "^1.0", "doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0", "doctrine/event-manager": "^1.0",
"ext-pdo": "*", "ext-pdo": "*",
"php": "^7.1" "php": "^7.2"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^5.0", "doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2018.1.2", "jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.10.1", "phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^7.4", "phpunit/phpunit": "^8.4.1",
"symfony/console": "^2.0.5|^3.0|^4.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -635,7 +634,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.9.x-dev", "dev-master": "2.10.x-dev",
"dev-develop": "3.0.x-dev" "dev-develop": "3.0.x-dev"
} }
}, },
@ -671,14 +670,25 @@
"keywords": [ "keywords": [
"abstraction", "abstraction",
"database", "database",
"db2",
"dbal", "dbal",
"mariadb",
"mssql",
"mysql", "mysql",
"persistence", "oci8",
"oracle",
"pdo",
"pgsql", "pgsql",
"php", "postgresql",
"queryobject" "queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
], ],
"time": "2019-11-02T22:19:34+00:00" "time": "2019-11-03T16:50:43+00:00"
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",
@ -2374,16 +2384,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.25.3", "version": "2.26.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "d07636581795383e2fea2d711212d30f941f2039" "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d07636581795383e2fea2d711212d30f941f2039", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e01ecc0b71168febb52ae1fdc1cfcc95428e604e",
"reference": "d07636581795383e2fea2d711212d30f941f2039", "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2437,7 +2447,7 @@
"datetime", "datetime",
"time" "time"
], ],
"time": "2019-10-20T11:05:44+00:00" "time": "2019-10-21T21:32:25+00:00"
}, },
{ {
"name": "opis/closure", "name": "opis/closure",