Skip to content

Commit d958ce1

Browse files
authored
Update README.md
1 parent 0b74865 commit d958ce1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ $show = $composer->show();
5252

5353
Documentation on each command will be forthcoming soon.
5454

55+
## Limitations
56+
57+
- Composer uses `symfony/process` under the hood for various actions. Most shared hosts will not allow this work, by blocking either the `proc_*` functions or the `pcntl` extension. If this is the case for your host, you will be unable to use scripts or some plugins.
58+
5559
## Security Implications
5660

5761
Note that this library does introduce some security implications which you may need to consider before using.

0 commit comments

Comments
 (0)