Great! Adding the path on "classmap" worked!
Just for information, at first I thought that I could solve that problem in this way:
"psr-4": {
"Phpdocx\\": "src/lib/phpdocx/Classes/"
}
...and it worked so far, to be honest.
But now the "classmap solution" is definitive.
Thanks a lot!