diff options
author | Mario <mario@mariovavti.com> | 2021-06-05 09:38:58 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-05 09:38:58 +0000 |
commit | 3e18efd89fd1bd67f3cef22114f7d74ac7c0021c (patch) | |
tree | d0789b37024d6577ab7b309b3dfc7a3337e024ac /vendor/composer/installed.json | |
parent | bec3cb48e548bf9d29ac579789cee13a52915be1 (diff) | |
download | volse-hubzilla-3e18efd89fd1bd67f3cef22114f7d74ac7c0021c.tar.gz volse-hubzilla-3e18efd89fd1bd67f3cef22114f7d74ac7c0021c.tar.bz2 volse-hubzilla-3e18efd89fd1bd67f3cef22114f7d74ac7c0021c.zip |
composer update psr/log
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b5989e4fa..6a659fe56 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -678,23 +678,23 @@ }, { "name": "psr/log", - "version": "1.1.3", - "version_normalized": "1.1.3.0", + "version": "1.1.4", + "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, - "time": "2020-03-23T09:12:05+00:00", + "time": "2021-05-03T11:20:27+00:00", "type": "library", "extra": { "branch-alias": { @@ -714,7 +714,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -724,6 +724,9 @@ "psr", "psr-3" ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, "install-path": "../psr/log" }, { |