From 21506c39f865b1fb3ac8315d9a2926d28244557e Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 29 Dec 2020 15:27:39 +0100 Subject: Add psalm Signed-off-by: Roeland Jago Douma --- composer.lock | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'composer.lock') 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": [ { @@ -561,6 +561,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", -- cgit v1.2.3