Skip to content

Commit 1c7ae67

Browse files
committed
composer: added psr-4 loader
1 parent afd590c commit 1c7ae67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"phpstan/phpstan-nette": "^2.0@stable"
2525
},
2626
"autoload": {
27-
"classmap": ["src/"]
27+
"classmap": ["src/"],
28+
"psr-4": {
29+
"Nette\\": "src"
30+
}
2831
},
2932
"minimum-stability": "dev",
3033
"scripts": {

0 commit comments

Comments
 (0)