Browse Source

Bump vimeo/psalm from 3.17.2 to 4.0.1

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.17.2 to 4.0.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/3.17.2...4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
tags/v21.0.0beta1
dependabot-preview[bot] 3 years ago
parent
commit
a2faa8c430
No account linked to committer's email address
2 changed files with 14 additions and 13 deletions
  1. 1
    1
      composer.json
  2. 13
    12
      composer.lock

+ 1
- 1
composer.json View File

}, },
"require-dev": { "require-dev": {
"nextcloud/coding-standard": "^0.3.0", "nextcloud/coding-standard": "^0.3.0",
"vimeo/psalm": "^3.17"
"vimeo/psalm": "^4.0"
}, },
"scripts": { "scripts": {
"cs:fix": "php-cs-fixer fix", "cs:fix": "php-cs-fixer fix",

+ 13
- 12
composer.lock View File

"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": "4526d0f09bab5c2ef66902593cbc4456",
"content-hash": "e13ded744e614c48738e6ecc965d868e",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "3.17.2",
"version": "4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "9e526d9cb569fe4631e6a737bbb7948d05596e3f"
"reference": "b1e2e30026936ef8d5bf6a354d1c3959b6231f44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/9e526d9cb569fe4631e6a737bbb7948d05596e3f",
"reference": "9e526d9cb569fe4631e6a737bbb7948d05596e3f",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/b1e2e30026936ef8d5bf6a354d1c3959b6231f44",
"reference": "b1e2e30026936ef8d5bf6a354d1c3959b6231f44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"felixfbecker/advanced-json-rpc": "^3.0.3", "felixfbecker/advanced-json-rpc": "^3.0.3",
"felixfbecker/language-server-protocol": "^1.4", "felixfbecker/language-server-protocol": "^1.4",
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0",
"nikic/php-parser": "4.3.* || 4.4.* || 4.5.* || 4.6.* || ^4.8",
"nikic/php-parser": "^4.10.1",
"openlss/lib-array2xml": "^1.0", "openlss/lib-array2xml": "^1.0",
"php": "^7.1.3|^8",
"php": "^7.3|^8",
"sebastian/diff": "^3.0 || ^4.0", "sebastian/diff": "^3.0 || ^4.0",
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
"webmozart/glob": "^4.1", "webmozart/glob": "^4.1",
"bamarni/composer-bin-plugin": "^1.2", "bamarni/composer-bin-plugin": "^1.2",
"brianium/paratest": "^4.0.0", "brianium/paratest": "^4.0.0",
"ext-curl": "*", "ext-curl": "*",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5",
"phpdocumentor/reflection-docblock": "^5",
"phpmyadmin/sql-parser": "5.1.0", "phpmyadmin/sql-parser": "5.1.0",
"phpspec/prophecy": ">=1.9.0", "phpspec/prophecy": ">=1.9.0",
"phpunit/phpunit": "^7.5.16 || ^8.5 || ^9.0",
"psalm/plugin-phpunit": "^0.11",
"phpunit/phpunit": "^9.0",
"psalm/plugin-phpunit": "^0.13",
"slevomat/coding-standard": "^5.0", "slevomat/coding-standard": "^5.0",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"symfony/process": "^4.3", "symfony/process": "^4.3",
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.x-dev",
"dev-master": "4.x-dev",
"dev-3.x": "3.x-dev",
"dev-2.x": "2.x-dev", "dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
} }
"inspection", "inspection",
"php" "php"
], ],
"time": "2020-10-15T00:23:17+00:00"
"time": "2020-10-20T13:40:17+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",

Loading…
Cancel
Save