change src to app and add dev autoload
This commit is contained in:
parent
ff51dbadc6
commit
77057a9e95
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,12 @@
|
|||
"name": "pilzno/rabbigerzi",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
"App\\": "app/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue