Skip to content

Commit e794a2d

Browse files
author
alessandro
committed
Update composer, psalm, xdebug, redis time series version
1 parent eb5e703 commit e794a2d

File tree

6 files changed

+461
-459
lines changed

6 files changed

+461
-459
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN pecl install redis && \
1111
pecl install xdebug && \
1212
docker-php-ext-enable redis xdebug
1313

14-
RUN wget https://github.com/composer/composer/releases/download/1.10.10/composer.phar -q &&\
14+
RUN wget https://github.com/composer/composer/releases/download/2.0.12/composer.phar -q && \
1515
mv composer.phar /usr/bin/composer && \
1616
chmod +x /usr/bin/composer
17-

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "palicao/php-redis-time-series",
3+
"description": "Use Redis Time Series in PHP",
34
"license": "MIT",
45
"authors": [
56
{
@@ -23,6 +24,6 @@
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "^8.3",
26-
"vimeo/psalm": "^3.5"
27+
"vimeo/psalm": "^4.7"
2728
}
2829
}

0 commit comments

Comments
 (0)