diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-07-10 13:48:46 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-08-18 08:58:19 +0200 |
commit | 6ba55d78dcc786e7e4fffdb746086d8be4fbef19 (patch) | |
tree | a4396b001990a04d150d27bb1f6543778de2ac30 /composer.lock | |
parent | fd6cdbcb042bdee432b41bdca7db59a59f25a3ad (diff) | |
download | nextcloud-server-6ba55d78dcc786e7e4fffdb746086d8be4fbef19.tar.gz nextcloud-server-6ba55d78dcc786e7e4fffdb746086d8be4fbef19.zip |
Add psalm as composer dependency
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 47 |
1 files changed, 41 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock index dc8943a6de2..68eda63cb71 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": "0178ca2eb2f23b2588e729ff6a6f6c8f", + "content-hash": "e1676a14f39c8f5768692980f6e53dcb", "packages": [], "packages-dev": [ { @@ -502,6 +502,37 @@ "time": "2018-02-15T16:58:55+00:00" }, { + "name": "psalm/phar", + "version": "3.12.2", + "source": { + "type": "git", + "url": "https://github.com/psalm/phar.git", + "reference": "19957cf3088ffc9d7c02f9e692f9c0a7522fe3ff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/psalm/phar/zipball/19957cf3088ffc9d7c02f9e692f9c0a7522fe3ff", + "reference": "19957cf3088ffc9d7c02f9e692f9c0a7522fe3ff", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "conflict": { + "vimeo/psalm": "*" + }, + "bin": [ + "psalm.phar" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Composer-based Psalm Phar", + "time": "2020-07-03T19:29:42+00:00" + }, + { "name": "psr/container", "version": "1.0.0", "source": { @@ -1831,16 +1862,16 @@ }, { "name": "symfony/service-contracts", - "version": "v2.1.2", + "version": "v2.1.3", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b" + "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b", - "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442", + "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442", "shasum": "" }, "require": { @@ -1854,6 +1885,10 @@ "extra": { "branch-alias": { "dev-master": "2.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -1899,7 +1934,7 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:43:50+00:00" + "time": "2020-07-06T13:23:11+00:00" }, { "name": "symfony/stopwatch", |