Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-26 05:02:16 +0300
committerGitHub <noreply@github.com>2022-02-26 05:02:16 +0300
commite83a993ebcfbddd37415f84aef0a214477f3ade2 (patch)
tree4d4b1252b2a5463634150763ff257602f5508b7f /composer.lock
parent4f23ebedb6d729db975e5d7928e76babfca9d841 (diff)
Bump php-parallel-lint/php-parallel-lint from 1.3.1 to 1.3.2
Bumps [php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases) - [Changelog](https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: php-parallel-lint/php-parallel-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 4e2808d7..3136ddfe 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1499,16 +1499,16 @@
},
{
"name": "php-parallel-lint/php-parallel-lint",
- "version": "v1.3.1",
+ "version": "v1.3.2",
"source": {
"type": "git",
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
- "reference": "761f3806e30239b5fcd90a0a45d41dc2138de192"
+ "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/761f3806e30239b5fcd90a0a45d41dc2138de192",
- "reference": "761f3806e30239b5fcd90a0a45d41dc2138de192",
+ "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de",
+ "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de",
"shasum": ""
},
"require": {
@@ -1521,7 +1521,7 @@
},
"require-dev": {
"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"
},
"suggest": {
@@ -1533,7 +1533,7 @@
"type": "library",
"autoload": {
"classmap": [
- "./"
+ "./src/"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -1550,9 +1550,9 @@
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
"support": {
"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",