Skip to content

Commit 0bb21e2

Browse files
Merge pull request #3 from iutrace/feature/VET-3574
Feature/vet 3574
2 parents 7cc4d21 + b5d74a2 commit 0bb21e2

12 files changed

+222
-1686
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
node_modules/
33
npm-debug.log
44
yarn-error.log
5+
/composer.lock
56

67
# Laravel 4 specific
78
bootstrap/compiled.php

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
"laravel-botmaker"
77
],
88
"require": {
9-
"illuminate/support": "^8.0",
10-
"guzzlehttp/guzzle": "^7.0.1"
9+
"illuminate/support": "^8.83",
10+
"guzzlehttp/guzzle": "^7.0.1",
11+
"illuminate/database": "^8.83",
12+
"illuminate/console": "^8.83",
13+
"illuminate/bus": "^8.83",
14+
"illuminate/queue": "^8.83"
1115
},
1216
"autoload": {
1317
"psr-4": {

0 commit comments

Comments
 (0)