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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-05-27 10:35:10 +0300
committerJulius Härtl <jus@bitgrid.net>2022-05-27 10:35:10 +0300
commitd0cd4221ff9f23e11e8b19339b1d3dd9636847e7 (patch)
tree0ae84fbfcd9b6cd341aa7f174abc2068aa8729b9 /composer.lock
parent0d54c3a7623dc08f00eed315b54c5b74fb68d4c4 (diff)
Remove unused and deprecated jakub-onderka/php-parallel-lint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock55
1 files changed, 4 insertions, 51 deletions
diff --git a/composer.lock b/composer.lock
index 59234d229..2d435a544 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d387511fbd2be14f332fd7906df93ccf",
+ "content-hash": "b7304857559254ddd2054e835c029ff1",
"packages": [],
"packages-dev": [
{
@@ -551,55 +551,6 @@
"time": "2021-12-11T16:25:08+00:00"
},
{
- "name": "jakub-onderka/php-parallel-lint",
- "version": "v1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
- "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
- "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "jakub-onderka/php-console-highlighter": "~0.3",
- "nette/tester": "~1.3",
- "squizlabs/php_codesniffer": "~2.7"
- },
- "suggest": {
- "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
- },
- "bin": [
- "parallel-lint"
- ],
- "type": "library",
- "autoload": {
- "classmap": [
- "./"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Jakub Onderka",
- "email": "ahoj@jakubonderka.cz"
- }
- ],
- "description": "This tool check syntax of PHP files about 20x faster than serial check.",
- "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
- "abandoned": "php-parallel-lint/php-parallel-lint",
- "time": "2018-02-24T15:31:20+00:00"
- },
- {
"name": "myclabs/deep-copy",
"version": "1.11.0",
"source": {
@@ -4639,6 +4590,8 @@
"platform": {
"php": "^7.3|^8.0"
},
- "platform-dev": [],
+ "platform-dev": {
+ "ext-mbstring": "*"
+ },
"plugin-api-version": "2.3.0"
}