-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.11 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
37
38
39
40
41
42
43
44
45
{
"name": "laracode/php",
"license": "MIT",
"type": "utilities",
"description": "Utilities for PHP 7.4^",
"authors": [
{
"name": "Gianck Luiz",
"email": "[email protected]"
}
],
"require": {
"philo/laravel-blade": "3.*",
"illuminate/database": "*",
"illuminate/validation": "^5.6",
"illuminate/translation": "^5.6",
"illuminate/filesystem": "^5.6",
"ozdemir/datatables": "^2.3",
"yidas/codeigniter-model": "^2.19",
"ramsey/uuid": "^4.3",
"chriskacerguis/codeigniter-restserver": "^3.1",
"adhocore/jwt": "^1.1",
"sociallydev/spaces-api": "^3.5",
"pusher/pusher-php-server": "^7.0",
"spatie/image": "^2.2",
"jenssegers/imagehash": "^0.8.0",
"watson/rememberable": "*",
"phpoffice/phpspreadsheet": "^1.23",
"filp/whoops": "^2.14",
"phpmailer/phpmailer": "^6.6",
"nesbot/carbon": "^2.59",
"raelgc/template": "^2.2",
"stymiee/php-simple-encryption": "^1.0"
},
"autoload": {
"classmap": [
"app/models"
]
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}