Update dependencies

This commit is contained in:
Timothy Warren 2022-08-26 11:13:51 -04:00
parent 5598636df1
commit 63b93b1dd9
2 changed files with 34 additions and 39 deletions

View File

@ -17,8 +17,8 @@
"require-dev": { "require-dev": {
"ext-json": "*", "ext-json": "*",
"phpunit/phpunit": "^9.5.0", "phpunit/phpunit": "^9.5.0",
"phpstan/phpstan": "^0.12.19", "phpstan/phpstan": "^1.8.2",
"spatie/phpunit-snapshot-assertions": "^4.2.0" "spatie/phpunit-snapshot-assertions": "^4.2.15"
}, },
"scripts": { "scripts": {
"coverage": "phpdbg -qrr -- vendor/bin/phpunit -c phpunit.xml tests", "coverage": "phpdbg -qrr -- vendor/bin/phpunit -c phpunit.xml tests",

69
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "56f05b013497d5f040320e7274790af6", "content-hash": "1f358f9faa4192fb08cd9867e16f1bee",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -305,20 +305,20 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.99", "version": "1.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7" "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c53312ecc575caf07b0e90dee43883fdf90ca67c",
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7", "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1|^8.0" "php": "^7.2|^8.0"
}, },
"conflict": { "conflict": {
"phpstan/phpstan-shim": "*" "phpstan/phpstan-shim": "*"
@ -328,11 +328,6 @@
"phpstan.phar" "phpstan.phar"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
}
},
"autoload": { "autoload": {
"files": [ "files": [
"bootstrap.php" "bootstrap.php"
@ -345,7 +340,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.99" "source": "https://github.com/phpstan/phpstan/tree/1.8.2"
}, },
"funding": [ "funding": [
{ {
@ -365,7 +360,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-12T20:09:55+00:00" "time": "2022-07-20T09:57:31+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -1749,16 +1744,16 @@
}, },
{ {
"name": "spatie/phpunit-snapshot-assertions", "name": "spatie/phpunit-snapshot-assertions",
"version": "4.2.14", "version": "4.2.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/phpunit-snapshot-assertions.git", "url": "https://github.com/spatie/phpunit-snapshot-assertions.git",
"reference": "339db94d5a38b23782a49b9041194a8509bd1854" "reference": "9d080cc656df1b21ec9334603c521d82ceddf533"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/phpunit-snapshot-assertions/zipball/339db94d5a38b23782a49b9041194a8509bd1854", "url": "https://api.github.com/repos/spatie/phpunit-snapshot-assertions/zipball/9d080cc656df1b21ec9334603c521d82ceddf533",
"reference": "339db94d5a38b23782a49b9041194a8509bd1854", "reference": "9d080cc656df1b21ec9334603c521d82ceddf533",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1805,7 +1800,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/phpunit-snapshot-assertions/issues", "issues": "https://github.com/spatie/phpunit-snapshot-assertions/issues",
"source": "https://github.com/spatie/phpunit-snapshot-assertions/tree/4.2.14" "source": "https://github.com/spatie/phpunit-snapshot-assertions/tree/4.2.15"
}, },
"funding": [ "funding": [
{ {
@ -1813,7 +1808,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2022-07-29T14:54:35+00:00" "time": "2022-08-25T07:09:57+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -2315,16 +2310,16 @@
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v6.1.3", "version": "v6.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "2c59be38d343e2ed4d4ea3c05965c2ae41c7109f" "reference": "03e5987dd9bb98038c60c7af3e58500c81c4aec1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/2c59be38d343e2ed4d4ea3c05965c2ae41c7109f", "url": "https://api.github.com/repos/symfony/serializer/zipball/03e5987dd9bb98038c60c7af3e58500c81c4aec1",
"reference": "2c59be38d343e2ed4d4ea3c05965c2ae41c7109f", "reference": "03e5987dd9bb98038c60c7af3e58500c81c4aec1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2396,7 +2391,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/serializer/tree/v6.1.3" "source": "https://github.com/symfony/serializer/tree/v6.1.4"
}, },
"funding": [ "funding": [
{ {
@ -2412,20 +2407,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-07-28T22:08:12+00:00" "time": "2022-08-26T10:32:31+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v6.1.3", "version": "v6.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b" "reference": "290972cad7b364e3befaa74ba0ec729800fb161c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b", "url": "https://api.github.com/repos/symfony/string/zipball/290972cad7b364e3befaa74ba0ec729800fb161c",
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b", "reference": "290972cad7b364e3befaa74ba0ec729800fb161c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2481,7 +2476,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v6.1.3" "source": "https://github.com/symfony/string/tree/v6.1.4"
}, },
"funding": [ "funding": [
{ {
@ -2497,20 +2492,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-07-27T15:50:51+00:00" "time": "2022-08-12T18:05:43+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v6.1.3", "version": "v6.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3" "reference": "86ee4d8fa594ed45e40d86eedfda1bcb66c8d919"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/cc48dd42ae1201abced04ae38284e23ce2d2d8f3", "url": "https://api.github.com/repos/symfony/yaml/zipball/86ee4d8fa594ed45e40d86eedfda1bcb66c8d919",
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3", "reference": "86ee4d8fa594ed45e40d86eedfda1bcb66c8d919",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2555,7 +2550,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v6.1.3" "source": "https://github.com/symfony/yaml/tree/v6.1.4"
}, },
"funding": [ "funding": [
{ {
@ -2571,7 +2566,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-07-20T14:45:06+00:00" "time": "2022-08-02T16:17:38+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",