This repository was archived by the owner on Nov 8, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.16 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
{
"name": "aplus/front",
"type": "library",
"description": "Aplus Framework Front Library",
"keywords": [
"front"
],
"homepage": "https://docs.aplus-framework.com/guides/libraries/front/",
"license": "MIT",
"authors": [
{
"name": "Natan Felles",
"email": "natanfelles@gmail.com",
"homepage": "https://natanfelles.github.io"
}
],
"require": {
"php": ">=8.0"
},
"require-dev": {
"aplus/mvc": "dev-master",
"ergebnis/composer-normalize": "^2.15",
"scssphp/scssphp": "^1.8"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"support": {
"email": "support@aplus-framework.com",
"issues": "https://gitlab.com/aplus-framework/libraries/front/issues",
"wiki": "https://gitlab.com/aplus-framework/libraries/front/wikis/home",
"source": "https://gitlab.com/aplus-framework/libraries/front",
"docs": "https://docs.aplus-framework.com/guides/libraries/front/"
}
}