forked from sruupl/batflat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·33 lines (33 loc) · 877 Bytes
/
composer.json
File metadata and controls
executable file
·33 lines (33 loc) · 877 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
32
33
{
"name": "romainodeval/batflat",
"description": "Batflat",
"type": "project",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"ext-json": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-zip": "*",
"ext-zlib": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"phpfastcache/phpfastcache": "^8.1",
"eluceo/ical": "^2.12",
"league/csv": "^9.9",
"twbs/bootstrap": "^5.3",
"fortawesome/font-awesome": "^6.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"rector/rector": "^0.18.0",
"jetbrains/phpstorm-attributes": "^1.0"
}
}