-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1000 Bytes
/
composer.json
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
{
"name": "timolinn/previs",
"description": "Food ordering app for Golumino Digital Agency",
"type": "project",
"authors": [
{
"name": "Timothy Onyiuke",
"email": "timothyonyiuke@gmail.com"
}
],
"require": {
"illuminate/database": "^5.6",
"illuminate/container": "^5.6",
"illuminate/routing": "^5.6",
"illuminate/events": "^5.6",
"doctrine/migrations": "^1.6",
"vlucas/phpdotenv": "^2.4",
"phpoffice/phpspreadsheet": "^1.2",
"mike182uk/cart": "^3.0",
"adbario/php-dot-notation": "^2.0",
"symfony/security": "^4.0",
"respect/validation": "^1.1",
"aura/auth": "^2.0",
"aura/session": "^2.1"
},
"autoload": {
"psr-4": {
"PDC\\": "src/"
},
"classmap": [
"app"
],
"files": ["src/helpers.php"]
},
"require-dev": {
"robmorgan/phinx": "^0.9.2"
}
}