-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.16 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
44
45
46
47
{
"description": "free as in freedom php component process to easy up creation of pipe process in php",
"keywords": [
"bazzline",
"psr",
"psr-4",
"php",
"pipe",
"process",
"component",
"process pipe",
"lgpl",
"free as in freedom"
],
"license": "LGPLv3",
"name": "net_bazzline/php_component_process_pipe",
"type": "library",
"authors": [
{
"email": "[email protected]",
"homepage": "https://artodeto.bazzline.et",
"name": "Stev Leibelt",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=8.2"
},
"require-dev": {
"mockery/mockery": "~1.6",
"phpunit/phpunit": "~11",
"friendsofphp/php-cs-fixer": "dev-master",
"rector/rector": "dev-main"
},
"autoload": {
"psr-4": {
"Example\\": "example/",
"Net\\Bazzline\\Component\\ProcessPipe\\": "source/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\Net\\Bazzline\\Component\\ProcessPipe\\": "test/"
}
}
}