summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-15 10:57:19 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-15 10:57:19 +0200
commit9291fc3af8d0d87b58ef2de96f5d650038db32c0 (patch)
tree9e17944763c4d0494af534511096fd6ca662f083 /composer.lock
parentee86238c3a03d8f1384dc1db39a593688ef11e76 (diff)
Implement LoggerInterface.
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock59
1 files changed, 55 insertions, 4 deletions
diff --git a/composer.lock b/composer.lock
index 8e1cda9..39176f7 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,59 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "8db78070bd8f6669783c69389435993b",
- "packages": [],
+ "content-hash": "d206ce8d207d38506e18de159f8e68ad",
+ "packages": [
+ {
+ "name": "psr/log",
+ "version": "3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.0.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
+ "keywords": [
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/3.0.2"
+ },
+ "time": "2024-09-11T13:17:53+00:00"
+ }
+ ],
"packages-dev": [
{
"name": "hamcrest/hamcrest-php",
@@ -1931,12 +1982,12 @@
],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": [],
+ "stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=8.3"
},
- "platform-dev": [],
+ "platform-dev": {},
"plugin-api-version": "2.6.0"
}