Add php-di dependency and update composer.lock
This commit is contained in:
parent
246d67315f
commit
f383d611ae
|
|
@ -5,9 +5,6 @@ vendor/
|
|||
.env
|
||||
.env.local
|
||||
|
||||
# Composer
|
||||
composer.lock
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@
|
|||
"nyholm/psr7": "^1.8",
|
||||
"fig/http-message-util": "^1.1",
|
||||
"vlucas/phpdotenv": "^5.5",
|
||||
"ramsey/uuid": "^4.7"
|
||||
"ramsey/uuid": "^4.7",
|
||||
"php-di/php-di": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue