-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (29 loc) · 743 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (29 loc) · 743 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
{
"name": "arif98741/mvc-pattern",
"description": "MVC Pattern is a structured way of coding and also easily handle class, objects. This gives flexibility to developers for adding more features to project easily. ",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ariful",
"email": "arifsofg@gmail.com"
}
],
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
]
},
"minimum-stability": "stable",
"require": {
"ext-pdo": "*",
"php": ">=8.1",
"symfony/http-foundation": "^7.0"
},
"require-dev": {
"filp/whoops": "^2.15",
"spatie/ignition": "^1.14"
}
}