Skip to content

Commit ae212e8

Browse files
committed
PSR-4 autoloading
1 parent 6401a9d commit ae212e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"paquettg/php-html-parser": "^3.1"
2222
},
2323
"autoload": {
24-
"psr-0": {"PHPFUI\\InstaDoc\\": "src/"}
24+
"psr-4": {"PHPFUI\\InstaDoc\\": "src/PHPFUI/InstaDoc/"}
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "<10.0",

0 commit comments

Comments
 (0)