Merge pull request #3608 from nextcloud/dependabot/composer/php-parallel-lint/php-parallel-lint-1.3.2

This commit is contained in:
dependabot[bot]
2022-02-26 03:47:55 +00:00
committed by GitHub

16
composer.lock generated
View File

@@ -1499,16 +1499,16 @@
}, },
{ {
"name": "php-parallel-lint/php-parallel-lint", "name": "php-parallel-lint/php-parallel-lint",
"version": "v1.3.1", "version": "v1.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
"reference": "761f3806e30239b5fcd90a0a45d41dc2138de192" "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/761f3806e30239b5fcd90a0a45d41dc2138de192", "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de",
"reference": "761f3806e30239b5fcd90a0a45d41dc2138de192", "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1521,7 +1521,7 @@
}, },
"require-dev": { "require-dev": {
"nette/tester": "^1.3 || ^2.0", "nette/tester": "^1.3 || ^2.0",
"php-parallel-lint/php-console-highlighter": "~0.3", "php-parallel-lint/php-console-highlighter": "0.* || ^1.0",
"squizlabs/php_codesniffer": "^3.6" "squizlabs/php_codesniffer": "^3.6"
}, },
"suggest": { "suggest": {
@@ -1533,7 +1533,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"./" "./src/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -1550,9 +1550,9 @@
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
"support": { "support": {
"issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues", "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
"source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.1" "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.2"
}, },
"time": "2021-08-13T05:35:13+00:00" "time": "2022-02-21T12:50:22+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",