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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-04 16:13:59 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-04 16:13:59 +0300
commit7fb5657eec2366b1f4de536d6f50e73c151166b7 (patch)
tree39b6601e2b33d7640fa9e9d993d1748e9482a448
parentde131ed517cc2f6933cc84000ebe0be35d58ebaa (diff)
Remove unused dependency
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--composer.json3
-rw-r--r--composer.lock76
2 files changed, 0 insertions, 79 deletions
diff --git a/composer.json b/composer.json
index a294fe9..82eb3bd 100644
--- a/composer.json
+++ b/composer.json
@@ -1,8 +1,5 @@
{
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -not -path './tests/integration/vendor/*' -print0 | xargs -0 -n1 php -l"
- },
- "require-dev": {
- "php-parallel-lint/php-parallel-lint": "^1.2"
}
}
diff --git a/composer.lock b/composer.lock
deleted file mode 100644
index 353c8e7..0000000
--- a/composer.lock
+++ /dev/null
@@ -1,76 +0,0 @@
-{
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "2501b26c7225377b7c0a5448de70e5d3",
- "packages": [],
- "packages-dev": [
- {
- "name": "php-parallel-lint/php-parallel-lint",
- "version": "v1.3.2",
- "source": {
- "type": "git",
- "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
- "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de",
- "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "php": ">=5.3.0"
- },
- "replace": {
- "grogy/php-parallel-lint": "*",
- "jakub-onderka/php-parallel-lint": "*"
- },
- "require-dev": {
- "nette/tester": "^1.3 || ^2.0",
- "php-parallel-lint/php-console-highlighter": "0.* || ^1.0",
- "squizlabs/php_codesniffer": "^3.6"
- },
- "suggest": {
- "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
- },
- "bin": [
- "parallel-lint"
- ],
- "type": "library",
- "autoload": {
- "classmap": [
- "./src/"
- ]
- },
- "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/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.2"
- },
- "time": "2022-02-21T12:50:22+00:00"
- }
- ],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "2.1.0"
-}