Update assets

And update composer deps
This commit is contained in:
Jeremy Benoist
2022-05-10 10:07:18 +02:00
parent c8004d0778
commit 33ac3e6e21
5 changed files with 10 additions and 10 deletions

12
composer.lock generated
View File

@ -7453,16 +7453,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.4.5",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "129a63b3bc7caeb593c224c41f420675e63cfefc"
"reference": "981cc368a216c988e862a75e526b6076987d1b50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/129a63b3bc7caeb593c224c41f420675e63cfefc",
"reference": "129a63b3bc7caeb593c224c41f420675e63cfefc",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/981cc368a216c988e862a75e526b6076987d1b50",
"reference": "981cc368a216c988e862a75e526b6076987d1b50",
"shasum": ""
},
"require": {
@ -7491,9 +7491,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.4.5"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.5.1"
},
"time": "2022-04-22T11:11:01+00:00"
"time": "2022-05-05T11:32:40+00:00"
},
{
"name": "phpzip/phpzip",