-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
70 lines (70 loc) · 2.58 KB
/
composer.lock
File metadata and controls
70 lines (70 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "337b6458a55fda7720e684756cb7b29a",
"packages": [
{
"name": "liquidrazor/config-loader",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/LiquidRazor/ConfigLoader.git",
"reference": "08c04efd848ea53ddaa1a446ceb6adaf58f066a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LiquidRazor/ConfigLoader/zipball/08c04efd848ea53ddaa1a446ceb6adaf58f066a7",
"reference": "08c04efd848ea53ddaa1a446ceb6adaf58f066a7",
"shasum": ""
},
"require": {
"php": "^8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.5"
},
"type": "library",
"autoload": {
"psr-4": {
"LiquidRazor\\ConfigLoader\\": "src/",
"LiquidRazor\\ConfigLoader\\Lib\\": "lib/",
"LiquidRazor\\ConfigLoader\\Enum\\": "include/Enum/",
"LiquidRazor\\ConfigLoader\\Value\\": "include/Value/",
"LiquidRazor\\ConfigLoader\\Contract\\": "include/Contract/",
"LiquidRazor\\ConfigLoader\\Exception\\": "include/Exception/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dan Radu Dragomir",
"homepage": "https://github.com/Noramarth",
"role": "Maintainer (Noramarth)"
}
],
"description": "A lightweight, data-only configuration loading library for PHP 8.3+.",
"support": {
"issues": "https://github.com/LiquidRazor/ConfigLoader/issues",
"source": "https://github.com/LiquidRazor/ConfigLoader"
},
"time": "2026-04-03T06:08:04+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^8.3"
},
"platform-dev": {},
"plugin-api-version": "2.9.0"
}