Composer update

This commit is contained in:
Alexandre Alapetite 2024-08-18 12:55:51 +02:00
parent 54fc971866
commit 056ac0d116
No known key found for this signature in database
GPG key ID: A24378C38E812B23
2 changed files with 8 additions and 8 deletions

View file

@ -49,8 +49,8 @@
"ext-phar": "*", "ext-phar": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.11",
"phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-strict-rules": "^1.6",
"squizlabs/php_codesniffer": "^3.9" "squizlabs/php_codesniffer": "^3.9"
}, },
"scripts": { "scripts": {

12
composer.lock generated
View file

@ -4,21 +4,21 @@
"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": "bf0d2d1a05ed08841ca6bd3e7ec96b74", "content-hash": "52101009acffc9684a721cc20ec9e731",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.11.8", "version": "1.11.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "6adbd118e6c0515dd2f36b06cde1d6da40f1b8ec" "reference": "640410b32995914bde3eed26fa89552f9c2c082f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/6adbd118e6c0515dd2f36b06cde1d6da40f1b8ec", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/640410b32995914bde3eed26fa89552f9c2c082f",
"reference": "6adbd118e6c0515dd2f36b06cde1d6da40f1b8ec", "reference": "640410b32995914bde3eed26fa89552f9c2c082f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -63,7 +63,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-07-24T07:01:22+00:00" "time": "2024-08-08T09:02:50+00:00"
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",