Install database packages
This commit is contained in:
parent
40bebc31ff
commit
7923019d18
2 changed files with 1510 additions and 2 deletions
|
|
@ -5,7 +5,10 @@
|
||||||
"require": {
|
"require": {
|
||||||
"guzzlehttp/guzzle": "8.0.x-dev",
|
"guzzlehttp/guzzle": "8.0.x-dev",
|
||||||
"monolog/monolog": "3.x-dev",
|
"monolog/monolog": "3.x-dev",
|
||||||
"vlucas/phpdotenv": "5.6.x-dev"
|
"vlucas/phpdotenv": "5.6.x-dev",
|
||||||
|
"illuminate/collections": "^13.0@dev",
|
||||||
|
"illuminate/database": "^13.0@dev",
|
||||||
|
"illuminate/events": "^13.0@dev"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
||||||
1507
composer.lock
generated
1507
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue