mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
deps(php): bump the composer group across 1 directory with 2 updates (#6344)
Bumps the composer group with 2 updates in the /dependencies/composer directory: [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [phpstan/phpstan](https://github.com/phpstan/phpstan). Updates `squizlabs/php_codesniffer` from 3.10.3 to 3.11.0 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.3...3.11.0) Updates `phpstan/phpstan` from 1.12.6 to 2.0.1 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.6...2.0.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: composer - dependency-name: phpstan/phpstan dependency-type: direct:production update-type: version-update:semver-major dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae65f71b34
commit
8638675681
2 changed files with 13 additions and 13 deletions
2
dependencies/composer/composer.json
vendored
2
dependencies/composer/composer.json
vendored
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "https://getcomposer.org/schema.json",
|
"$schema": "https://getcomposer.org/schema.json",
|
||||||
"require": {
|
"require": {
|
||||||
"squizlabs/php_codesniffer": "^3.10.1",
|
"squizlabs/php_codesniffer": "^3.10.1",
|
||||||
"phpstan/phpstan": "^1.11.2",
|
"phpstan/phpstan": "^2.0.1",
|
||||||
"vimeo/psalm": "^5.24.0",
|
"vimeo/psalm": "^5.24.0",
|
||||||
"php": "^8.3"
|
"php": "^8.3"
|
||||||
}
|
}
|
||||||
|
|
24
dependencies/composer/composer.lock
generated
vendored
24
dependencies/composer/composer.lock
generated
vendored
|
@ -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": "83c178db3f6e7f578d7120a28f2453ec",
|
"content-hash": "d64e23d1aed67fbd6eb308fe8f29e69f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "amphp/amp",
|
"name": "amphp/amp",
|
||||||
|
@ -969,20 +969,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.12.6",
|
"version": "2.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae"
|
"reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d",
|
||||||
"reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae",
|
"reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2|^8.0"
|
"php": "^7.4|^8.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"phpstan/phpstan-shim": "*"
|
"phpstan/phpstan-shim": "*"
|
||||||
|
@ -1023,7 +1023,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-10-06T15:03:59+00:00"
|
"time": "2024-11-11T15:43:04+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/container",
|
"name": "psr/container",
|
||||||
|
@ -1265,16 +1265,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "squizlabs/php_codesniffer",
|
"name": "squizlabs/php_codesniffer",
|
||||||
"version": "3.10.3",
|
"version": "3.11.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
||||||
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c"
|
"reference": "70c08f8d20c0eb4fe56f26644dd94dae76a7f450"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c",
|
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/70c08f8d20c0eb4fe56f26644dd94dae76a7f450",
|
||||||
"reference": "62d32998e820bddc40f99f8251958aed187a5c9c",
|
"reference": "70c08f8d20c0eb4fe56f26644dd94dae76a7f450",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1341,7 +1341,7 @@
|
||||||
"type": "open_collective"
|
"type": "open_collective"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-09-18T10:38:58+00:00"
|
"time": "2024-11-12T09:53:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
|
|
Loading…
Reference in a new issue