Skip to content

Commit 314a99d

Browse files
author
exatasmente
committed
refatoração parte 2
1 parent f31e4fc commit 314a99d

35 files changed

+34700
-74101
lines changed

.gitignore

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/public/storage
55
/storage/*.key
66
/vendor
7+
/mysql
78
/.idea
89
/.vagrant
910
/.discovery

artisan

100644100755
File mode changed.

bootstrap/app.php

100644100755
File mode changed.

bootstrap/cache/.gitignore

100644100755
File mode changed.

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,19 @@
1111
"type": "project",
1212
"require": {
1313
"php": "^7.4",
14+
"ext-json": "*",
1415
"botman/botman": "2.0.x-dev",
1516
"botman/driver-web": "~1.0",
1617
"botman/studio-addons": "dev-master",
1718
"exatasmente/whatsapp-go": "@dev",
1819
"facade/ignition": "^2.0",
1920
"fideloper/proxy": "^4.0",
21+
"google/apiclient": "^2.2",
2022
"laravel/framework": "^7.0",
2123
"laravel/tinker": "^2.0",
2224
"laravel/ui": "^2.0",
2325
"livewire/livewire": "^1.1",
24-
"ext-json": "*"
26+
"rlanvin/php-rrule": "^2.2"
2527
},
2628
"require-dev": {
2729
"barryvdh/laravel-debugbar": "^3.3",

0 commit comments

Comments
 (0)