-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·31 lines (31 loc) · 973 Bytes
/
composer.json
File metadata and controls
executable file
·31 lines (31 loc) · 973 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
{
"name": "and-ri/phpapp",
"description": "PHPapp is a lightweight PHP framework designed for quick and efficient web application development. It follows the MVC architecture and provides core components for database interaction, session management, request handling, and more.",
"keywords": ["php", "framework", "mvc", "web development", "lightweight"],
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Andrii",
"email": "ryabchenko.andrew@gmail.com",
"role": "Developer"
}
],
"require": {
"php": "^8.0",
"twig/twig": "^3.9",
"vlucas/phpdotenv": "^5.6",
"google/apiclient": "^2.0",
"monolog/monolog": "^3.9",
"melbahja/seo": "^2.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/and-ri/phpapp"
}
],
"config": {
"vendor-dir": "core/vendor"
}
}