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