Skip to content

Commit df15f71

Browse files
tillmannrfqqdk
andcommitted
Upgrade packagist-publisher package
Co-authored-by: fqqdk <csaba.simon@emarsys.com>
1 parent a70c0d9 commit df15f71

4 files changed

Lines changed: 120 additions & 68 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM php:8.0-apache
22

3+
RUN apt-get update && \
4+
apt-get install -y --force-yes unzip zip libzip-dev
5+
RUN pecl install zip && docker-php-ext-enable zip
6+
37
ENV COMPOSER_ALLOW_SUPERUSER="1"
48
RUN curl -Ss https://getcomposer.org/installer | php && \
59
mv composer.phar /usr/bin/composer

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ test: ## run tests
3939

4040
packages: ## install packages
4141
docker-compose run --rm web composer install
42+
43+
update-packages: ## install packages
44+
docker-compose run --rm web composer update

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "9.*",
22-
"silex/silex": "~2.0"
22+
"silex/silex": "~2.0",
23+
"fqqdk/packagist-publisher": ">=1.2.5"
2324
},
2425
"authors": [
2526
{

0 commit comments

Comments
 (0)