-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 744 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 744 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
{
"name": "akisolu/anonymous-feedback",
"description": "A web system that allows users to send feedback anonymously and the administrator to view it.",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Akisolu\\AnonymousFeedback\\": "src/"
}
},
"authors": [
{
"name": "Akisolu",
"email": "morillomiguel2707@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "^13.2"
},
"require": {
"nikic/fast-route": "^1.3",
"symfony/http-foundation": "^6.3",
"php-di/php-di": "^7.0",
"illuminate/database": "^10.0",
"predis/predis": "^2.2",
"vlucas/phpdotenv": "^5.5"
}
}