Skip to content

Commit

Permalink
AVRO-2979: Pin PHP dependency tools to specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSkraba authored and iemejia committed Nov 17, 2020
1 parent edddf44 commit d3bb916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimum-stability": "stable",
"license": "Apache-2.0",
"require": {
"beberlei/composer-monorepo-plugin": "^0.16"
"beberlei/composer-monorepo-plugin": "0.16.5"
},
"require-dev": {
"phpunit/phpunit": "^9.1",
Expand Down
2 changes: 1 addition & 1 deletion share/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RUN curl -sSL https://packages.sury.org/php/apt.gpg \
&& apt-get -qqy clean \
&& rm -rf /var/lib/apt/lists

RUN curl -sS https://getcomposer.org/installer | php -- --version=2.0.4 --install-dir=/usr/local/bin --filename=composer
RUN curl -sS https://getcomposer.org/installer | php -- --version=2.0.7 --install-dir=/usr/local/bin --filename=composer

# Install Perl modules
RUN apt-get -qqy update \
Expand Down

0 comments on commit d3bb916

Please sign in to comment.