Skip to content

Commit d96e7af

Browse files
authored
Document composer static file autoloader limitation (#386)
1 parent cf81401 commit d96e7af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,11 @@ after prefixing an application.
825825

826826
Note: when using Box, Box is able to take care of that step for you.
827827

828+
PHP-Scoper also can not handle Composers static file autoloaders. This is due
829+
to Composer loading files based on a hash which is generated from package name
830+
and relative file path. For a workaround see
831+
[#298](https://github.com/humbug/php-scoper/issues/298#issuecomment-525700081).
832+
828833

829834
### Composer Plugins
830835

0 commit comments

Comments
 (0)