-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
38 lines (38 loc) · 919 Bytes
/
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
{
"authors": [
{
"email": "[email protected]",
"name": "Marshall Roch",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Paul Jones",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Till Klampaeckel",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"File": "./"
}
},
"description": "More info available on: https://pear.php.net/package/File_IMC",
"include-path": [
"./"
],
"license": "BSD-2-Clause",
"name": "pear/file_imc",
"support": {
"issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=File_IMC",
"source": "https://github.com/pear/File_IMC"
},
"type": "library",
"require-dev": {
"phpunit/phpunit": "^9"
}
}