-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 1.04 KB
/
composer.json
File metadata and controls
30 lines (30 loc) · 1.04 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
{
"name": "timmy/webstart-template",
"description": "Le template \"PHP-Tailwind-Vue-Vite Starter\" est une ressource clé en main qui vise à simplifier le processus de démarrage de projets web modernes. Il combine plusieurs technologies populaires pour offrir une base solide pour le développement web.",
"autoload": {
"psr-4": {
"Timmy\\WebstartTemplate\\": "src/",
"App\\": "App/",
"Lite\\": "Lite/",
"Database\\": "database/"
},
"files": ["Lite/helpers.php"]
},
"authors": [
{
"name": "tim",
"email": "timmyway1990@gmail.com"
}
],
"require": {
"symfony/http-foundation": "^6.3",
"symfony/routing": "^6.3",
"symfony/http-kernel": "^6.3",
"eftec/bladeone": "^4.9",
"symfony/dependency-injection": "^6.3",
"vlucas/phpdotenv": "^5.5",
"illuminate/database": "^10.28",
"vlucas/valitron": "^1.4",
"symfony/event-dispatcher": "^6.3"
}
}