forked from brefphp/extra-php-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 749 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 749 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": "bref/extra-php-extensions",
"description": "Extra PHP extensions for your lambda application.",
"type": "library",
"require-dev": {
"symfony/process": "^5.0",
"symfony/finder": "^5.0",
"mnapoli/silly": "^1.7",
"mnapoli/silly-php-di": "^1.2",
"async-aws/core": "^1.7",
"symfony/http-client": "^5.2",
"async-aws/lambda": "^1.1",
"bref/logger": "^1.0"
},
"autoload-dev": {
"psr-4": {
"Bref\\Extra\\": "src/"
}
},
"conflict": {
"bref/bref": "<0.100.0"
},
"license": "MIT",
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
]
}