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 08954a7 + cd277f5 commit 32e50e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Micro module Base common library",
"license": "proprietary",
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"ext-json": "*",
"beberlei/assert": "^3.2",
"psr/log": "^1.1",
Expand All @@ -19,10 +19,10 @@
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.4",
"roave/security-advisories": "dev-master",
"symplify/easy-coding-standard": "^7.2",
"vimeo/psalm": "3.5.0"
"vimeo/psalm": "^4.2"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit 32e50e2

Please sign in to comment.