-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "monurakkaya/opencart-eloquent",
"description": "Eloquent support for OpenCart models",
"type": "project",
"keywords": ["laravel opencart", "laravel-opencart", "eloquent-opencart", "eloquent opencart"],
"require": {
"php": ">=7.0",
"illuminate/database": "^5.8",
"illuminate/pagination": "^5.8",
"illuminate/support": "^5.8"
},
"require-dev": {
"symfony/var-dumper": "^5.3"
},
"license": "MIT",
"autoload": {
"psr-4": {
"App\\": ["../../../modification/app", "src/app", "../../../../upload/app"]
}
},
"authors": [
{
"name": "Mehmet Onur Akkaya",
"email": "monurakkaya@gmail.com"
}
],
"config": {
"sort-packages": true
},
"support": {
"issues": "https://github.com/monurakkaya/opencart-eloquent/issues",
"source": "https://github.com/monurakkaya/opencart-eloquent"
},
"minimum-stability": "dev",
"prefer-stable": true
}