-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 818 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 818 Bytes
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
{
"name": "phpseclib/phpseclib2_compat",
"description": "phpseclib 2.0 polyfill built with phpseclib 3.0",
"type": "library",
"homepage": "https://github.com/phpseclib/phpseclib2_compat",
"license": "MIT",
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
}
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib2_compat/issues",
"source": "https://github.com/phpseclib/phpseclib2_compat"
},
"provide": {
"phpseclib/phpseclib": "2.0.54"
},
"require": {
"phpseclib/phpseclib": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.0|^9.4"
},
"autoload": {
"psr-4": {"phpseclib\\": "src/"}
}
}