-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
77 lines (77 loc) · 2.49 KB
/
composer.lock
File metadata and controls
77 lines (77 loc) · 2.49 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
71
72
73
74
75
76
77
{
"_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": "9443323a4098179007ea5ca33429e91b",
"packages": [
{
"name": "kariricode/class-discovery",
"version": "dev-develop",
"dist": {
"type": "path",
"url": "../../kariricode-classdiscovery",
"reference": "08f37a7db162510f14769bc9eae45d48bf20a347"
},
"require": {
"php": "^8.4"
},
"suggest": {
"kariricode/cache": "For PSR-16 cache integration via CacheBridge",
"kariricode/configurator": "For environment-aware discovery configuration",
"kariricode/dependency-injection": "For PSR-11 container integration"
},
"type": "library",
"autoload": {
"psr-4": {
"KaririCode\\ClassDiscovery\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"KaririCode\\ClassDiscovery\\Tests\\": "tests/"
}
},
"scripts": {
"quality": [
"kcode quality"
],
"test": [
"kcode test --coverage"
],
"analyse": [
"kcode analyse"
],
"cs:fix": [
"kcode cs:fix"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Walmir Silva",
"email": "walmir.silva@kariricode.org"
}
],
"description": "PHP 8.4+ class discovery component with attribute scanning, token-based parsing, multi-tier caching, and dependency analysis. Part of the KaririCode Framework ecosystem.",
"transport-options": {
"symlink": true,
"relative": true
}
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.4"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}