-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
43 lines (43 loc) · 1.07 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
43
{
"name": "szczyglis/ultimate-chain-parser",
"description": "A comprehensive modular working in-chain tools for advanced text-data processing and re-parsing",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/szczyglis-dev/ultimate-chain-parser",
"keywords": [
"text",
"parsing",
"processing",
"data",
"replacing",
"cleaning",
"erasing",
"reparsing",
"csv",
"txt",
"chain",
"plugin",
"batch"
],
"autoload": {
"psr-4": {
"Szczyglis\\ChainParser\\": "src/"
}
},
"minimum-stability": "stable",
"authors": [
{
"name": "szczyglis",
"email": "[email protected]",
"homepage": "https://szczyglis.dev"
}
],
"require": {
"php": "^7.2.5 || ^8.0",
"monolog/monolog": "^2.1",
"symfony/console": "^5.1",
"symfony/yaml": "^5.1",
"symfony/http-foundation": "^5.1",
"symfony/var-dumper": "^5.1"
}
}