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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-11 21:36:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-11 21:36:17 +0300
commit729bae4c1fee8b83c63521734eb6bad923886052 (patch)
treea6a55d7f2d19ce092c89d0d35ec9a10cf771da03 /composer.lock
parent6a24f382bf3cdd7b7fc05a798f6a8dbaa79d59a3 (diff)
Remove phan
This tool was never really used. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock177
1 files changed, 1 insertions, 176 deletions
diff --git a/composer.lock b/composer.lock
index a4e4416fd..7357f797b 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": "7cce6368f1f15065a61007cb2d8e729b",
+ "content-hash": "22eceee39cbc6dbe0a8a78a28753758b",
"packages": [
{
"name": "amphp/amp",
@@ -2580,47 +2580,6 @@
"time": "2021-02-22T14:02:09+00:00"
},
{
- "name": "microsoft/tolerant-php-parser",
- "version": "v0.0.23",
- "source": {
- "type": "git",
- "url": "https://github.com/microsoft/tolerant-php-parser.git",
- "reference": "1d76657e3271754515ace52501d3e427eca42ad0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/microsoft/tolerant-php-parser/zipball/1d76657e3271754515ace52501d3e427eca42ad0",
- "reference": "1d76657e3271754515ace52501d3e427eca42ad0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Microsoft\\PhpParser\\": [
- "src/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Rob Lourens",
- "email": "roblou@microsoft.com"
- }
- ],
- "description": "Tolerant PHP-to-AST parser designed for IDE usage scenarios",
- "time": "2020-09-13T17:29:12+00:00"
- },
- {
"name": "netresearch/jsonmapper",
"version": "v2.1.0",
"source": {
@@ -2768,79 +2727,6 @@
"time": "2019-03-29T20:06:56+00:00"
},
{
- "name": "phan/phan",
- "version": "4.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/phan/phan.git",
- "reference": "95171b8a89ff2433e7ebc27d8a133743f7d78d3b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phan/phan/zipball/95171b8a89ff2433e7ebc27d8a133743f7d78d3b",
- "reference": "95171b8a89ff2433e7ebc27d8a133743f7d78d3b",
- "shasum": ""
- },
- "require": {
- "composer/semver": "^1.4|^2.0|^3.0",
- "composer/xdebug-handler": "^1.3.2",
- "ext-filter": "*",
- "ext-json": "*",
- "ext-tokenizer": "*",
- "felixfbecker/advanced-json-rpc": "^3.0.4",
- "microsoft/tolerant-php-parser": "0.0.23",
- "netresearch/jsonmapper": "^1.6.0|^2.0|^3.0",
- "php": "^7.2.0|^8.0.0",
- "sabre/event": "^5.0.3",
- "symfony/console": "^3.2|^4.0|^5.0",
- "symfony/polyfill-mbstring": "^1.11.0",
- "symfony/polyfill-php80": "^1.20.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.0"
- },
- "suggest": {
- "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed, 1.0.10+ is recommended.",
- "ext-iconv": "Either iconv or mbstring is needed to ensure issue messages are valid utf-8",
- "ext-igbinary": "Improves performance of polyfill when ext-ast is unavailable",
- "ext-mbstring": "Either iconv or mbstring is needed to ensure issue messages are valid utf-8",
- "ext-tokenizer": "Needed for fallback/polyfill parser support and file/line-based suppressions."
- },
- "bin": [
- "phan",
- "phan_client",
- "tocheckstyle"
- ],
- "type": "project",
- "autoload": {
- "psr-4": {
- "Phan\\": "src/Phan"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Tyson Andre"
- },
- {
- "name": "Rasmus Lerdorf"
- },
- {
- "name": "Andrew S. Morrison"
- }
- ],
- "description": "A static analyzer for PHP",
- "keywords": [
- "analyzer",
- "php",
- "static"
- ],
- "time": "2021-01-30T00:08:54+00:00"
- },
- {
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
@@ -3356,67 +3242,6 @@
"time": "2021-03-08T17:27:54+00:00"
},
{
- "name": "sabre/event",
- "version": "5.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sabre-io/event.git",
- "reference": "c120bec57c17b6251a496efc82b732418b49d50a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sabre-io/event/zipball/c120bec57c17b6251a496efc82b732418b49d50a",
- "reference": "c120bec57c17b6251a496efc82b732418b49d50a",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "~2.16.1",
- "phpstan/phpstan": "^0.12",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Sabre\\Event\\": "lib/"
- },
- "files": [
- "lib/coroutine.php",
- "lib/Loop/functions.php",
- "lib/Promise/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Evert Pot",
- "email": "me@evertpot.com",
- "homepage": "http://evertpot.com/",
- "role": "Developer"
- }
- ],
- "description": "sabre/event is a library for lightweight event-based programming",
- "homepage": "http://sabre.io/event/",
- "keywords": [
- "EventEmitter",
- "async",
- "coroutine",
- "eventloop",
- "events",
- "hooks",
- "plugin",
- "promise",
- "reactor",
- "signal"
- ],
- "time": "2020-10-03T11:02:22+00:00"
- },
- {
"name": "sebastian/diff",
"version": "4.0.4",
"source": {