Skip to content

Commit 03bf5d5

Browse files
committed
Add reference to support class overwriting in Composer
1 parent c9cd844 commit 03bf5d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ This library comes with the same restrictions as the underlying
5151

5252
* Additionally it shares restrictions from Prophecy as well:
5353
Prophecy [doesn't support pass-by-reference](https://github.com/phpspec/prophecy/issues/225).
54-
To support pass-by-reference here, an implicit feature of composer
54+
To support pass-by-reference here, an
55+
[implicit feature of composer](https://github.com/composer/composer/issues/4732)
5556
is used. It may work accidentially but can change at any moment.
5657
If you need pass-by-reference in prophecies, consider using another framework
5758
(e.g. [php-mock-phpunit](https://github.com/php-mock/php-mock-phpunit)).

0 commit comments

Comments
 (0)