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