install slim and php-di, change psr-4 namespace
This commit is contained in:
parent
2d7ada60fd
commit
da1b81663d
2 changed files with 954 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue