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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:27:39 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:27:39 +0300
commit21506c39f865b1fb3ac8315d9a2926d28244557e (patch)
tree9aa6a83854ed7842cbfbb0f1da13901801a5be4e /composer.lock
parentedbd604ebc0094f48ab735da3e449625f8f6cfd9 (diff)
Add psalm
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock33
1 files changed, 32 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 4b01c3ce0..569cacd09 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": "fa6cd47af0015137fd6c4a376ffbad34",
+ "content-hash": "a3b7237135c9dd17a5f98f968b21155d",
"packages": [],
"packages-dev": [
{
@@ -562,6 +562,37 @@
"time": "2020-10-14T08:39:05+00:00"
},
{
+ "name": "psalm/phar",
+ "version": "4.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/psalm/phar.git",
+ "reference": "f61d8f0eaaf5f7c26f1269ddeaf1fbe29dff1bee"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/psalm/phar/zipball/f61d8f0eaaf5f7c26f1269ddeaf1fbe29dff1bee",
+ "reference": "f61d8f0eaaf5f7c26f1269ddeaf1fbe29dff1bee",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "conflict": {
+ "vimeo/psalm": "*"
+ },
+ "bin": [
+ "psalm.phar"
+ ],
+ "type": "library",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Composer-based Psalm Phar",
+ "time": "2020-12-03T21:44:12+00:00"
+ },
+ {
"name": "psr/container",
"version": "1.0.0",
"source": {