Skip to content

Commit

Permalink
Add php8 compatibility to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Pintia committed Dec 2, 2020
1 parent fc88e81 commit bf449dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .docker/php7.3-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ ENV COMPOSER_CACHE_DIR /.composer_cache

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

RUN composer -vvv global require hirak/prestissimo

# php extensions

RUN pecl install xdebug
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Micro module Task common library",
"license": "proprietary",
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"beberlei/assert": "^3.2",
"broadway/broadway": "^2.2",
"queue-interop/amqp-interop": "^0.8",
Expand Down

0 comments on commit bf449dc

Please sign in to comment.