install slim and php-di, change psr-4 namespace

This commit is contained in:
Yisroel Baum 2025-10-24 14:15:56 +03:00
parent 2d7ada60fd
commit da1b81663d
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 954 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"type": "project",
"autoload": {
"psr-4": {
"Yisroel\\DigiWill\\": "src/"
"DigiWill\\": "src/"
}
},
"autoload-dev": {
@ -20,5 +20,10 @@
],
"require-dev": {
"phpunit/phpunit": "^12.3"
},
"require": {
"slim/slim": "4.*",
"slim/psr7": "^1.7",
"php-di/php-di": "^7.1"
}
}