-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
composer.json
41 lines (41 loc) · 1.51 KB
/
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
39
40
41
{
"name": "abydahana/aksara",
"type": "project",
"description": "Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!",
"homepage": "https://www.aksaracms.com",
"license": "MIT",
"authors": [
{
"name": "Aby Dahana",
"email": "abydahana@gmail.com",
"homepage": "https://abydahana.github.io",
"role": "Developer"
}
],
"keywords": ["aksara", "aksaracms", "aksara cms", "restful", "api", "codeigniter", "framework", "crud", "crud generator"],
"require": {
"php": "^8.1",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"codeigniter4/framework": "^4.5",
"twig/twig": "^3.7",
"hybridauth/hybridauth": "^3.10",
"mpdf/mpdf": "^8.0",
"chillerlan/php-qrcode": "^3.3",
"picqer/php-barcode-generator": "^2.1",
"phpoffice/phpspreadsheet": "^2.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"phpstan/phpdoc-parser": "^1.16"
},
"scripts": {
"cs-fix": [
"php-cs-fixer fix --ansi"
]
},
"scripts-descriptions": {
"cs-fix": "Fixing the coding style"
}
}