-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 899 Bytes
/
Copy pathcomposer.json
File metadata and controls
42 lines (42 loc) · 899 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
34
35
36
37
38
39
40
41
42
{
"name": "digicreon/temma-project-web",
"type": "project",
"description": "Temma skeleton app for web projects",
"homepage": "https://www.temma.net/",
"keywords": [
"framework",
"php",
"mvc",
"api",
"smarty"
],
"license": "MIT",
"authors": [
{
"name": "Amaury Bouchard",
"email": "amaury@amaury.net"
}
],
"require": {
"php": ">=8.0",
"digicreon/temma-lib": "^2.18.0",
"smarty/smarty": "^5.4.0"
},
"config": {
"platform-check": true,
"sort-packages": true
},
"scripts": {
"post-create-project-cmd": [
"chmod +x bin/comma",
"chmod 777 log tmp",
"ln -s ../vendor/digicreon/temma-lib/lib/smarty-plugins lib/smarty-plugins"
]
},
"support": {
"docs": "https://www.temma.net/",
"source": "https://github.com/Digicreon/Temma",
"forum": "https://github.com/Digicreon/discussions",
"issues": "https://github.com/Digicreon/Temma/issues"
}
}