-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 887 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
{
"name": "spiral/app",
"description": "Spiral Skeleton Application",
"license": "MIT",
"authors": [
{
"name": "Wolfy-J",
"email": "wolfy.jd@gmail.com"
}
],
"require": {
"php": ">=7.1",
"spiral/framework": "^2.0",
"spiral/debug": "^1.3",
"spiral/snapshots": "^1.0",
"spiral/console": "^1.2",
"spiral/jobs": "^1.1",
"spiral/http": "^1.1",
"spiral/router": "^1.1",
"spiral/roadrunner": "^1.4",
"spiral/encrypter": "^1.1",
"spiral/filters": "^1.2",
"spiral/database": "^2.3",
"cycle/orm": "^1.0",
"cycle/annotated": "^1.0",
"spiral/twig-bridge": "^1.0",
"spiral/dotenv-bridge": "^1.0",
"php-ffmpeg/php-ffmpeg": "^0.14.0",
"khill/php-duration": "~1.0",
"symfony/process": "^4.2",
"spiral/helpers": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "app/src/"
}
}
}