-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkernel-contracts.json
More file actions
37 lines (37 loc) · 1.44 KB
/
Copy pathkernel-contracts.json
File metadata and controls
37 lines (37 loc) · 1.44 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
{
"version": 1,
"composerExtraSchema": "schema/kernel-extra.schema.json",
"composerExtraKeys": [
"bundle",
"entry",
"packagePrefixes",
"package_prefixes",
"requires"
],
"publicEntryPoints": [
"SymPress\\Kernel\\App",
"SymPress\\Kernel\\Container",
"SymPress\\Kernel\\Kernel\\KernelInterface",
"SymPress\\Kernel\\Kernel\\SiteKernel",
"SymPress\\Kernel\\Bundle\\AbstractBundle",
"SymPress\\Kernel\\Bundle\\BundleInterface",
"SymPress\\Kernel\\Attribute\\AsHook",
"SymPress\\Kernel\\Attribute\\Route"
],
"lifecycleActions": {
"ACTION_BEFORE_CONTAINER_BUILD": "kernel.before_container_build",
"ACTION_BOOTED": "kernel.booted",
"ACTION_BOOTING": "kernel.booting",
"ACTION_CONTAINER_CONFIGURED": "kernel.container_configured",
"ACTION_CONTAINER_READY": "kernel.container_ready",
"ACTION_ERROR": "kernel.error",
"LEGACY_ACTION_BEFORE_CONTAINER_BUILD": "symfony_before_container_build",
"LEGACY_ACTION_CONTAINER_LOADED": "symfony_container_loaded",
"LEGACY_ACTION_CONTAINER_READY": "symfony_container_ready"
},
"consoleCommands": {
"container:dump": "SymPress\\Kernel\\Console\\ContainerDumpCommand",
"debug:container": "SymPress\\Kernel\\Console\\DebugContainerCommand",
"lint:container": "SymPress\\Kernel\\Console\\LintContainerCommand"
}
}