change src to app and add dev autoload

This commit is contained in:
Yisroel Baum 2026-05-15 12:32:06 +03:00
parent ff51dbadc6
commit 77057a9e95
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -2,7 +2,12 @@
"name": "pilzno/rabbigerzi",
"autoload": {
"psr-4": {
"App\\": "src/"
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"authors": [