add illuminate/database and phpdotenv
This commit is contained in:
parent
e8e7cf9ea9
commit
0fe013f265
2 changed files with 1930 additions and 2 deletions
|
|
@ -19,7 +19,9 @@
|
|||
"require": {
|
||||
"slim/slim": "4.*",
|
||||
"slim/psr7": "^1.8",
|
||||
"php-di/slim-bridge": "^3.4"
|
||||
"php-di/slim-bridge": "^3.4",
|
||||
"illuminate/database": "^13.9",
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^13.1"
|
||||
|
|
|
|||
1928
backend/composer.lock
generated
1928
backend/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue