Skip to content

Commit

Permalink
update 3rd party libraries (php 7.1 compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbornstein committed May 2, 2024
1 parent 2117617 commit 7416901
Show file tree
Hide file tree
Showing 3 changed files with 781 additions and 431 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM php:7.1-cli

RUN apt-get update
RUN apt-get install -y zip unzip curl git
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
RUN php composer-setup.php --install-dir=/usr/bin --filename=composer
RUN php -r "unlink('composer-setup.php');"

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jakub-onderka/php-console-highlighter": "^0.4.0",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpmd/phpmd": "^2.10",
"phpstan/phpstan": "^0.12.87",
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^7.4",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^4.3"
Expand Down
Loading

0 comments on commit 7416901

Please sign in to comment.