Skip to content

Commit

Permalink
Merge pull request #1 from temafey/add-php8-compatibility
Browse files Browse the repository at this point in the history
Add php8 compatibility to composer.json
  • Loading branch information
temafey authored Dec 2, 2020
2 parents fc88e81 + bf449dc commit cf3a944
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 cf3a944

Please sign in to comment.