forked from comptech-soft/decalex-b2b-commons
-
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) · 774 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 774 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": "comptech-soft/decalex-b2b-commons",
"description": "Shared code for decalex-b2b-admin and decalex-b2b-client projects.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Andrus Ovidiu",
"email": "ovidiu.andrus@comptech.ro"
}
],
"minimum-stability": "dev",
"require": {
"cartalyst/sentinel": "^6.0",
"intervention/image": "^2.7",
"kalnoy/nestedset": "^6.0",
"league/flysystem-aws-s3-v3": "^3.0",
"maatwebsite/excel": "^3.1",
"psr/simple-cache": "1.0",
"pusher/pusher-php-server": "^7.1@beta",
"guzzlehttp/guzzle": "7.4.x-dev"
},
"autoload": {
"psr-4": {
"B2B\\": "src/"
}
}
}