Update packages

This commit is contained in:
James Cole
2021-10-03 06:06:56 +02:00
parent ab6707b9d9
commit aae80c348b
2 changed files with 25 additions and 27 deletions

46
composer.lock generated
View File

@@ -552,16 +552,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.1.2", "version": "3.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "3ee2622b57370c786f531678f6641208747f7bfc" "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/3ee2622b57370c786f531678f6641208747f7bfc", "url": "https://api.github.com/repos/doctrine/dbal/zipball/96b0053775a544b4a6ab47654dac0621be8b4cf8",
"reference": "3ee2622b57370c786f531678f6641208747f7bfc", "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -574,9 +574,9 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "9.0.0", "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1", "jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "0.12.96", "phpstan/phpstan": "0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.11", "phpstan/phpstan-strict-rules": "^0.12.11",
"phpunit/phpunit": "9.5.5", "phpunit/phpunit": "9.5.10",
"psalm/plugin-phpunit": "0.16.1", "psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0", "squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^5.2|^6.0", "symfony/cache": "^5.2|^6.0",
@@ -641,7 +641,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.1.2" "source": "https://github.com/doctrine/dbal/tree/3.1.3"
}, },
"funding": [ "funding": [
{ {
@@ -657,7 +657,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-12T20:56:32+00:00" "time": "2021-10-02T16:15:05+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@@ -7324,31 +7324,31 @@
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v5.3.0", "version": "v5.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56" "reference": "accaddf133651d4b5cf81a119f25296736ffc850"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850",
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", "reference": "accaddf133651d4b5cf81a119f25296736ffc850",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-pcre": "*", "ext-pcre": "*",
"graham-campbell/result-type": "^1.0.1", "graham-campbell/result-type": "^1.0.2",
"php": "^7.1.3 || ^8.0", "php": "^7.1.3 || ^8.0",
"phpoption/phpoption": "^1.7.4", "phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.17", "symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.17", "symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.17" "symfony/polyfill-php80": "^1.23.1"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1", "bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*", "ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1" "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
}, },
"suggest": { "suggest": {
"ext-filter": "Required to use the boolean validator." "ext-filter": "Required to use the boolean validator."
@@ -7371,13 +7371,11 @@
"authors": [ "authors": [
{ {
"name": "Graham Campbell", "name": "Graham Campbell",
"email": "graham@alt-three.com", "email": "hello@gjcampbell.co.uk"
"homepage": "https://gjcampbell.co.uk/"
}, },
{ {
"name": "Vance Lucas", "name": "Vance Lucas",
"email": "vance@vancelucas.com", "email": "vance@vancelucas.com"
"homepage": "https://vancelucas.com/"
} }
], ],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
@@ -7388,7 +7386,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/vlucas/phpdotenv/issues", "issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0" "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1"
}, },
"funding": [ "funding": [
{ {
@@ -7400,7 +7398,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-20T15:23:13+00:00" "time": "2021-10-02T19:24:42+00:00"
}, },
{ {
"name": "voku/portable-ascii", "name": "voku/portable-ascii",

View File

@@ -5441,9 +5441,9 @@ wrappy@1:
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
ws@^8.1.0: ws@^8.1.0:
version "8.2.2" version "8.2.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.2.tgz#ca684330c6dd6076a737250ed81ac1606cb0a63e" resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.3.tgz#63a56456db1b04367d0b721a0b80cae6d8becbba"
integrity sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw== integrity sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==
xtend@^4.0.0: xtend@^4.0.0:
version "4.0.2" version "4.0.2"