Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update -y && apt-get install -y git zip
ENV XDEBUG_MODE=coverage
ENV PATH="vendor/bin:$PATH"

RUN pecl install xdebug
RUN pecl install xdebug-2.9.0
RUN pecl install pcov && docker-php-ext-enable pcov

RUN git clone https://github.com/twilio/twilio-php.git twilio
Expand Down