-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1 KB
/
composer.json
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
{
"name": "cjw-network/cjw-config-processor",
"type": "ezplatform-bundle",
"description": "Inspired by the old eZPublish Ini viewer: Parses the configuration of your Symfony server / eZ - / Ibexa platform and allows visual access to the configuration in a human readable way for a better development experience.",
"keywords": [
"ezplatform",
"cjw-network",
"cjw-config-processor",
"siteaccess",
"config-parser",
"yaml-parser",
"ini viewer",
"ini settings",
"settings"
],
"license": "GPL-2.0-only",
"homepage": "https://github.com/cjw-network/CjwConfigProcessorBundle",
"authors": [
{
"name": "CJW-Network",
"homepage": "https://www.cjw-network.com/"
},
{
"name": "Frederic Bauer"
}
],
"require": {
"php": "^7.3"
},
"minimum-stability": "dev",
"prefer-stable": false,
"autoload": {
"psr-4": {
"CJW\\CJWConfigProcessor\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}